Color Hex Logo

#aa4973 Color Hex

#AA4973
(170,73,115)
0 Favorites   0 Comments

Color spaces of #aa4973

RGB 17073115
HSL0.930.400.48
HSV334°57°67°
CMYK 0.000.570.32   0.33
XYZ22.054614.548917.8655
Yxy14.54890.40490.2671
Hunter Lab38.143036.4598-1.0702
CIE-Lab45.010044.2745-4.3021

#aa4973 color RGB value is (170,73,115).

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

The process color (four color CMYK) of #aa4973 color hex is 0.00, 0.57, 0.32, 0.33. Web safe color of #aa4973 is #993366. Color #aa4973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 01110011
Octal 252 111 163
Decimal 170 73 115
Hex AA 49 73

RGB Percentages of Color #aa4973

%47.49
%20.39
%32.12

CMYK Percentages of Color #aa4973

%0
%57
%32
%33

Triadic Colors of #aa4973

#aa4973 #73aa49 #4973aa

Analogous Colors of #aa4973

#aa4973 #aa5049 #aa49a4

Monochromatic Colors of #aa4973

#aa4973

Complementary Color

#aa4973 #49aa80

#aa4973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4973 Color CSS Codes

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

#aa4973 Text Font Color

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

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


#aa4973 Background Color

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

This div background color is #aa4973


#aa4973 Border Color

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

This div border color is #aa4973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4973


Comments

No comments written yet.

Please login to write comment.