Color Hex Logo

#aa404d Color Hex

#AA404D
(170,64,77)
0 Favorites   0 Comments

Color spaces of #aa404d

RGB 1706477
HSL0.980.450.46
HSV353°62°67°
CMYK 0.000.620.55   0.33
XYZ19.750512.74878.4409
Yxy12.74870.48240.3114
Hunter Lab35.705336.253510.9773
CIE-Lab42.382144.506215.3803

#aa404d color RGB value is (170,64,77).

#aa404d hex color red value is 170, green value is 64 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa404d hue: 0.98 , saturation: 0.45 and the lightness value of aa404d is 0.46.

The process color (four color CMYK) of #aa404d color hex is 0.00, 0.62, 0.55, 0.33. Web safe color of #aa404d is #993366. Color #aa404d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 01001101
Octal 252 100 115
Decimal 170 64 77
Hex AA 40 4D

RGB Percentages of Color #aa404d

%54.66
%20.58
%24.76

CMYK Percentages of Color #aa404d

%0
%62
%55
%33

Triadic Colors of #aa404d

#aa404d #4daa40 #404daa

Analogous Colors of #aa404d

#aa404d #aa6840 #aa4082

Monochromatic Colors of #aa404d

#aa404d

Complementary Color

#aa404d #40aa9d

#aa404d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa404d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa404d Color CSS Codes

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

#aa404d Text Font Color

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

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


#aa404d Background Color

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

This div background color is #aa404d


#aa404d Border Color

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

This div border color is #aa404d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa404d


Comments

No comments written yet.

Please login to write comment.