Color Hex Logo

#a99887 Color Hex

#A99887
(169,152,135)
2 Favorites   0 Comments

Color spaces of #a99887

RGB 169152135
HSL0.080.170.60
HSV30°20°66°
CMYK 0.000.100.20   0.34
XYZ31.963632.640827.5373
Yxy32.64080.34690.3542
Hunter Lab57.1321-0.116211.4151
CIE-Lab63.86903.440611.2266

#a99887 color RGB value is (169,152,135).

#a99887 hex color red value is 169, green value is 152 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a99887 hue: 0.08 , saturation: 0.17 and the lightness value of a99887 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 10000111
Octal 251 230 207
Decimal 169 152 135
Hex A9 98 87

RGB Percentages of Color #a99887

%37.06
%33.33
%29.61

CMYK Percentages of Color #a99887

%0
%10
%20
%34

Triadic Colors of #a99887

#a99887 #87a998 #9887a9

Analogous Colors of #a99887

#a99887 #a9a987 #a98787

Monochromatic Colors of #a99887

#a99887

Complementary Color

#a99887 #8798a9

#a99887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99887 Color CSS Codes

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

#a99887 Text Font Color

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

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


#a99887 Background Color

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

This div background color is #a99887


#a99887 Border Color

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

This div border color is #a99887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99887

#a99887 Color Palettes


Comments

No comments written yet.

Please login to write comment.