Color Hex Logo

#aa393a Color Hex

#AA393A
(170,57,58)
0 Favorites   0 Comments

Color spaces of #aa393a

RGB 1705758
HSL1.000.500.45
HSV359°66°67°
CMYK 0.000.660.66   0.33
XYZ18.804411.77785.2852
Yxy11.77780.52430.3284
Hunter Lab34.318837.748114.8923
CIE-Lab40.860846.257425.0793

#aa393a color RGB value is (170,57,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 00111010
Octal 252 71 72
Decimal 170 57 58
Hex AA 39 3A

RGB Percentages of Color #aa393a

%59.65
%20.00
%20.35

CMYK Percentages of Color #aa393a

%0
%66
%66
%33

Triadic Colors of #aa393a

#aa393a #3aaa39 #393aaa

Analogous Colors of #aa393a

#aa393a #aa7139 #aa3973

Monochromatic Colors of #aa393a

#aa393a

Complementary Color

#aa393a #39aaa9

#aa393a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa393a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa393a Color CSS Codes

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

#aa393a Text Font Color

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

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


#aa393a Background Color

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

This div background color is #aa393a


#aa393a Border Color

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

This div border color is #aa393a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa393a

#aa393a Color Palettes


Comments

No comments written yet.

Please login to write comment.