Color Hex Logo

#aa4551 Color Hex

#AA4551
(170,69,81)
0 Favorites   0 Comments

Color spaces of #aa4551

RGB 1706981
HSL0.980.420.47
HSV353°59°67°
CMYK 0.000.590.52   0.33
XYZ20.190913.39649.3062
Yxy13.39640.47070.3123
Hunter Lab36.601134.417210.5457
CIE-Lab43.354642.499814.2372

#aa4551 color RGB value is (170,69,81).

#aa4551 hex color red value is 170, green value is 69 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aa4551 hue: 0.98 , saturation: 0.42 and the lightness value of aa4551 is 0.47.

The process color (four color CMYK) of #aa4551 color hex is 0.00, 0.59, 0.52, 0.33. Web safe color of #aa4551 is #993366. Color #aa4551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000101 01010001
Octal 252 105 121
Decimal 170 69 81
Hex AA 45 51

RGB Percentages of Color #aa4551

%53.13
%21.56
%25.31

CMYK Percentages of Color #aa4551

%0
%59
%52
%33

Triadic Colors of #aa4551

#aa4551 #51aa45 #4551aa

Analogous Colors of #aa4551

#aa4551 #aa6c45 #aa4584

Monochromatic Colors of #aa4551

#aa4551

Complementary Color

#aa4551 #45aa9e

#aa4551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4551 Color CSS Codes

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

#aa4551 Text Font Color

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

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


#aa4551 Background Color

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

This div background color is #aa4551


#aa4551 Border Color

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

This div border color is #aa4551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4551


Comments

No comments written yet.

Please login to write comment.