Color Hex Logo

#aa394b Color Hex

#AA394B
(170,57,75)
0 Favorites   0 Comments

Color spaces of #aa394b

RGB 1705775
HSL0.970.500.45
HSV350°66°67°
CMYK 0.000.660.56   0.33
XYZ19.310711.98037.9513
Yxy11.98030.49210.3053
Hunter Lab34.612639.014910.6085
CIE-Lab41.184847.452414.9977

#aa394b color RGB value is (170,57,75).

#aa394b hex color red value is 170, green value is 57 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aa394b hue: 0.97 , saturation: 0.50 and the lightness value of aa394b is 0.45.

The process color (four color CMYK) of #aa394b color hex is 0.00, 0.66, 0.56, 0.33. Web safe color of #aa394b is #993333. Color #aa394b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 01001011
Octal 252 71 113
Decimal 170 57 75
Hex AA 39 4B

RGB Percentages of Color #aa394b

%56.29
%18.87
%24.83

CMYK Percentages of Color #aa394b

%0
%66
%56
%33

Triadic Colors of #aa394b

#aa394b #4baa39 #394baa

Analogous Colors of #aa394b

#aa394b #aa6039 #aa3984

Monochromatic Colors of #aa394b

#aa394b

Complementary Color

#aa394b #39aa98

#aa394b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa394b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa394b Color CSS Codes

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

#aa394b Text Font Color

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

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


#aa394b Background Color

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

This div background color is #aa394b


#aa394b Border Color

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

This div border color is #aa394b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa394b


Comments

No comments written yet.

Please login to write comment.