Color Hex Logo

#a9898e Color Hex

#A9898E
(169,137,142)
0 Favorites   0 Comments

Color spaces of #a9898e

RGB 169137142
HSL0.970.160.60
HSV351°19°66°
CMYK 0.000.190.16   0.34
XYZ30.190328.279329.4584
Yxy28.27930.34340.3216
Hunter Lab53.17838.27584.3808
CIE-Lab60.140212.96011.9223

#a9898e color RGB value is (169,137,142).

#a9898e hex color red value is 169, green value is 137 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a9898e hue: 0.97 , saturation: 0.16 and the lightness value of a9898e is 0.60.

The process color (four color CMYK) of #a9898e color hex is 0.00, 0.19, 0.16, 0.34. Web safe color of #a9898e is #999999. Color #a9898e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 10001110
Octal 251 211 216
Decimal 169 137 142
Hex A9 89 8E

RGB Percentages of Color #a9898e

%37.72
%30.58
%31.70

CMYK Percentages of Color #a9898e

%0
%19
%16
%34

Triadic Colors of #a9898e

#a9898e #8ea989 #898ea9

Analogous Colors of #a9898e

#a9898e #a99489 #a9899e

Monochromatic Colors of #a9898e

#a9898e

Complementary Color

#a9898e #89a9a4

#a9898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9898e Color CSS Codes

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

#a9898e Text Font Color

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

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


#a9898e Background Color

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

This div background color is #a9898e


#a9898e Border Color

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

This div border color is #a9898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9898e


Comments

No comments written yet.

Please login to write comment.