Color Hex Logo

#aa936f Color Hex

#AA936F
(170,147,111)
0 Favorites   0 Comments

Color spaces of #aa936f

RGB 170147111
HSL0.100.260.55
HSV37°35°67°
CMYK 0.000.140.35   0.33
XYZ29.880530.561219.3630
Yxy30.56120.37440.3829
Hunter Lab55.2822-0.263017.9308
CIE-Lab62.13553.189122.2469

#aa936f color RGB value is (170,147,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 01101111
Octal 252 223 157
Decimal 170 147 111
Hex AA 93 6F

RGB Percentages of Color #aa936f

%39.72
%34.35
%25.93

CMYK Percentages of Color #aa936f

%0
%14
%35
%33

Triadic Colors of #aa936f

#aa936f #6faa93 #936faa

Analogous Colors of #aa936f

#aa936f #a4aa6f #aa766f

Monochromatic Colors of #aa936f

#aa936f

Complementary Color

#aa936f #6f86aa

#aa936f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa936f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa936f Color CSS Codes

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

#aa936f Text Font Color

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

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


#aa936f Background Color

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

This div background color is #aa936f


#aa936f Border Color

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

This div border color is #aa936f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa936f


Comments

No comments written yet.

Please login to write comment.