Shades of Old Rose #AF3442
Tints of Old Rose #AF3442
RGB
CMYK
RGB Variations
Color information
#AF3442 (or 0xAF3442) is known color: Old Rose. HEX triplet: AF, 34 and 42. RGB value is (175,52,66). Sum of RGB (Red+Green+Blue) = 175+52+66=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3442 is #50CBBD. Grayscale: #5A5A5A. Windows color (decimal): -5295038 or 4338863. OLE color: 4338863.
HSL color Cylindrical-coordinate representation of color #AF3442: hue angle of 353.17º 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 #AF3442 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 66 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.31 |
| HSL | 353.17º | 0.54% | 0.45% | - |
| HSV(B) | 353.17º | 0.7% | 0.69% | - |
| XYZ | 19.89 | 11.96 | 6.42 | - |
| YUV | 90.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 66 | 0 | 0.70 | 0.62 | 0.31 | 353.17 | 0.54 | 0.45 |
| Hex | AF | 34 | 42 | 0 | 46 | 3E | 1F | 161 | 36 | 2D |
| Octal | 257 | 64 | 102 | 0 | 106 | 76 | 37 | 541 | 66 | 55 |
| Binary | 10101111 | 110100 | 1000010 | 0 | 1000110 | 111110 | 11111 | 101100001 | 110110 | 101101 |
Color Harmonies of #AF3442
Complementary color
Monochromatic Colors of #AF3442
Black with #AF3442
Text Example
Text Example
White with #AF3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3442; }
p { color: rgb(175,52,66); }
H1.HeaderClassName
{
color: #AF3442;
}
.AnyTagClassName
{
color: #AF3442;
}
</style>
background-color css
<style>
a { background-color: #AF3442; }
a { background-color: rgb(175,52,66); }
div.DivClassName
{
background-color: #AF3442;
}
.BgClassName
{
background-color: #AF3442;
}
</style>
border-color css
<style>
span { border-color: #AF3442; }
span { border-color: rgb(175,52,66); }
td.TdClassName
{
border-color: #AF3442;
}
.TagClassName
{
border-color: #AF3442;
}
</style>