Color Hex Logo

#aa595b Color Hex

#AA595B
(170,89,91)
0 Favorites   0 Comments

Color spaces of #aa595b

RGB 1708991
HSL1.000.320.51
HSV359°48°67°
CMYK 0.000.480.46   0.33
XYZ22.038316.446111.9104
Yxy16.44610.43730.3263
Hunter Lab40.553826.033810.9745
CIE-Lab47.554433.231813.9265

#aa595b color RGB value is (170,89,91).

#aa595b hex color red value is 170, green value is 89 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aa595b hue: 1.00 , saturation: 0.32 and the lightness value of aa595b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 01011011
Octal 252 131 133
Decimal 170 89 91
Hex AA 59 5B

RGB Percentages of Color #aa595b

%48.57
%25.43
%26.00

CMYK Percentages of Color #aa595b

%0
%48
%46
%33

Triadic Colors of #aa595b

#aa595b #5baa59 #595baa

Analogous Colors of #aa595b

#aa595b #aa8059 #aa5984

Monochromatic Colors of #aa595b

#aa595b

Complementary Color

#aa595b #59aaa8

#aa595b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa595b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa595b Color CSS Codes

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

#aa595b Text Font Color

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

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


#aa595b Background Color

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

This div background color is #aa595b


#aa595b Border Color

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

This div border color is #aa595b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa595b


Comments

No comments written yet.

Please login to write comment.