Color Hex Logo

#aa5849 Color Hex

#AA5849
(170,88,73)
0 Favorites   0 Comments

Color spaces of #aa5849

RGB 1708873
HSL0.030.400.48
HSV57°67°
CMYK 0.000.480.57   0.33
XYZ21.269916.00658.2719
Yxy16.00650.46700.3514
Hunter Lab40.008124.883415.7472
CIE-Lab46.983032.082323.8859

#aa5849 color RGB value is (170,88,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 01001001
Octal 252 130 111
Decimal 170 88 73
Hex AA 58 49

RGB Percentages of Color #aa5849

%51.36
%26.59
%22.05

CMYK Percentages of Color #aa5849

%0
%48
%57
%33

Triadic Colors of #aa5849

#aa5849 #49aa58 #5849aa

Analogous Colors of #aa5849

#aa5849 #aa8949 #aa496b

Monochromatic Colors of #aa5849

#aa5849

Complementary Color

#aa5849 #499baa

#aa5849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5849 Color CSS Codes

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

#aa5849 Text Font Color

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

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


#aa5849 Background Color

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

This div background color is #aa5849


#aa5849 Border Color

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

This div border color is #aa5849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5849


Comments

No comments written yet.

Please login to write comment.