Shades of Old Rose #AF2049
Tints of Old Rose #AF2049
RGB
CMYK
RGB Variations
Color information
#AF2049 (or 0xAF2049) is known color: Old Rose. HEX triplet: AF, 20 and 49. RGB value is (175,32,73). Sum of RGB (Red+Green+Blue) = 175+32+73=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2049 is #50DFB6. Grayscale: #4F4F4F. Windows color (decimal): -5300151 or 4792495. OLE color: 4792495.
HSL color Cylindrical-coordinate representation of color #AF2049: hue angle of 342.8º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2049 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 73 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.31 |
| HSL | 342.8º | 0.69% | 0.41% | - |
| HSV(B) | 342.8º | 0.82% | 0.69% | - |
| XYZ | 19.4 | 10.63 | 7.33 | - |
| YUV | 79.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 73 | 0 | 0.82 | 0.58 | 0.31 | 342.8 | 0.69 | 0.41 |
| Hex | AF | 20 | 49 | 0 | 52 | 3A | 1F | 157 | 45 | 29 |
| Octal | 257 | 40 | 111 | 0 | 122 | 72 | 37 | 527 | 105 | 51 |
| Binary | 10101111 | 100000 | 1001001 | 0 | 1010010 | 111010 | 11111 | 101010111 | 1000101 | 101001 |
Color Harmonies of #AF2049
Complementary color
Monochromatic Colors of #AF2049
Black with #AF2049
Text Example
Text Example
White with #AF2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2049; }
p { color: rgb(175,32,73); }
H1.HeaderClassName
{
color: #AF2049;
}
.AnyTagClassName
{
color: #AF2049;
}
</style>
background-color css
<style>
a { background-color: #AF2049; }
a { background-color: rgb(175,32,73); }
div.DivClassName
{
background-color: #AF2049;
}
.BgClassName
{
background-color: #AF2049;
}
</style>
border-color css
<style>
span { border-color: #AF2049; }
span { border-color: rgb(175,32,73); }
td.TdClassName
{
border-color: #AF2049;
}
.TagClassName
{
border-color: #AF2049;
}
</style>