Color Hex Logo

#aa221e Color Hex

#AA221E
(170,34,30)
0 Favorites   0 Comments

Color spaces of #aa221e

RGB 1703430
HSL0.000.700.39
HSV82°67°
CMYK 0.000.800.82   0.33
XYZ17.38399.78382.2005
Yxy9.78380.59190.3331
Hunter Lab31.279144.466217.7243
CIE-Lab37.451653.423137.6804

#aa221e color RGB value is (170,34,30).

#aa221e hex color red value is 170, green value is 34 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aa221e hue: 0.00 , saturation: 0.70 and the lightness value of aa221e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100010 00011110
Octal 252 42 36
Decimal 170 34 30
Hex AA 22 1E

RGB Percentages of Color #aa221e

%72.65
%14.53
%12.82

CMYK Percentages of Color #aa221e

%0
%80
%82
%33

Triadic Colors of #aa221e

#aa221e #1eaa22 #221eaa

Analogous Colors of #aa221e

#aa221e #aa681e #aa1e60

Monochromatic Colors of #aa221e

#aa221e

Complementary Color

#aa221e #1ea6aa

#aa221e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa221e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa221e Color CSS Codes

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

#aa221e Text Font Color

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

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


#aa221e Background Color

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

This div background color is #aa221e


#aa221e Border Color

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

This div border color is #aa221e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa221e


Comments

No comments written yet.

Please login to write comment.