#a8a4a1 Color Hex Caboose

Information about Caboose Color | #0000FF

#a8a4a1 color RGB value is (168,164,161). #a8a4a1 color name is Caboose color.

#a8a4a1 hex color red value is 168 , green value is 164 and the blue value of its RGB is 161 . Cylindrical-coordinate representations (also known as HSL) of color #a8a4a1 hue: 26 , saturation: 4 and the lightness value of #a8a4a1 is 65

The process color (four color CMYK) of #a8a4a1 color hex is 0 , 1 ,2, 13 .

#a8a4a1

~Caboose

Color Converions

HEX
#a8a4a1
RGB
168,164,161
LAB
68,1,2
CMYK
0,2,4,34
LCH
68,2,63
XYZ
36,37,39
HSV
26,4,66
HSL
26,4,65

Base Numbers

Base Red Green Blue
Binary 10101000 10100100 10100001
Octal 250 244 241
Decimal 168 164 161
Hex a8 a4 a1

RGB Percentages of Color #a8a4a1

66%
64%
63%

CMYK Percentages of Color #a8a4a1

0%
2%
1%
13%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #a8a4a1

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#a8a4a1
20%
#979491
30%
#868381
40%
#767371
50%
#656261
60%
#545251
70%
#434240
80%
#323130
90%
#222120
100%
#111010

Tints of #a8a4a1

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#a8a4a1
20%
#b1adaa
30%
#b9b6b4
40%
#c2bfbd
50%
#cbc8c7
60%
#d4d1d0
70%
#dcdbd9
80%
#e5e4e3
90%
#eeedec
100%
#f6f6f6

Tones of #a8a4a1

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#a8a4a1
20%
#a4a09e
30%
#a09d9a
40%
#9c9997
50%
#989594
60%
#949290
70%
#908e8d
80%
#8c8a8a
90%
#888786
100%
#848383

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#a8a4a1
#a8a1a1
#a8a3a1
#a8a4a1
#a8a5a1
#a8a7a1

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#a8a4a1
#a1a5a8

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#a8a4a1
#a4a8a1
#a1a1a8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#a8a4a1
#a1a8a4
#a4a1a8

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#a8a4a1
#a1a8a1
#a1a5a8
#a7a1a8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#a8a4a1
#d2cdca
#fdf7f2
#282827
#535150
#7d7b78

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#a8a4a1

protanopia

#a7a29f

deuteranopia

#b49ea1

tritanopia

#a9a0ad

achromatopsia

#a5a5a5

protanomaly

#a7a3a0

deuteranomaly

#b0a0a1

achromatopsia

#a5a5a5

tritanomaly

#a9a2a9

achromatomaly

#a6a4a3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 8/21
Hello World !

#a8a4a1 Color CSS Codes

.bgcolor {background-color:#a8a4a1; } 
.forecolor {color:#a8a4a1; }
.bordercolor {border:3px solid #a8a4a1; }
            

#a8a4a1 Text Font Color

<div style="color:#a8a4a1">
Div content here</div>

This sample text font color is #a8a4a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#a8a4a1 Background Color

<div style="background-color:#a8a4a1">
Div content here</div>
Div content here

#a8a4a1 Border Color

<div style="border:3px solid #a8a4a1">
Div here</div>

This div border color is #a8a4a1

#a8a4a1 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #a8a4a1; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8a4a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8a4a1;
  -webkit-box-shadow: 1px 1px 3px 2px #a8a4a1;
  box-shadow: 1px 1px 3px 2px #a8a4a1; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a8a4a1">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a8a4a1;
              -webkit-box-shadow: 1px 1px 3px 2px #a8a4a1;
              box-shadow:         1px 1px 3px 2px #a8a4a1#a8a4a1">
Div content here</div>

This div box has shadow with color #a8a4a1

More Colors

Dingley
#607c47
Night in the Woods
#443300
Livid
#6688cc
Fly Agaric
#ff2052
Black Rock
#2c2d3c
Light Shimmer
#a3d4ef
Garden Pond
#afc09e
Barley
#d5b37e
Icy Water
#bce2e8
Hush Grey
#e1ded8
Carbon Fiber
#2e2e2e
Eagle Ridge
#7d776c
Lots of Bubbles
#e5ecb7
Lunar Lander
#dece9e
Azul Pavo Real
#537faf
Pegasus
#e8e9e4
Button Mushroom
#ece6c8
Light Orchid Haze
#d6cdd0
City of Pink Angels
#e6b4a6
Kakadu Trail
#7d806e
Drenched Rain
#c1d1e2
Mission Wildflower
#9e5566
Ocean City
#7896ba
Hickory
#b7a28e
Pale Petunia
#f8c0c7
Light Mint
#b6ffbb
Amarantha Red
#cc3311
Minted Blue
#26a6be
Hibernation
#6f5166
Estate Violet
#c3c1d2
Dark Olive
#373e02
Deep Space Rodeo
#332277
Gale of the Wind
#007844
Library Leather
#68554e
Charred Clay
#885132
Crimson Warrior
#b35138
Cameo Role
#ddcaaf
Abbot
#4d3c2d
Barnwood
#554d44
Fairstar
#6ba5a9
rating-img
Rate this tool
NaN/5   0 votes