Color Hex Logo

#aa813a Color Hex

#AA813A
(170,129,58)
0 Favorites   0 Comments

Color spaces of #aa813a

RGB 17012958
HSL0.110.490.45
HSV38°66°67°
CMYK 0.000.240.66   0.33
XYZ25.191524.55207.4143
Yxy24.55200.44070.4295
Hunter Lab49.55004.038025.8133
CIE-Lab56.63638.087743.5642

#aa813a color RGB value is (170,129,58).

#aa813a hex color red value is 170, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa813a hue: 0.11 , saturation: 0.49 and the lightness value of aa813a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 00111010
Octal 252 201 72
Decimal 170 129 58
Hex AA 81 3A

RGB Percentages of Color #aa813a

%47.62
%36.13
%16.25

CMYK Percentages of Color #aa813a

%0
%24
%66
%33

Triadic Colors of #aa813a

#aa813a #3aaa81 #813aaa

Analogous Colors of #aa813a

#aa813a #9baa3a #aa493a

Monochromatic Colors of #aa813a

#aa813a

Complementary Color

#aa813a #3a63aa

#aa813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa813a Color CSS Codes

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

#aa813a Text Font Color

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

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


#aa813a Background Color

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

This div background color is #aa813a


#aa813a Border Color

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

This div border color is #aa813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa813a


Comments

No comments written yet.

Please login to write comment.