Color Hex Logo

#a9818e Color Hex

#A9818E
(169,129,142)
0 Favorites   0 Comments

Color spaces of #a9818e

RGB 169129142
HSL0.950.190.58
HSV341°24°66°
CMYK 0.000.240.16   0.34
XYZ29.094926.088529.0933
Yxy26.08850.34520.3096
Hunter Lab51.076912.29421.9824
CIE-Lab58.121017.4869-1.0226

#a9818e color RGB value is (169,129,142).

#a9818e hex color red value is 169, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a9818e hue: 0.95 , saturation: 0.19 and the lightness value of a9818e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000001 10001110
Octal 251 201 216
Decimal 169 129 142
Hex A9 81 8E

RGB Percentages of Color #a9818e

%38.41
%29.32
%32.27

CMYK Percentages of Color #a9818e

%0
%24
%16
%34

Triadic Colors of #a9818e

#a9818e #8ea981 #818ea9

Analogous Colors of #a9818e

#a9818e #a98881 #a981a2

Monochromatic Colors of #a9818e

#a9818e

Complementary Color

#a9818e #81a99c

#a9818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9818e Color CSS Codes

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

#a9818e Text Font Color

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

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


#a9818e Background Color

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

This div background color is #a9818e


#a9818e Border Color

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

This div border color is #a9818e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,129,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 #a9818e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9818e


Comments

No comments written yet.

Please login to write comment.