Color Hex Logo

#aa7237 Color Hex

#AA7237
(170,114,55)
0 Favorites   0 Comments

Color spaces of #aa7237

RGB 17011455
HSL0.090.510.44
HSV31°68°67°
CMYK 0.000.330.68   0.33
XYZ23.284520.85656.4129
Yxy20.85650.46060.4126
Hunter Lab45.668911.088423.6426
CIE-Lab52.792116.339640.7924

#aa7237 color RGB value is (170,114,55).

#aa7237 hex color red value is 170, green value is 114 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #aa7237 hue: 0.09 , saturation: 0.51 and the lightness value of aa7237 is 0.44.

The process color (four color CMYK) of #aa7237 color hex is 0.00, 0.33, 0.68, 0.33. Web safe color of #aa7237 is #996633. Color #aa7237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 00110111
Octal 252 162 67
Decimal 170 114 55
Hex AA 72 37

RGB Percentages of Color #aa7237

%50.15
%33.63
%16.22

CMYK Percentages of Color #aa7237

%0
%33
%68
%33

Triadic Colors of #aa7237

#aa7237 #37aa72 #7237aa

Analogous Colors of #aa7237

#aa7237 #a9aa37 #aa3937

Monochromatic Colors of #aa7237

#aa7237

Complementary Color

#aa7237 #376faa

#aa7237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7237 Color CSS Codes

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

#aa7237 Text Font Color

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

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


#aa7237 Background Color

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

This div background color is #aa7237


#aa7237 Border Color

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

This div border color is #aa7237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7237


Comments

No comments written yet.

Please login to write comment.