Shades of Old Rose #AF2842
Tints of Old Rose #AF2842
RGB
CMYK
RGB Variations
Color information
#AF2842 (or 0xAF2842) is known color: Old Rose. HEX triplet: AF, 28 and 42. RGB value is (175,40,66). Sum of RGB (Red+Green+Blue) = 175+40+66=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2842 is #50D7BD. Grayscale: #535353. Windows color (decimal): -5298110 or 4335791. OLE color: 4335791.
HSL color Cylindrical-coordinate representation of color #AF2842: hue angle of 348.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2842 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 66 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.31 |
| HSL | 348.44º | 0.63% | 0.42% | - |
| HSV(B) | 348.44º | 0.77% | 0.69% | - |
| XYZ | 19.42 | 11.02 | 6.26 | - |
| YUV | 83.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 66 | 0 | 0.77 | 0.62 | 0.31 | 348.44 | 0.63 | 0.42 |
| Hex | AF | 28 | 42 | 0 | 4D | 3E | 1F | 15C | 3F | 2A |
| Octal | 257 | 50 | 102 | 0 | 115 | 76 | 37 | 534 | 77 | 52 |
| Binary | 10101111 | 101000 | 1000010 | 0 | 1001101 | 111110 | 11111 | 101011100 | 111111 | 101010 |
Color Harmonies of #AF2842
Complementary color
Monochromatic Colors of #AF2842
Black with #AF2842
Text Example
Text Example
White with #AF2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2842; }
p { color: rgb(175,40,66); }
H1.HeaderClassName
{
color: #AF2842;
}
.AnyTagClassName
{
color: #AF2842;
}
</style>
background-color css
<style>
a { background-color: #AF2842; }
a { background-color: rgb(175,40,66); }
div.DivClassName
{
background-color: #AF2842;
}
.BgClassName
{
background-color: #AF2842;
}
</style>
border-color css
<style>
span { border-color: #AF2842; }
span { border-color: rgb(175,40,66); }
td.TdClassName
{
border-color: #AF2842;
}
.TagClassName
{
border-color: #AF2842;
}
</style>