Shades of Old Rose #AF2950
Tints of Old Rose #AF2950
RGB
CMYK
RGB Variations
Color information
#AF2950 (or 0xAF2950) is known color: Old Rose. HEX triplet: AF, 29 and 50. RGB value is (175,41,80). Sum of RGB (Red+Green+Blue) = 175+41+80=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2950 is #50D6AF. Grayscale: #555555. Windows color (decimal): -5297840 or 5253551. OLE color: 5253551.
HSL color Cylindrical-coordinate representation of color #AF2950: hue angle of 342.54º degrees, saturation: 0.62, 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 #AF2950 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 80 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.31 |
| HSL | 342.54º | 0.62% | 0.42% | - |
| HSV(B) | 342.54º | 0.77% | 0.69% | - |
| XYZ | 19.92 | 11.28 | 8.72 | - |
| YUV | 85.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 80 | 0 | 0.77 | 0.54 | 0.31 | 342.54 | 0.62 | 0.42 |
| Hex | AF | 29 | 50 | 0 | 4D | 36 | 1F | 157 | 3E | 2A |
| Octal | 257 | 51 | 120 | 0 | 115 | 66 | 37 | 527 | 76 | 52 |
| Binary | 10101111 | 101001 | 1010000 | 0 | 1001101 | 110110 | 11111 | 101010111 | 111110 | 101010 |
Color Harmonies of #AF2950
Complementary color
Monochromatic Colors of #AF2950
Black with #AF2950
Text Example
Text Example
White with #AF2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2950; }
p { color: rgb(175,41,80); }
H1.HeaderClassName
{
color: #AF2950;
}
.AnyTagClassName
{
color: #AF2950;
}
</style>
background-color css
<style>
a { background-color: #AF2950; }
a { background-color: rgb(175,41,80); }
div.DivClassName
{
background-color: #AF2950;
}
.BgClassName
{
background-color: #AF2950;
}
</style>
border-color css
<style>
span { border-color: #AF2950; }
span { border-color: rgb(175,41,80); }
td.TdClassName
{
border-color: #AF2950;
}
.TagClassName
{
border-color: #AF2950;
}
</style>