Color Hex Logo

#a9ab9b Color Hex

#A9AB9B
(169,171,155)
0 Favorites   0 Comments

Color spaces of #a9ab9b

RGB 169171155
HSL0.190.090.64
HSV68°67°
CMYK 0.010.000.09   0.33
XYZ36.841539.927436.7753
Yxy39.92740.32450.3516
Hunter Lab63.1881-6.50589.7251
CIE-Lab69.4178-3.61967.9899

#a9ab9b color RGB value is (169,171,155).

#a9ab9b hex color red value is 169, green value is 171 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a9ab9b hue: 0.19 , saturation: 0.09 and the lightness value of a9ab9b is 0.64.

The process color (four color CMYK) of #a9ab9b color hex is 0.01, 0.00, 0.09, 0.33. Web safe color of #a9ab9b is #999999. Color #a9ab9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101011 10011011
Octal 251 253 233
Decimal 169 171 155
Hex A9 AB 9B

RGB Percentages of Color #a9ab9b

%34.14
%34.55
%31.31

CMYK Percentages of Color #a9ab9b

%1
%0
%9
%33

Triadic Colors of #a9ab9b

#a9ab9b #9ba9ab #ab9ba9

Analogous Colors of #a9ab9b

#a9ab9b #a1ab9b #aba59b

Monochromatic Colors of #a9ab9b

#a9ab9b

Complementary Color

#a9ab9b #9d9bab

#a9ab9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ab9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ab9b Color CSS Codes

.mybgcolor {background-color:#a9ab9b; } 
.myforecolor {color:#a9ab9b; }
.mybordercolor {border:3px solid #a9ab9b; }

#a9ab9b Text Font Color

<p style="color:#a9ab9b">Text here</p>

This sample text font color is #a9ab9b
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.


#a9ab9b Background Color

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

This div background color is #a9ab9b


#a9ab9b Border Color

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

This div border color is #a9ab9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,171,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9ab9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9ab9b;
  -webkit-box-shadow: 1px 1px 3px 2px #a9ab9b;
  box-shadow:         1px 1px 3px 2px #a9ab9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,171,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ab9b


Comments

No comments written yet.

Please login to write comment.