Color Hex Logo

#aa594d Color Hex

#AA594D
(170,89,77)
0 Favorites   0 Comments

Color spaces of #aa594d

RGB 1708977
HSL0.020.380.48
HSV55°67°
CMYK 0.000.480.55   0.33
XYZ21.489516.22669.0206
Yxy16.22660.45980.3472
Hunter Lab40.282324.731014.9205
CIE-Lab47.270431.884721.8992

#aa594d color RGB value is (170,89,77).

#aa594d hex color red value is 170, green value is 89 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa594d hue: 0.02 , saturation: 0.38 and the lightness value of aa594d is 0.48.

The process color (four color CMYK) of #aa594d color hex is 0.00, 0.48, 0.55, 0.33. Web safe color of #aa594d is #996666. Color #aa594d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 01001101
Octal 252 131 115
Decimal 170 89 77
Hex AA 59 4D

RGB Percentages of Color #aa594d

%50.60
%26.49
%22.92

CMYK Percentages of Color #aa594d

%0
%48
%55
%33

Triadic Colors of #aa594d

#aa594d #4daa59 #594daa

Analogous Colors of #aa594d

#aa594d #aa884d #aa4d70

Monochromatic Colors of #aa594d

#aa594d

Complementary Color

#aa594d #4d9eaa

#aa594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa594d Color CSS Codes

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

#aa594d Text Font Color

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

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


#aa594d Background Color

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

This div background color is #aa594d


#aa594d Border Color

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

This div border color is #aa594d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa594d


Comments

No comments written yet.

Please login to write comment.