Color Hex Logo

#aa182e Color Hex

#AA182E
(170,24,46)
0 Favorites   0 Comments

Color spaces of #aa182e

RGB 1702446
HSL0.970.750.38
HSV351°86°67°
CMYK 0.000.860.73   0.33
XYZ17.39739.39663.4815
Yxy9.39660.57460.3104
Hunter Lab30.653947.661614.7239
CIE-Lab36.736956.576327.4465

#aa182e color RGB value is (170,24,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011000 00101110
Octal 252 30 56
Decimal 170 24 46
Hex AA 18 2E

RGB Percentages of Color #aa182e

%70.83
%10.00
%19.17

CMYK Percentages of Color #aa182e

%0
%86
%73
%33

Triadic Colors of #aa182e

#aa182e #2eaa18 #182eaa

Analogous Colors of #aa182e

#aa182e #aa4b18 #aa1877

Monochromatic Colors of #aa182e

#aa182e

Complementary Color

#aa182e #18aa94

#aa182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa182e Color CSS Codes

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

#aa182e Text Font Color

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

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


#aa182e Background Color

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

This div background color is #aa182e


#aa182e Border Color

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

This div border color is #aa182e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,24,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 #aa182e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa182e


Comments

No comments written yet.

Please login to write comment.