Color Hex Logo

#aa112e Color Hex

#AA112E
(170,17,46)
0 Favorites   0 Comments

Color spaces of #aa112e

RGB 1701746
HSL0.970.820.37
HSV349°90°67°
CMYK 0.000.900.73   0.33
XYZ17.27129.14423.4395
Yxy9.14420.57850.3063
Hunter Lab30.239449.031214.4238
CIE-Lab36.260557.942526.8812

#aa112e color RGB value is (170,17,46).

#aa112e hex color red value is 170, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa112e hue: 0.97 , saturation: 0.82 and the lightness value of aa112e is 0.37.

The process color (four color CMYK) of #aa112e color hex is 0.00, 0.90, 0.73, 0.33. Web safe color of #aa112e is #990033. Color #aa112e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 00101110
Octal 252 21 56
Decimal 170 17 46
Hex AA 11 2E

RGB Percentages of Color #aa112e

%72.96
%7.30
%19.74

CMYK Percentages of Color #aa112e

%0
%90
%73
%33

Triadic Colors of #aa112e

#aa112e #2eaa11 #112eaa

Analogous Colors of #aa112e

#aa112e #aa4111 #aa117b

Monochromatic Colors of #aa112e

#aa112e

Complementary Color

#aa112e #11aa8d

#aa112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa112e Color CSS Codes

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

#aa112e Text Font Color

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

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


#aa112e Background Color

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

This div background color is #aa112e


#aa112e Border Color

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

This div border color is #aa112e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa112e


Comments

No comments written yet.

Please login to write comment.