Color Hex Logo

#aaa65b Color Hex

#AAA65B
(170,166,91)
0 Favorites   0 Comments

Color spaces of #aaa65b

RGB 17016691
HSL0.160.320.51
HSV57°46°67°
CMYK 0.000.020.46   0.33
XYZ32.102136.573815.2650
Yxy36.57380.38240.4357
Hunter Lab60.4763-11.081927.3678
CIE-Lab66.9560-9.364139.1292

#aaa65b color RGB value is (170,166,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01011011
Octal 252 246 133
Decimal 170 166 91
Hex AA A6 5B

RGB Percentages of Color #aaa65b

%39.81
%38.88
%21.31

CMYK Percentages of Color #aaa65b

%0
%2
%46
%33

Triadic Colors of #aaa65b

#aaa65b #5baaa6 #a65baa

Analogous Colors of #aaa65b

#aaa65b #87aa5b #aa7f5b

Monochromatic Colors of #aaa65b

#aaa65b

Complementary Color

#aaa65b #5b5faa

#aaa65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa65b Color CSS Codes

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

#aaa65b Text Font Color

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

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


#aaa65b Background Color

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

This div background color is #aaa65b


#aaa65b Border Color

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

This div border color is #aaa65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa65b


Comments

No comments written yet.

Please login to write comment.