Color Hex Logo

#aaa05e Color Hex

#AAA05E
(170,160,94)
0 Favorites   0 Comments

Color spaces of #aaa05e

RGB 17016094
HSL0.140.310.52
HSV52°45°67°
CMYK 0.000.060.45   0.33
XYZ31.168734.495815.6053
Yxy34.49580.38350.4245
Hunter Lab58.7331-8.056025.3599
CIE-Lab65.3542-5.867835.6011

#aaa05e color RGB value is (170,160,94).

#aaa05e hex color red value is 170, green value is 160 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aaa05e hue: 0.14 , saturation: 0.31 and the lightness value of aaa05e is 0.52.

The process color (four color CMYK) of #aaa05e color hex is 0.00, 0.06, 0.45, 0.33. Web safe color of #aaa05e is #999966. Color #aaa05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01011110
Octal 252 240 136
Decimal 170 160 94
Hex AA A0 5E

RGB Percentages of Color #aaa05e

%40.09
%37.74
%22.17

CMYK Percentages of Color #aaa05e

%0
%6
%45
%33

Triadic Colors of #aaa05e

#aaa05e #5eaaa0 #a05eaa

Analogous Colors of #aaa05e

#aaa05e #8eaa5e #aa7a5e

Monochromatic Colors of #aaa05e

#aaa05e

Complementary Color

#aaa05e #5e68aa

#aaa05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa05e Color CSS Codes

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

#aaa05e Text Font Color

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

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


#aaa05e Background Color

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

This div background color is #aaa05e


#aaa05e Border Color

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

This div border color is #aaa05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa05e


Comments

No comments written yet.

Please login to write comment.