Color Hex Logo

#aaa67a Color Hex

#AAA67A
(170,166,122)
0 Favorites   0 Comments

Color spaces of #aaa67a

RGB 170166122
HSL0.150.220.57
HSV55°28°67°
CMYK 0.000.020.28   0.33
XYZ33.726637.223623.8196
Yxy37.22360.35590.3928
Hunter Lab61.0111-8.095819.5602
CIE-Lab67.4444-5.692223.3602

#aaa67a color RGB value is (170,166,122).

#aaa67a hex color red value is 170, green value is 166 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aaa67a hue: 0.15 , saturation: 0.22 and the lightness value of aaa67a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01111010
Octal 252 246 172
Decimal 170 166 122
Hex AA A6 7A

RGB Percentages of Color #aaa67a

%37.12
%36.24
%26.64

CMYK Percentages of Color #aaa67a

%0
%2
%28
%33

Triadic Colors of #aaa67a

#aaa67a #7aaaa6 #a67aaa

Analogous Colors of #aaa67a

#aaa67a #96aa7a #aa8e7a

Monochromatic Colors of #aaa67a

#aaa67a

Complementary Color

#aaa67a #7a7eaa

#aaa67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa67a Color CSS Codes

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

#aaa67a Text Font Color

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

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


#aaa67a Background Color

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

This div background color is #aaa67a


#aaa67a Border Color

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

This div border color is #aaa67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa67a


Comments

No comments written yet.

Please login to write comment.