Color Hex Logo

#aaa56f Color Hex

#AAA56F
(170,165,111)
0 Favorites   0 Comments

Color spaces of #aaa56f

RGB 170165111
HSL0.150.260.55
HSV55°35°67°
CMYK 0.000.030.35   0.33
XYZ32.901936.604020.3701
Yxy36.60400.36610.4073
Hunter Lab60.5012-8.805022.3886
CIE-Lab66.9789-6.594528.6806

#aaa56f color RGB value is (170,165,111).

#aaa56f hex color red value is 170, green value is 165 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aaa56f hue: 0.15 , saturation: 0.26 and the lightness value of aaa56f is 0.55.

The process color (four color CMYK) of #aaa56f color hex is 0.00, 0.03, 0.35, 0.33. Web safe color of #aaa56f is #999966. Color #aaa56f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01101111
Octal 252 245 157
Decimal 170 165 111
Hex AA A5 6F

RGB Percentages of Color #aaa56f

%38.12
%37.00
%24.89

CMYK Percentages of Color #aaa56f

%0
%3
%35
%33

Triadic Colors of #aaa56f

#aaa56f #6faaa5 #a56faa

Analogous Colors of #aaa56f

#aaa56f #92aa6f #aa886f

Monochromatic Colors of #aaa56f

#aaa56f

Complementary Color

#aaa56f #6f74aa

#aaa56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa56f Color CSS Codes

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

#aaa56f Text Font Color

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

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


#aaa56f Background Color

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

This div background color is #aaa56f


#aaa56f Border Color

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

This div border color is #aaa56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa56f


Comments

No comments written yet.

Please login to write comment.