Color Hex Logo

#aa172d Color Hex

#AA172D
(170,23,45)
0 Favorites   0 Comments

Color spaces of #aa172d

RGB 1702345
HSL0.980.760.38
HSV351°86°67°
CMYK 0.000.860.74   0.33
XYZ17.35769.34833.3722
Yxy9.34830.57710.3108
Hunter Lab30.575047.829314.8632
CIE-Lab36.646456.750327.9618

#aa172d color RGB value is (170,23,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 00101101
Octal 252 27 55
Decimal 170 23 45
Hex AA 17 2D

RGB Percentages of Color #aa172d

%71.43
%9.66
%18.91

CMYK Percentages of Color #aa172d

%0
%86
%74
%33

Triadic Colors of #aa172d

#aa172d #2daa17 #172daa

Analogous Colors of #aa172d

#aa172d #aa4b17 #aa1777

Monochromatic Colors of #aa172d

#aa172d

Complementary Color

#aa172d #17aa94

#aa172d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa172d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa172d Color CSS Codes

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

#aa172d Text Font Color

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

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


#aa172d Background Color

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

This div background color is #aa172d


#aa172d Border Color

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

This div border color is #aa172d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa172d


Comments

No comments written yet.

Please login to write comment.