Color Hex Logo

#aa393e Color Hex

#AA393E
(170,57,62)
0 Favorites   0 Comments

Color spaces of #aa393e

RGB 1705762
HSL0.990.500.45
HSV357°66°67°
CMYK 0.000.660.64   0.33
XYZ18.910211.82015.8423
Yxy11.82010.51710.3232
Hunter Lab34.380438.014513.9910
CIE-Lab40.928846.509722.7183

#aa393e color RGB value is (170,57,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 00111110
Octal 252 71 76
Decimal 170 57 62
Hex AA 39 3E

RGB Percentages of Color #aa393e

%58.82
%19.72
%21.45

CMYK Percentages of Color #aa393e

%0
%66
%64
%33

Triadic Colors of #aa393e

#aa393e #3eaa39 #393eaa

Analogous Colors of #aa393e

#aa393e #aa6d39 #aa3977

Monochromatic Colors of #aa393e

#aa393e

Complementary Color

#aa393e #39aaa5

#aa393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa393e Color CSS Codes

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

#aa393e Text Font Color

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

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


#aa393e Background Color

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

This div background color is #aa393e


#aa393e Border Color

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

This div border color is #aa393e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa393e


Comments

No comments written yet.

Please login to write comment.