Color Hex Logo

#a99187 Color Hex

#A99187
(169,145,135)
0 Favorites   0 Comments

Color spaces of #a99187

RGB 169145135
HSL0.050.170.60
HSV18°20°66°
CMYK 0.000.140.20   0.34
XYZ30.860830.435127.1697
Yxy30.43510.34880.3440
Hunter Lab55.16803.30839.4179
CIE-Lab62.02787.33108.6175

#a99187 color RGB value is (169,145,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010001 10000111
Octal 251 221 207
Decimal 169 145 135
Hex A9 91 87

RGB Percentages of Color #a99187

%37.64
%32.29
%30.07

CMYK Percentages of Color #a99187

%0
%14
%20
%34

Triadic Colors of #a99187

#a99187 #87a991 #9187a9

Analogous Colors of #a99187

#a99187 #a9a287 #a9878e

Monochromatic Colors of #a99187

#a99187

Complementary Color

#a99187 #879fa9

#a99187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99187 Color CSS Codes

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

#a99187 Text Font Color

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

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


#a99187 Background Color

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

This div background color is #a99187


#a99187 Border Color

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

This div border color is #a99187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99187

#a99187 Color Palettes


Comments

No comments written yet.

Please login to write comment.