Color Hex Logo

#aa8039 Color Hex

#AA8039
(170,128,57)
0 Favorites   0 Comments

Color spaces of #aa8039

RGB 17012857
HSL0.100.500.45
HSV38°66°67°
CMYK 0.000.250.66   0.33
XYZ25.035324.27987.2379
Yxy24.27980.44270.4293
Hunter Lab49.27454.461525.7831
CIE-Lab56.36698.583843.7526

#aa8039 color RGB value is (170,128,57).

#aa8039 hex color red value is 170, green value is 128 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #aa8039 hue: 0.10 , saturation: 0.50 and the lightness value of aa8039 is 0.45.

The process color (four color CMYK) of #aa8039 color hex is 0.00, 0.25, 0.66, 0.33. Web safe color of #aa8039 is #999933. Color #aa8039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 00111001
Octal 252 200 71
Decimal 170 128 57
Hex AA 80 39

RGB Percentages of Color #aa8039

%47.89
%36.06
%16.06

CMYK Percentages of Color #aa8039

%0
%25
%66
%33

Triadic Colors of #aa8039

#aa8039 #39aa80 #8039aa

Analogous Colors of #aa8039

#aa8039 #9caa39 #aa4839

Monochromatic Colors of #aa8039

#aa8039

Complementary Color

#aa8039 #3963aa

#aa8039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8039 Color CSS Codes

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

#aa8039 Text Font Color

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

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


#aa8039 Background Color

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

This div background color is #aa8039


#aa8039 Border Color

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

This div border color is #aa8039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8039

#aa8039 Color Palettes


Comments

No comments written yet.

Please login to write comment.