Color Hex Logo

#aaa09b Color Hex

#AAA09B
(170,160,155)
0 Favorites   0 Comments

Color spaces of #aaa09b

RGB 170160155
HSL0.060.080.64
HSV20°67°
CMYK 0.000.060.09   0.33
XYZ35.064836.054236.1214
Yxy36.05420.32700.3362
Hunter Lab60.0451-0.83976.3645
CIE-Lab66.56132.73563.8954

#aaa09b color RGB value is (170,160,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 10011011
Octal 252 240 233
Decimal 170 160 155
Hex AA A0 9B

RGB Percentages of Color #aaa09b

%35.05
%32.99
%31.96

CMYK Percentages of Color #aaa09b

%0
%6
%9
%33

Triadic Colors of #aaa09b

#aaa09b #9baaa0 #a09baa

Analogous Colors of #aaa09b

#aaa09b #aaa89b #aa9b9e

Monochromatic Colors of #aaa09b

#aaa09b

Complementary Color

#aaa09b #9ba5aa

#aaa09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa09b Color CSS Codes

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

#aaa09b Text Font Color

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

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


#aaa09b Background Color

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

This div background color is #aaa09b


#aaa09b Border Color

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

This div border color is #aaa09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa09b


Comments

No comments written yet.

Please login to write comment.