Color Hex Logo

#aaa08c Color Hex

#AAA08C
(170,160,140)
0 Favorites   0 Comments

Color spaces of #aaa08c

RGB 170160140
HSL0.110.150.61
HSV40°18°67°
CMYK 0.000.060.18   0.33
XYZ33.882035.581129.8930
Yxy35.58110.34100.3581
Hunter Lab59.6499-2.996712.0423
CIE-Lab66.19860.220711.7348

#aaa08c color RGB value is (170,160,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 10001100
Octal 252 240 214
Decimal 170 160 140
Hex AA A0 8C

RGB Percentages of Color #aaa08c

%36.17
%34.04
%29.79

CMYK Percentages of Color #aaa08c

%0
%6
%18
%33

Triadic Colors of #aaa08c

#aaa08c #8caaa0 #a08caa

Analogous Colors of #aaa08c

#aaa08c #a5aa8c #aa918c

Monochromatic Colors of #aaa08c

#aaa08c

Complementary Color

#aaa08c #8c96aa

#aaa08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa08c Color CSS Codes

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

#aaa08c Text Font Color

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

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


#aaa08c Background Color

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

This div background color is #aaa08c


#aaa08c Border Color

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

This div border color is #aaa08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa08c


Comments

No comments written yet.

Please login to write comment.