Color Hex Logo

#a99c39 Color Hex

#A99C39
(169,156,57)
0 Favorites   0 Comments

Color spaces of #a99c39

RGB 16915657
HSL0.150.500.44
HSV53°66°66°
CMYK 0.000.080.66   0.34
XYZ28.989232.50748.6175
Yxy32.50740.41350.4636
Hunter Lab57.0153-9.019030.9494
CIE-Lab63.7600-7.228151.6482

#a99c39 color RGB value is (169,156,57).

#a99c39 hex color red value is 169, green value is 156 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a99c39 hue: 0.15 , saturation: 0.50 and the lightness value of a99c39 is 0.44.

The process color (four color CMYK) of #a99c39 color hex is 0.00, 0.08, 0.66, 0.34. Web safe color of #a99c39 is #999933. Color #a99c39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011100 00111001
Octal 251 234 71
Decimal 169 156 57
Hex A9 9C 39

RGB Percentages of Color #a99c39

%44.24
%40.84
%14.92

CMYK Percentages of Color #a99c39

%0
%8
%66
%34

Triadic Colors of #a99c39

#a99c39 #39a99c #9c39a9

Analogous Colors of #a99c39

#a99c39 #7ea939 #a96439

Monochromatic Colors of #a99c39

#a99c39

Complementary Color

#a99c39 #3946a9

#a99c39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99c39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99c39 Color CSS Codes

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

#a99c39 Text Font Color

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

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


#a99c39 Background Color

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

This div background color is #a99c39


#a99c39 Border Color

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

This div border color is #a99c39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99c39


Comments

No comments written yet.

Please login to write comment.