Shades of Old Rose #AF3047
Tints of Old Rose #AF3047
RGB
CMYK
RGB Variations
Color information
#AF3047 (or 0xAF3047) is known color: Old Rose. HEX triplet: AF, 30 and 47. RGB value is (175,48,71). Sum of RGB (Red+Green+Blue) = 175+48+71=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3047 is #50CFB8. Grayscale: #585858. Windows color (decimal): -5296057 or 4665519. OLE color: 4665519.
HSL color Cylindrical-coordinate representation of color #AF3047: hue angle of 349.13º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3047 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 71 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.31 |
| HSL | 349.13º | 0.57% | 0.44% | - |
| HSV(B) | 349.13º | 0.73% | 0.69% | - |
| XYZ | 19.87 | 11.68 | 7.17 | - |
| YUV | 88.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 71 | 0 | 0.73 | 0.59 | 0.31 | 349.13 | 0.57 | 0.44 |
| Hex | AF | 30 | 47 | 0 | 49 | 3B | 1F | 15D | 39 | 2C |
| Octal | 257 | 60 | 107 | 0 | 111 | 73 | 37 | 535 | 71 | 54 |
| Binary | 10101111 | 110000 | 1000111 | 0 | 1001001 | 111011 | 11111 | 101011101 | 111001 | 101100 |
Color Harmonies of #AF3047
Complementary color
Monochromatic Colors of #AF3047
Black with #AF3047
Text Example
Text Example
White with #AF3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3047; }
p { color: rgb(175,48,71); }
H1.HeaderClassName
{
color: #AF3047;
}
.AnyTagClassName
{
color: #AF3047;
}
</style>
background-color css
<style>
a { background-color: #AF3047; }
a { background-color: rgb(175,48,71); }
div.DivClassName
{
background-color: #AF3047;
}
.BgClassName
{
background-color: #AF3047;
}
</style>
border-color css
<style>
span { border-color: #AF3047; }
span { border-color: rgb(175,48,71); }
td.TdClassName
{
border-color: #AF3047;
}
.TagClassName
{
border-color: #AF3047;
}
</style>