Color spaces of #aa194f
RGB | 170 | 25 | 79 |
---|---|---|---|
HSL | 0.94 | 0.74 | 0.38 |
HSV | 338° | 85° | 67° |
CMYK | 0.00 | 0.85 | 0.54 0.33 |
XYZ | 18.3365 | 9.8058 | 8.3234 |
Yxy | 9.8058 | 0.5028 | 0.2689 |
Hunter Lab | 31.3142 | 49.7234 | 6.1605 |
CIE-Lab | 37.4916 | 58.3428 | 7.3460 |
#aa194f color RGB value is (170,25,79).
#aa194f hex color red value is 170, green value is 25 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aa194f hue: 0.94 , saturation: 0.74 and the lightness value of aa194f is 0.38.
The process color (four color CMYK) of #aa194f color hex is 0.00, 0.85, 0.54, 0.33. Web safe color of #aa194f is #990066. Color #aa194f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00011001 | 01001111 |
Octal | 252 | 31 | 117 |
Decimal | 170 | 25 | 79 |
Hex | AA | 19 | 4F |
Shades of #aa194f
Tints of #aa194f
RGB Percentages of Color #aa194f
CMYK Percentages of Color #aa194f
Complementary Color
#aa194f | #19aa74 |
#aa194f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa194f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa194f Color CSS Codes
.mybgcolor {background-color:#aa194f; } .myforecolor {color:#aa194f; } .mybordercolor {border:3px solid #aa194f; }
#aa194f Text Font Color
<p style="color:#aa194f">Text here</p>
This sample text font color is #aa194f
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.
#aa194f Background Color
<div style="background-color:#aa194f">
Div content here</div>
This div background color is #aa194f
#aa194f Border Color
<div style="border:3px solid #aa194f">
Div here</div>
This div border color is #aa194f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,25,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa194f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa194f; -webkit-box-shadow: 1px 1px 3px 2px #aa194f; box-shadow: 1px 1px 3px 2px #aa194f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,25,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa194f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa194f; -webkit-box-shadow: 1px 1px 3px 2px #aa194f; box-shadow: 1px 1px 3px 2px #aa194f;">
Div content here</div>
This div box has shadow with color #aa194f
Comments
No comments written yet.
Please login to write comment.