Color Hex Logo

#aa813d Color Hex

#AA813D
(170,129,61)
0 Favorites   0 Comments

Color spaces of #aa813d

RGB 17012961
HSL0.100.470.45
HSV37°64°67°
CMYK 0.000.240.64   0.33
XYZ25.270124.58357.8281
Yxy24.58350.43810.4262
Hunter Lab49.58184.207225.3464
CIE-Lab56.66738.287542.1258

#aa813d color RGB value is (170,129,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 00111101
Octal 252 201 75
Decimal 170 129 61
Hex AA 81 3D

RGB Percentages of Color #aa813d

%47.22
%35.83
%16.94

CMYK Percentages of Color #aa813d

%0
%24
%64
%33

Triadic Colors of #aa813d

#aa813d #3daa81 #813daa

Analogous Colors of #aa813d

#aa813d #9daa3d #aa4b3d

Monochromatic Colors of #aa813d

#aa813d

Complementary Color

#aa813d #3d66aa

#aa813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa813d Color CSS Codes

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

#aa813d Text Font Color

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

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


#aa813d Background Color

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

This div background color is #aa813d


#aa813d Border Color

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

This div border color is #aa813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa813d


Comments

No comments written yet.

Please login to write comment.