Color Hex Logo

#aa193b Color Hex

#AA193B
(170,25,59)
0 Favorites   0 Comments

Color spaces of #aa193b

RGB 1702559
HSL0.960.740.38
HSV346°85°67°
CMYK 0.000.850.65   0.33
XYZ17.71469.55715.0487
Yxy9.55710.54810.2957
Hunter Lab30.914648.183211.9575
CIE-Lab37.035557.004919.5889

#aa193b color RGB value is (170,25,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011001 00111011
Octal 252 31 73
Decimal 170 25 59
Hex AA 19 3B

RGB Percentages of Color #aa193b

%66.93
%9.84
%23.23

CMYK Percentages of Color #aa193b

%0
%85
%65
%33

Triadic Colors of #aa193b

#aa193b #3baa19 #193baa

Analogous Colors of #aa193b

#aa193b #aa4019 #aa1984

Monochromatic Colors of #aa193b

#aa193b

Complementary Color

#aa193b #19aa88

#aa193b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa193b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa193b Color CSS Codes

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

#aa193b Text Font Color

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

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


#aa193b Background Color

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

This div background color is #aa193b


#aa193b Border Color

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

This div border color is #aa193b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa193b


Comments

No comments written yet.

Please login to write comment.