Color Hex Logo

#aaa56e Color Hex

#AAA56E
(170,165,110)
0 Favorites   0 Comments

Color spaces of #aaa56e

RGB 170165110
HSL0.150.260.55
HSV55°35°67°
CMYK 0.000.030.35   0.33
XYZ32.847236.582120.0817
Yxy36.58210.36700.4087
Hunter Lab60.4831-8.905722.6526
CIE-Lab66.9623-6.717829.1945

#aaa56e color RGB value is (170,165,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01101110
Octal 252 245 156
Decimal 170 165 110
Hex AA A5 6E

RGB Percentages of Color #aaa56e

%38.20
%37.08
%24.72

CMYK Percentages of Color #aaa56e

%0
%3
%35
%33

Triadic Colors of #aaa56e

#aaa56e #6eaaa5 #a56eaa

Analogous Colors of #aaa56e

#aaa56e #91aa6e #aa876e

Monochromatic Colors of #aaa56e

#aaa56e

Complementary Color

#aaa56e #6e73aa

#aaa56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa56e Color CSS Codes

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

#aaa56e Text Font Color

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

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


#aaa56e Background Color

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

This div background color is #aaa56e


#aaa56e Border Color

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

This div border color is #aaa56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa56e


Comments

No comments written yet.

Please login to write comment.