Color Hex Logo

#aa5949 Color Hex

#AA5949
(170,89,73)
0 Favorites   0 Comments

Color spaces of #aa5949

RGB 1708973
HSL0.030.400.48
HSV10°57°67°
CMYK 0.000.480.57   0.33
XYZ21.352516.17188.2994
Yxy16.17180.46600.3529
Hunter Lab40.214224.403215.9137
CIE-Lab47.199131.543424.1646

#aa5949 color RGB value is (170,89,73).

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

The process color (four color CMYK) of #aa5949 color hex is 0.00, 0.48, 0.57, 0.33. Web safe color of #aa5949 is #996633. Color #aa5949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 01001001
Octal 252 131 111
Decimal 170 89 73
Hex AA 59 49

RGB Percentages of Color #aa5949

%51.20
%26.81
%21.99

CMYK Percentages of Color #aa5949

%0
%48
%57
%33

Triadic Colors of #aa5949

#aa5949 #49aa59 #5949aa

Analogous Colors of #aa5949

#aa5949 #aa8a49 #aa496a

Monochromatic Colors of #aa5949

#aa5949

Complementary Color

#aa5949 #499aaa

#aa5949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5949 Color CSS Codes

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

#aa5949 Text Font Color

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

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


#aa5949 Background Color

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

This div background color is #aa5949


#aa5949 Border Color

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

This div border color is #aa5949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5949


Comments

No comments written yet.

Please login to write comment.