Shades of Old Rose #AF3447
Tints of Old Rose #AF3447
RGB
CMYK
RGB Variations
Color information
#AF3447 (or 0xAF3447) is known color: Old Rose. HEX triplet: AF, 34 and 47. RGB value is (175,52,71). Sum of RGB (Red+Green+Blue) = 175+52+71=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3447 is #50CBB8. Grayscale: #5A5A5A. Windows color (decimal): -5295033 or 4666543. OLE color: 4666543.
HSL color Cylindrical-coordinate representation of color #AF3447: hue angle of 350.73º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3447 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 71 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.31 |
| HSL | 350.73º | 0.54% | 0.45% | - |
| HSV(B) | 350.73º | 0.7% | 0.69% | - |
| XYZ | 20.04 | 12.02 | 7.23 | - |
| YUV | 90.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 71 | 0 | 0.70 | 0.59 | 0.31 | 350.73 | 0.54 | 0.45 |
| Hex | AF | 34 | 47 | 0 | 46 | 3B | 1F | 15F | 36 | 2D |
| Octal | 257 | 64 | 107 | 0 | 106 | 73 | 37 | 537 | 66 | 55 |
| Binary | 10101111 | 110100 | 1000111 | 0 | 1000110 | 111011 | 11111 | 101011111 | 110110 | 101101 |
Color Harmonies of #AF3447
Complementary color
Monochromatic Colors of #AF3447
Black with #AF3447
Text Example
Text Example
White with #AF3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3447; }
p { color: rgb(175,52,71); }
H1.HeaderClassName
{
color: #AF3447;
}
.AnyTagClassName
{
color: #AF3447;
}
</style>
background-color css
<style>
a { background-color: #AF3447; }
a { background-color: rgb(175,52,71); }
div.DivClassName
{
background-color: #AF3447;
}
.BgClassName
{
background-color: #AF3447;
}
</style>
border-color css
<style>
span { border-color: #AF3447; }
span { border-color: rgb(175,52,71); }
td.TdClassName
{
border-color: #AF3447;
}
.TagClassName
{
border-color: #AF3447;
}
</style>