Color Hex Logo

#a99d3f Color Hex

#A99D3F
(169,157,63)
0 Favorites   0 Comments

Color spaces of #a99d3f

RGB 16915763
HSL0.150.460.45
HSV53°63°66°
CMYK 0.000.070.63   0.34
XYZ29.316432.90789.5093
Yxy32.90780.40870.4588
Hunter Lab57.3653-9.167330.3274
CIE-Lab64.0862-7.372349.3451

#a99d3f color RGB value is (169,157,63).

#a99d3f hex color red value is 169, green value is 157 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a99d3f hue: 0.15 , saturation: 0.46 and the lightness value of a99d3f is 0.45.

The process color (four color CMYK) of #a99d3f color hex is 0.00, 0.07, 0.63, 0.34. Web safe color of #a99d3f is #999933. Color #a99d3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011101 00111111
Octal 251 235 77
Decimal 169 157 63
Hex A9 9D 3F

RGB Percentages of Color #a99d3f

%43.44
%40.36
%16.20

CMYK Percentages of Color #a99d3f

%0
%7
%63
%34

Triadic Colors of #a99d3f

#a99d3f #3fa99d #9d3fa9

Analogous Colors of #a99d3f

#a99d3f #80a93f #a9683f

Monochromatic Colors of #a99d3f

#a99d3f

Complementary Color

#a99d3f #3f4ba9

#a99d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99d3f Color CSS Codes

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

#a99d3f Text Font Color

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

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


#a99d3f Background Color

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

This div background color is #a99d3f


#a99d3f Border Color

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

This div border color is #a99d3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99d3f


Comments

No comments written yet.

Please login to write comment.