Color Hex Logo

#aaa78a Color Hex

#AAA78A
(170,167,138)
0 Favorites   0 Comments

Color spaces of #aaa78a

RGB 170167138
HSL0.150.160.60
HSV54°19°67°
CMYK 0.000.020.19   0.33
XYZ34.983738.018529.5392
Yxy38.01850.34120.3708
Hunter Lab61.6591-6.627514.7572
CIE-Lab68.0342-3.889915.4145

#aaa78a color RGB value is (170,167,138).

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

The process color (four color CMYK) of #aaa78a color hex is 0.00, 0.02, 0.19, 0.33. Web safe color of #aaa78a is #999999. Color #aaa78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10001010
Octal 252 247 212
Decimal 170 167 138
Hex AA A7 8A

RGB Percentages of Color #aaa78a

%35.79
%35.16
%29.05

CMYK Percentages of Color #aaa78a

%0
%2
%19
%33

Triadic Colors of #aaa78a

#aaa78a #8aaaa7 #a78aaa

Analogous Colors of #aaa78a

#aaa78a #9daa8a #aa978a

Monochromatic Colors of #aaa78a

#aaa78a

Complementary Color

#aaa78a #8a8daa

#aaa78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa78a Color CSS Codes

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

#aaa78a Text Font Color

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

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


#aaa78a Background Color

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

This div background color is #aaa78a


#aaa78a Border Color

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

This div border color is #aaa78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa78a


Comments

No comments written yet.

Please login to write comment.