Color Hex Logo

#aa133b Color Hex

#AA133B
(170,19,59)
0 Favorites   0 Comments

Color spaces of #aa133b

RGB 1701959
HSL0.960.800.37
HSV344°89°67°
CMYK 0.000.890.65   0.33
XYZ17.59999.32765.0105
Yxy9.32760.55110.2921
Hunter Lab30.541149.417111.6518
CIE-Lab36.607558.231819.0327

#aa133b color RGB value is (170,19,59).

#aa133b hex color red value is 170, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aa133b hue: 0.96 , saturation: 0.80 and the lightness value of aa133b is 0.37.

The process color (four color CMYK) of #aa133b color hex is 0.00, 0.89, 0.65, 0.33. Web safe color of #aa133b is #990033. Color #aa133b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 00111011
Octal 252 23 73
Decimal 170 19 59
Hex AA 13 3B

RGB Percentages of Color #aa133b

%68.55
%7.66
%23.79

CMYK Percentages of Color #aa133b

%0
%89
%65
%33

Triadic Colors of #aa133b

#aa133b #3baa13 #133baa

Analogous Colors of #aa133b

#aa133b #aa3713 #aa1387

Monochromatic Colors of #aa133b

#aa133b

Complementary Color

#aa133b #13aa82

#aa133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa133b Color CSS Codes

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

#aa133b Text Font Color

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

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


#aa133b Background Color

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

This div background color is #aa133b


#aa133b Border Color

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

This div border color is #aa133b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa133b


Comments

No comments written yet.

Please login to write comment.