Shades of Old Rose #AF1949
Tints of Old Rose #AF1949
RGB
CMYK
RGB Variations
Color information
#AF1949 (or 0xAF1949) is known color: Old Rose. HEX triplet: AF, 19 and 49. RGB value is (175,25,73). Sum of RGB (Red+Green+Blue) = 175+25+73=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1949 is #50E6B6. Grayscale: #4B4B4B. Windows color (decimal): -5301943 or 4790703. OLE color: 4790703.
HSL color Cylindrical-coordinate representation of color #AF1949: hue angle of 340.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1949 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 73 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.31 |
| HSL | 340.8º | 0.75% | 0.39% | - |
| HSV(B) | 340.8º | 0.86% | 0.69% | - |
| XYZ | 19.23 | 10.29 | 7.28 | - |
| YUV | 75.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 73 | 0 | 0.86 | 0.58 | 0.31 | 340.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 49 | 0 | 56 | 3A | 1F | 155 | 4B | 27 |
| Octal | 257 | 31 | 111 | 0 | 126 | 72 | 37 | 525 | 113 | 47 |
| Binary | 10101111 | 11001 | 1001001 | 0 | 1010110 | 111010 | 11111 | 101010101 | 1001011 | 100111 |
Color Harmonies of #AF1949
Complementary color
Monochromatic Colors of #AF1949
Black with #AF1949
Text Example
Text Example
White with #AF1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1949; }
p { color: rgb(175,25,73); }
H1.HeaderClassName
{
color: #AF1949;
}
.AnyTagClassName
{
color: #AF1949;
}
</style>
background-color css
<style>
a { background-color: #AF1949; }
a { background-color: rgb(175,25,73); }
div.DivClassName
{
background-color: #AF1949;
}
.BgClassName
{
background-color: #AF1949;
}
</style>
border-color css
<style>
span { border-color: #AF1949; }
span { border-color: rgb(175,25,73); }
td.TdClassName
{
border-color: #AF1949;
}
.TagClassName
{
border-color: #AF1949;
}
</style>