Shades of Old Rose #AD194A
Tints of Old Rose #AD194A
RGB
CMYK
RGB Variations
Color information
#AD194A (or 0xAD194A) is known color: Old Rose. HEX triplet: AD, 19 and 4A. RGB value is (173,25,74). Sum of RGB (Red+Green+Blue) = 173+25+74=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD194A is #52E6B5. Grayscale: #4A4A4A. Windows color (decimal): -5433014 or 4856237. OLE color: 4856237.
HSL color Cylindrical-coordinate representation of color #AD194A: hue angle of 340.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD194A is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 74 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.32 |
| HSL | 340.14º | 0.75% | 0.39% | - |
| HSV(B) | 340.14º | 0.86% | 0.68% | - |
| XYZ | 18.82 | 10.07 | 7.43 | - |
| YUV | 74.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 74 | 0 | 0.86 | 0.57 | 0.32 | 340.14 | 0.75 | 0.39 |
| Hex | AD | 19 | 4A | 0 | 56 | 39 | 20 | 154 | 4B | 27 |
| Octal | 255 | 31 | 112 | 0 | 126 | 71 | 40 | 524 | 113 | 47 |
| Binary | 10101101 | 11001 | 1001010 | 0 | 1010110 | 111001 | 100000 | 101010100 | 1001011 | 100111 |
Color Harmonies of #AD194A
Complementary color
Monochromatic Colors of #AD194A
Black with #AD194A
Text Example
Text Example
White with #AD194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD194A; }
p { color: rgb(173,25,74); }
H1.HeaderClassName
{
color: #AD194A;
}
.AnyTagClassName
{
color: #AD194A;
}
</style>
background-color css
<style>
a { background-color: #AD194A; }
a { background-color: rgb(173,25,74); }
div.DivClassName
{
background-color: #AD194A;
}
.BgClassName
{
background-color: #AD194A;
}
</style>
border-color css
<style>
span { border-color: #AD194A; }
span { border-color: rgb(173,25,74); }
td.TdClassName
{
border-color: #AD194A;
}
.TagClassName
{
border-color: #AD194A;
}
</style>