Color Hex Logo

#aa474e Color Hex

#AA474E
(170,71,78)
0 Favorites   0 Comments

Color spaces of #aa474e

RGB 1707178
HSL0.990.410.47
HSV356°58°67°
CMYK 0.000.580.54   0.33
XYZ20.205913.60268.7683
Yxy13.60260.47460.3195
Hunter Lab36.881733.249511.7215
CIE-Lab43.657541.267716.4907

#aa474e color RGB value is (170,71,78).

#aa474e hex color red value is 170, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa474e hue: 0.99 , saturation: 0.41 and the lightness value of aa474e is 0.47.

The process color (four color CMYK) of #aa474e color hex is 0.00, 0.58, 0.54, 0.33. Web safe color of #aa474e is #993366. Color #aa474e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 01001110
Octal 252 107 116
Decimal 170 71 78
Hex AA 47 4E

RGB Percentages of Color #aa474e

%53.29
%22.26
%24.45

CMYK Percentages of Color #aa474e

%0
%58
%54
%33

Triadic Colors of #aa474e

#aa474e #4eaa47 #474eaa

Analogous Colors of #aa474e

#aa474e #aa7247 #aa4780

Monochromatic Colors of #aa474e

#aa474e

Complementary Color

#aa474e #47aaa3

#aa474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa474e Color CSS Codes

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

#aa474e Text Font Color

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

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


#aa474e Background Color

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

This div background color is #aa474e


#aa474e Border Color

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

This div border color is #aa474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa474e


Comments

No comments written yet.

Please login to write comment.