Shades of Old Rose #AF3144
Tints of Old Rose #AF3144
RGB
CMYK
RGB Variations
Color information
#AF3144 (or 0xAF3144) is known color: Old Rose. HEX triplet: AF, 31 and 44. RGB value is (175,49,68). Sum of RGB (Red+Green+Blue) = 175+49+68=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3144 is #50CEBB. Grayscale: #585858. Windows color (decimal): -5295804 or 4469167. OLE color: 4469167.
HSL color Cylindrical-coordinate representation of color #AF3144: hue angle of 350.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3144 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 68 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.31 |
| HSL | 350.95º | 0.56% | 0.44% | - |
| HSV(B) | 350.95º | 0.72% | 0.69% | - |
| XYZ | 19.82 | 11.73 | 6.69 | - |
| YUV | 88.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 68 | 0 | 0.72 | 0.61 | 0.31 | 350.95 | 0.56 | 0.44 |
| Hex | AF | 31 | 44 | 0 | 48 | 3D | 1F | 15F | 38 | 2C |
| Octal | 257 | 61 | 104 | 0 | 110 | 75 | 37 | 537 | 70 | 54 |
| Binary | 10101111 | 110001 | 1000100 | 0 | 1001000 | 111101 | 11111 | 101011111 | 111000 | 101100 |
Color Harmonies of #AF3144
Complementary color
Monochromatic Colors of #AF3144
Black with #AF3144
Text Example
Text Example
White with #AF3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3144; }
p { color: rgb(175,49,68); }
H1.HeaderClassName
{
color: #AF3144;
}
.AnyTagClassName
{
color: #AF3144;
}
</style>
background-color css
<style>
a { background-color: #AF3144; }
a { background-color: rgb(175,49,68); }
div.DivClassName
{
background-color: #AF3144;
}
.BgClassName
{
background-color: #AF3144;
}
</style>
border-color css
<style>
span { border-color: #AF3144; }
span { border-color: rgb(175,49,68); }
td.TdClassName
{
border-color: #AF3144;
}
.TagClassName
{
border-color: #AF3144;
}
</style>