Color Hex Logo

#aa110b Color Hex

#AA110B
(170,17,11)
0 Favorites   0 Comments

Color spaces of #aa110b

RGB 1701711
HSL0.010.880.35
HSV94°67°
CMYK 0.000.900.94   0.33
XYZ16.83848.97111.1607
Yxy8.97110.62430.3326
Hunter Lab29.951847.934118.6686
CIE-Lab35.928656.987345.5154

#aa110b color RGB value is (170,17,11).

#aa110b hex color red value is 170, green value is 17 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aa110b hue: 0.01 , saturation: 0.88 and the lightness value of aa110b is 0.35.

The process color (four color CMYK) of #aa110b color hex is 0.00, 0.90, 0.94, 0.33. Web safe color of #aa110b is #990000. Color #aa110b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 00001011
Octal 252 21 13
Decimal 170 17 11
Hex AA 11 B

RGB Percentages of Color #aa110b

%85.86
%8.59
%5.56

CMYK Percentages of Color #aa110b

%0
%90
%94
%33

Triadic Colors of #aa110b

#aa110b #0baa11 #110baa

Analogous Colors of #aa110b

#aa110b #aa610b #aa0b54

Monochromatic Colors of #aa110b

#aa110b

Complementary Color

#aa110b #0ba4aa

#aa110b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa110b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa110b Color CSS Codes

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

#aa110b Text Font Color

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

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


#aa110b Background Color

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

This div background color is #aa110b


#aa110b Border Color

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

This div border color is #aa110b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa110b


Comments

No comments written yet.

Please login to write comment.