Color Hex Logo

#aaa88a Color Hex

#AAA88A
(170,168,138)
0 Favorites   0 Comments

Color spaces of #aaa88a

RGB 170168138
HSL0.160.160.60
HSV56°19°67°
CMYK 0.000.010.19   0.33
XYZ35.167638.386329.6005
Yxy38.38630.34090.3721
Hunter Lab61.9567-7.104715.0432
CIE-Lab68.3044-4.427515.7908

#aaa88a color RGB value is (170,168,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10001010
Octal 252 250 212
Decimal 170 168 138
Hex AA A8 8A

RGB Percentages of Color #aaa88a

%35.71
%35.29
%28.99

CMYK Percentages of Color #aaa88a

%0
%1
%19
%33

Triadic Colors of #aaa88a

#aaa88a #8aaaa8 #a88aaa

Analogous Colors of #aaa88a

#aaa88a #9caa8a #aa988a

Monochromatic Colors of #aaa88a

#aaa88a

Complementary Color

#aaa88a #8a8caa

#aaa88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa88a Color CSS Codes

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

#aaa88a Text Font Color

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

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


#aaa88a Background Color

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

This div background color is #aaa88a


#aaa88a Border Color

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

This div border color is #aaa88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa88a


Comments

No comments written yet.

Please login to write comment.