Color Hex Logo

#aa9a6f Color Hex

#AA9A6F
(170,154,111)
0 Favorites   0 Comments

Color spaces of #aa9a6f

RGB 170154111
HSL0.120.260.55
HSV44°35°67°
CMYK 0.000.090.35   0.33
XYZ31.002432.804919.7369
Yxy32.80490.37110.3927
Hunter Lab57.2756-3.612919.6618
CIE-Lab64.0026-0.656224.7469

#aa9a6f color RGB value is (170,154,111).

#aa9a6f hex color red value is 170, green value is 154 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aa9a6f hue: 0.12 , saturation: 0.26 and the lightness value of aa9a6f is 0.55.

The process color (four color CMYK) of #aa9a6f color hex is 0.00, 0.09, 0.35, 0.33. Web safe color of #aa9a6f is #999966. Color #aa9a6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 01101111
Octal 252 232 157
Decimal 170 154 111
Hex AA 9A 6F

RGB Percentages of Color #aa9a6f

%39.08
%35.40
%25.52

CMYK Percentages of Color #aa9a6f

%0
%9
%35
%33

Triadic Colors of #aa9a6f

#aa9a6f #6faa9a #9a6faa

Analogous Colors of #aa9a6f

#aa9a6f #9daa6f #aa7d6f

Monochromatic Colors of #aa9a6f

#aa9a6f

Complementary Color

#aa9a6f #6f7faa

#aa9a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9a6f Color CSS Codes

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

#aa9a6f Text Font Color

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

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


#aa9a6f Background Color

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

This div background color is #aa9a6f


#aa9a6f Border Color

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

This div border color is #aa9a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9a6f


Comments

No comments written yet.

Please login to write comment.