Color Hex Logo

#aa5049 Color Hex

#AA5049
(170,80,73)
0 Favorites   0 Comments

Color spaces of #aa5049

RGB 1708073
HSL0.010.400.48
HSV57°67°
CMYK 0.000.530.57   0.33
XYZ20.648814.76448.0648
Yxy14.76440.47490.3396
Hunter Lab38.424528.680714.4529
CIE-Lab45.309836.310421.7139

#aa5049 color RGB value is (170,80,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 01001001
Octal 252 120 111
Decimal 170 80 73
Hex AA 50 49

RGB Percentages of Color #aa5049

%52.63
%24.77
%22.60

CMYK Percentages of Color #aa5049

%0
%53
%57
%33

Triadic Colors of #aa5049

#aa5049 #49aa50 #5049aa

Analogous Colors of #aa5049

#aa5049 #aa8149 #aa4973

Monochromatic Colors of #aa5049

#aa5049

Complementary Color

#aa5049 #49a3aa

#aa5049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5049 Color CSS Codes

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

#aa5049 Text Font Color

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

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


#aa5049 Background Color

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

This div background color is #aa5049


#aa5049 Border Color

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

This div border color is #aa5049


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,80,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 #aa5049">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5049


Comments

No comments written yet.

Please login to write comment.