Color Hex Logo

#aaa65a Color Hex

#AAA65A
(170,166,90)
0 Favorites   0 Comments

Color spaces of #aaa65a

RGB 17016690
HSL0.160.320.51
HSV57°47°67°
CMYK 0.000.020.47   0.33
XYZ32.059236.556715.0393
Yxy36.55670.38320.4370
Hunter Lab60.4621-11.161627.5758
CIE-Lab66.9431-9.463639.6216

#aaa65a color RGB value is (170,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01011010
Octal 252 246 132
Decimal 170 166 90
Hex AA A6 5A

RGB Percentages of Color #aaa65a

%39.91
%38.97
%21.13

CMYK Percentages of Color #aaa65a

%0
%2
%47
%33

Triadic Colors of #aaa65a

#aaa65a #5aaaa6 #a65aaa

Analogous Colors of #aaa65a

#aaa65a #86aa5a #aa7e5a

Monochromatic Colors of #aaa65a

#aaa65a

Complementary Color

#aaa65a #5a5eaa

#aaa65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa65a Color CSS Codes

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

#aaa65a Text Font Color

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

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


#aaa65a Background Color

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

This div background color is #aaa65a


#aaa65a Border Color

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

This div border color is #aaa65a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,166,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 #aaa65a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa65a


Comments

No comments written yet.

Please login to write comment.