Color Hex Logo

#aaa76b Color Hex

#AAA76B
(170,167,107)
0 Favorites   0 Comments

Color spaces of #aaa76b

RGB 170167107
HSL0.160.270.54
HSV57°37°67°
CMYK 0.000.020.37   0.33
XYZ33.050137.245019.3570
Yxy37.24500.36860.4154
Hunter Lab61.0287-10.133523.9146
CIE-Lab67.4604-8.143931.4396

#aaa76b color RGB value is (170,167,107).

#aaa76b hex color red value is 170, green value is 167 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aaa76b hue: 0.16 , saturation: 0.27 and the lightness value of aaa76b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01101011
Octal 252 247 153
Decimal 170 167 107
Hex AA A7 6B

RGB Percentages of Color #aaa76b

%38.29
%37.61
%24.10

CMYK Percentages of Color #aaa76b

%0
%2
%37
%33

Triadic Colors of #aaa76b

#aaa76b #6baaa7 #a76baa

Analogous Colors of #aaa76b

#aaa76b #8eaa6b #aa886b

Monochromatic Colors of #aaa76b

#aaa76b

Complementary Color

#aaa76b #6b6eaa

#aaa76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa76b Color CSS Codes

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

#aaa76b Text Font Color

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

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


#aaa76b Background Color

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

This div background color is #aaa76b


#aaa76b Border Color

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

This div border color is #aaa76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa76b


Comments

No comments written yet.

Please login to write comment.