Color Hex Logo

#a99c89 Color Hex

#A99C89
(169,156,137)
0 Favorites   0 Comments

Color spaces of #a99c89

RGB 169156137
HSL0.100.160.60
HSV36°19°66°
CMYK 0.000.080.19   0.34
XYZ32.766034.018128.5061
Yxy34.01810.34390.3570
Hunter Lab58.3250-1.790611.8498
CIE-Lab64.97691.550511.6706

#a99c89 color RGB value is (169,156,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011100 10001001
Octal 251 234 211
Decimal 169 156 137
Hex A9 9C 89

RGB Percentages of Color #a99c89

%36.58
%33.77
%29.65

CMYK Percentages of Color #a99c89

%0
%8
%19
%34

Triadic Colors of #a99c89

#a99c89 #89a99c #9c89a9

Analogous Colors of #a99c89

#a99c89 #a6a989 #a98c89

Monochromatic Colors of #a99c89

#a99c89

Complementary Color

#a99c89 #8996a9

#a99c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99c89 Color CSS Codes

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

#a99c89 Text Font Color

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

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


#a99c89 Background Color

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

This div background color is #a99c89


#a99c89 Border Color

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

This div border color is #a99c89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99c89


Comments

No comments written yet.

Please login to write comment.