Color Hex Logo

#aaa88c Color Hex

#AAA88C
(170,168,140)
0 Favorites   0 Comments

Color spaces of #aaa88c

RGB 170168140
HSL0.160.150.61
HSV56°18°67°
CMYK 0.000.010.18   0.33
XYZ35.313838.444830.3703
Yxy38.44480.33910.3692
Hunter Lab62.0039-6.843614.3617
CIE-Lab68.3472-4.115214.7510

#aaa88c color RGB value is (170,168,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10001100
Octal 252 250 214
Decimal 170 168 140
Hex AA A8 8C

RGB Percentages of Color #aaa88c

%35.56
%35.15
%29.29

CMYK Percentages of Color #aaa88c

%0
%1
%18
%33

Triadic Colors of #aaa88c

#aaa88c #8caaa8 #a88caa

Analogous Colors of #aaa88c

#aaa88c #9daa8c #aa998c

Monochromatic Colors of #aaa88c

#aaa88c

Complementary Color

#aaa88c #8c8eaa

#aaa88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa88c Color CSS Codes

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

#aaa88c Text Font Color

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

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


#aaa88c Background Color

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

This div background color is #aaa88c


#aaa88c Border Color

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

This div border color is #aaa88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa88c


Comments

No comments written yet.

Please login to write comment.