Color Hex Logo

#aa954f Color Hex

#AA954F
(170,149,79)
0 Favorites   0 Comments

Color spaces of #aa954f

RGB 17014979
HSL0.130.370.49
HSV46°54°67°
CMYK 0.000.120.54   0.33
XYZ28.736330.605511.7900
Yxy30.60550.40400.4303
Hunter Lab55.3222-4.094826.0900
CIE-Lab62.1732-1.369739.4547

#aa954f color RGB value is (170,149,79).

#aa954f hex color red value is 170, green value is 149 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aa954f hue: 0.13 , saturation: 0.37 and the lightness value of aa954f is 0.49.

The process color (four color CMYK) of #aa954f color hex is 0.00, 0.12, 0.54, 0.33. Web safe color of #aa954f is #999966. Color #aa954f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010101 01001111
Octal 252 225 117
Decimal 170 149 79
Hex AA 95 4F

RGB Percentages of Color #aa954f

%42.71
%37.44
%19.85

CMYK Percentages of Color #aa954f

%0
%12
%54
%33

Triadic Colors of #aa954f

#aa954f #4faa95 #954faa

Analogous Colors of #aa954f

#aa954f #92aa4f #aa684f

Monochromatic Colors of #aa954f

#aa954f

Complementary Color

#aa954f #4f64aa

#aa954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa954f Color CSS Codes

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

#aa954f Text Font Color

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

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


#aa954f Background Color

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

This div background color is #aa954f


#aa954f Border Color

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

This div border color is #aa954f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,149,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa954f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa954f;
  -webkit-box-shadow: 1px 1px 3px 2px #aa954f;
  box-shadow:         1px 1px 3px 2px #aa954f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,149,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa954f


Comments

No comments written yet.

Please login to write comment.