Shades of Old Rose #AF2749
Tints of Old Rose #AF2749
RGB
CMYK
RGB Variations
Color information
#AF2749 (or 0xAF2749) is known color: Old Rose. HEX triplet: AF, 27 and 49. RGB value is (175,39,73). Sum of RGB (Red+Green+Blue) = 175+39+73=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2749 is #50D8B6. Grayscale: #535353. Windows color (decimal): -5298359 or 4794287. OLE color: 4794287.
HSL color Cylindrical-coordinate representation of color #AF2749: hue angle of 345º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2749 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 73 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.31 |
| HSL | 345º | 0.64% | 0.42% | - |
| HSV(B) | 345º | 0.78% | 0.69% | - |
| XYZ | 19.61 | 11.05 | 7.4 | - |
| YUV | 83.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 73 | 0 | 0.78 | 0.58 | 0.31 | 345 | 0.64 | 0.42 |
| Hex | AF | 27 | 49 | 0 | 4E | 3A | 1F | 159 | 40 | 2A |
| Octal | 257 | 47 | 111 | 0 | 116 | 72 | 37 | 531 | 100 | 52 |
| Binary | 10101111 | 100111 | 1001001 | 0 | 1001110 | 111010 | 11111 | 101011001 | 1000000 | 101010 |
Color Harmonies of #AF2749
Complementary color
Monochromatic Colors of #AF2749
Black with #AF2749
Text Example
Text Example
White with #AF2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2749; }
p { color: rgb(175,39,73); }
H1.HeaderClassName
{
color: #AF2749;
}
.AnyTagClassName
{
color: #AF2749;
}
</style>
background-color css
<style>
a { background-color: #AF2749; }
a { background-color: rgb(175,39,73); }
div.DivClassName
{
background-color: #AF2749;
}
.BgClassName
{
background-color: #AF2749;
}
</style>
border-color css
<style>
span { border-color: #AF2749; }
span { border-color: rgb(175,39,73); }
td.TdClassName
{
border-color: #AF2749;
}
.TagClassName
{
border-color: #AF2749;
}
</style>