Color Hex Logo

#aaa09f Color Hex

#AAA09F
(170,160,159)
0 Favorites   0 Comments

Color spaces of #aaa09f

RGB 170160159
HSL0.020.060.65
HSV67°
CMYK 0.000.060.06   0.33
XYZ35.406436.190937.9203
Yxy36.19090.32330.3305
Hunter Lab60.1589-0.22224.7386
CIE-Lab66.66553.44711.8139

#aaa09f color RGB value is (170,160,159).

#aaa09f hex color red value is 170, green value is 160 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aaa09f hue: 0.02 , saturation: 0.06 and the lightness value of aaa09f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 10011111
Octal 252 240 237
Decimal 170 160 159
Hex AA A0 9F

RGB Percentages of Color #aaa09f

%34.76
%32.72
%32.52

CMYK Percentages of Color #aaa09f

%0
%6
%6
%33

Triadic Colors of #aaa09f

#aaa09f #9faaa0 #a09faa

Analogous Colors of #aaa09f

#aaa09f #aaa69f #aa9fa4

Monochromatic Colors of #aaa09f

#aaa09f

Complementary Color

#aaa09f #9fa9aa

#aaa09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa09f Color CSS Codes

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

#aaa09f Text Font Color

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

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


#aaa09f Background Color

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

This div background color is #aaa09f


#aaa09f Border Color

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

This div border color is #aaa09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa09f


Comments

No comments written yet.

Please login to write comment.