Color Hex Logo

#a9989a Color Hex

#A9989A
(169,152,154)
0 Favorites   0 Comments

Color spaces of #a9989a

RGB 169152154
HSL0.980.090.63
HSV353°10°66°
CMYK 0.000.100.09   0.34
XYZ33.423233.224635.2232
Yxy33.22460.32810.3261
Hunter Lab57.64082.63244.1175
CIE-Lab64.34246.61421.2269

#a9989a color RGB value is (169,152,154).

#a9989a hex color red value is 169, green value is 152 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a9989a hue: 0.98 , saturation: 0.09 and the lightness value of a9989a is 0.63.

The process color (four color CMYK) of #a9989a color hex is 0.00, 0.10, 0.09, 0.34. Web safe color of #a9989a is #999999. Color #a9989a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 10011010
Octal 251 230 232
Decimal 169 152 154
Hex A9 98 9A

RGB Percentages of Color #a9989a

%35.58
%32.00
%32.42

CMYK Percentages of Color #a9989a

%0
%10
%9
%34

Triadic Colors of #a9989a

#a9989a #9aa998 #989aa9

Analogous Colors of #a9989a

#a9989a #a99f98 #a998a3

Monochromatic Colors of #a9989a

#a9989a

Complementary Color

#a9989a #98a9a7

#a9989a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9989a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9989a Color CSS Codes

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

#a9989a Text Font Color

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

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


#a9989a Background Color

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

This div background color is #a9989a


#a9989a Border Color

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

This div border color is #a9989a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9989a


Comments

No comments written yet.

Please login to write comment.