Shades of Old Rose #AF2857
Tints of Old Rose #AF2857
RGB
CMYK
RGB Variations
Color information
#AF2857 (or 0xAF2857) is known color: Old Rose. HEX triplet: AF, 28 and 57. RGB value is (175,40,87). Sum of RGB (Red+Green+Blue) = 175+40+87=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2857 is #50D7A8. Grayscale: #555555. Windows color (decimal): -5298089 or 5712047. OLE color: 5712047.
HSL color Cylindrical-coordinate representation of color #AF2857: hue angle of 339.11º 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 #AF2857 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 87 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.31 |
| HSL | 339.11º | 0.63% | 0.42% | - |
| HSV(B) | 339.11º | 0.77% | 0.69% | - |
| XYZ | 20.16 | 11.32 | 10.14 | - |
| YUV | 85.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 87 | 0 | 0.77 | 0.50 | 0.31 | 339.11 | 0.63 | 0.42 |
| Hex | AF | 28 | 57 | 0 | 4D | 32 | 1F | 153 | 3F | 2A |
| Octal | 257 | 50 | 127 | 0 | 115 | 62 | 37 | 523 | 77 | 52 |
| Binary | 10101111 | 101000 | 1010111 | 0 | 1001101 | 110010 | 11111 | 101010011 | 111111 | 101010 |
Color Harmonies of #AF2857
Complementary color
Monochromatic Colors of #AF2857
Black with #AF2857
Text Example
Text Example
White with #AF2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2857; }
p { color: rgb(175,40,87); }
H1.HeaderClassName
{
color: #AF2857;
}
.AnyTagClassName
{
color: #AF2857;
}
</style>
background-color css
<style>
a { background-color: #AF2857; }
a { background-color: rgb(175,40,87); }
div.DivClassName
{
background-color: #AF2857;
}
.BgClassName
{
background-color: #AF2857;
}
</style>
border-color css
<style>
span { border-color: #AF2857; }
span { border-color: rgb(175,40,87); }
td.TdClassName
{
border-color: #AF2857;
}
.TagClassName
{
border-color: #AF2857;
}
</style>