Color Hex Logo

#aa193d Color Hex

#AA193D
(170,25,61)
0 Favorites   0 Comments

Color spaces of #aa193d

RGB 1702561
HSL0.960.740.38
HSV345°85°67°
CMYK 0.000.850.64   0.33
XYZ17.76759.57825.3272
Yxy9.57820.54380.2932
Hunter Lab30.948748.315911.4585
CIE-Lab37.074557.120818.3586

#aa193d color RGB value is (170,25,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011001 00111101
Octal 252 31 75
Decimal 170 25 61
Hex AA 19 3D

RGB Percentages of Color #aa193d

%66.41
%9.77
%23.83

CMYK Percentages of Color #aa193d

%0
%85
%64
%33

Triadic Colors of #aa193d

#aa193d #3daa19 #193daa

Analogous Colors of #aa193d

#aa193d #aa3e19 #aa1986

Monochromatic Colors of #aa193d

#aa193d

Complementary Color

#aa193d #19aa86

#aa193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa193d Color CSS Codes

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

#aa193d Text Font Color

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

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


#aa193d Background Color

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

This div background color is #aa193d


#aa193d Border Color

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

This div border color is #aa193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa193d


Comments

No comments written yet.

Please login to write comment.