Shades of Old Rose #AF304F
Tints of Old Rose #AF304F
RGB
CMYK
RGB Variations
Color information
#AF304F (or 0xAF304F) is known color: Old Rose. HEX triplet: AF, 30 and 4F. RGB value is (175,48,79). Sum of RGB (Red+Green+Blue) = 175+48+79=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF304F is #50CFB0. Grayscale: #595959. Windows color (decimal): -5296049 or 5189807. OLE color: 5189807.
HSL color Cylindrical-coordinate representation of color #AF304F: hue angle of 345.35º 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 #AF304F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 48 | 79 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.31 |
| HSL | 345.35º | 0.57% | 0.44% | - |
| HSV(B) | 345.35º | 0.73% | 0.69% | - |
| XYZ | 20.15 | 11.79 | 8.61 | - |
| YUV | 89.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 79 | 0 | 0.73 | 0.55 | 0.31 | 345.35 | 0.57 | 0.44 |
| Hex | AF | 30 | 4F | 0 | 49 | 37 | 1F | 159 | 39 | 2C |
| Octal | 257 | 60 | 117 | 0 | 111 | 67 | 37 | 531 | 71 | 54 |
| Binary | 10101111 | 110000 | 1001111 | 0 | 1001001 | 110111 | 11111 | 101011001 | 111001 | 101100 |
Color Harmonies of #AF304F
Complementary color
Monochromatic Colors of #AF304F
Black with #AF304F
Text Example
Text Example
White with #AF304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF304F; }
p { color: rgb(175,48,79); }
H1.HeaderClassName
{
color: #AF304F;
}
.AnyTagClassName
{
color: #AF304F;
}
</style>
background-color css
<style>
a { background-color: #AF304F; }
a { background-color: rgb(175,48,79); }
div.DivClassName
{
background-color: #AF304F;
}
.BgClassName
{
background-color: #AF304F;
}
</style>
border-color css
<style>
span { border-color: #AF304F; }
span { border-color: rgb(175,48,79); }
td.TdClassName
{
border-color: #AF304F;
}
.TagClassName
{
border-color: #AF304F;
}
</style>