Color Hex Logo

#aaa35a Color Hex

#AAA35A
(170,163,90)
0 Favorites   0 Comments

Color spaces of #aaa35a

RGB 17016390
HSL0.150.320.51
HSV55°47°67°
CMYK 0.000.040.47   0.33
XYZ31.520235.478614.8596
Yxy35.47860.38510.4334
Hunter Lab59.5639-9.777726.9035
CIE-Lab66.1196-7.875538.6151

#aaa35a color RGB value is (170,163,90).

#aaa35a hex color red value is 170, green value is 163 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aaa35a hue: 0.15 , saturation: 0.32 and the lightness value of aaa35a is 0.51.

The process color (four color CMYK) of #aaa35a color hex is 0.00, 0.04, 0.47, 0.33. Web safe color of #aaa35a is #999966. Color #aaa35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01011010
Octal 252 243 132
Decimal 170 163 90
Hex AA A3 5A

RGB Percentages of Color #aaa35a

%40.19
%38.53
%21.28

CMYK Percentages of Color #aaa35a

%0
%4
%47
%33

Triadic Colors of #aaa35a

#aaa35a #5aaaa3 #a35aaa

Analogous Colors of #aaa35a

#aaa35a #89aa5a #aa7b5a

Monochromatic Colors of #aaa35a

#aaa35a

Complementary Color

#aaa35a #5a61aa

#aaa35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa35a Color CSS Codes

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

#aaa35a Text Font Color

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

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


#aaa35a Background Color

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

This div background color is #aaa35a


#aaa35a Border Color

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

This div border color is #aaa35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa35a


Comments

No comments written yet.

Please login to write comment.