Color Hex Logo

#aa171b Color Hex

#AA171B
(170,23,27)
0 Favorites   0 Comments

Color spaces of #aa171b

RGB 1702327
HSL1.000.760.38
HSV358°86°67°
CMYK 0.000.860.84   0.33
XYZ17.08189.23801.9197
Yxy9.23800.60490.3271
Hunter Lab30.394147.129317.5311
CIE-Lab36.438556.135938.3572

#aa171b color RGB value is (170,23,27).

#aa171b hex color red value is 170, green value is 23 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aa171b hue: 1.00 , saturation: 0.76 and the lightness value of aa171b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 00011011
Octal 252 27 33
Decimal 170 23 27
Hex AA 17 1B

RGB Percentages of Color #aa171b

%77.27
%10.45
%12.27

CMYK Percentages of Color #aa171b

%0
%86
%84
%33

Triadic Colors of #aa171b

#aa171b #1baa17 #171baa

Analogous Colors of #aa171b

#aa171b #aa5d17 #aa1765

Monochromatic Colors of #aa171b

#aa171b

Complementary Color

#aa171b #17aaa6

#aa171b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa171b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa171b Color CSS Codes

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

#aa171b Text Font Color

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

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


#aa171b Background Color

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

This div background color is #aa171b


#aa171b Border Color

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

This div border color is #aa171b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa171b


Comments

No comments written yet.

Please login to write comment.