Shades of Old Rose #AF2949
Tints of Old Rose #AF2949
RGB
CMYK
RGB Variations
Color information
#AF2949 (or 0xAF2949) is known color: Old Rose. HEX triplet: AF, 29 and 49. RGB value is (175,41,73). Sum of RGB (Red+Green+Blue) = 175+41+73=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2949 is #50D6B6. Grayscale: #545454. Windows color (decimal): -5297847 or 4794799. OLE color: 4794799.
HSL color Cylindrical-coordinate representation of color #AF2949: hue angle of 345.67º 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 #AF2949 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 73 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.31 |
| HSL | 345.67º | 0.62% | 0.42% | - |
| HSV(B) | 345.67º | 0.77% | 0.69% | - |
| XYZ | 19.67 | 11.18 | 7.42 | - |
| YUV | 84.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 73 | 0 | 0.77 | 0.58 | 0.31 | 345.67 | 0.62 | 0.42 |
| Hex | AF | 29 | 49 | 0 | 4D | 3A | 1F | 15A | 3E | 2A |
| Octal | 257 | 51 | 111 | 0 | 115 | 72 | 37 | 532 | 76 | 52 |
| Binary | 10101111 | 101001 | 1001001 | 0 | 1001101 | 111010 | 11111 | 101011010 | 111110 | 101010 |
Color Harmonies of #AF2949
Complementary color
Monochromatic Colors of #AF2949
Black with #AF2949
Text Example
Text Example
White with #AF2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2949; }
p { color: rgb(175,41,73); }
H1.HeaderClassName
{
color: #AF2949;
}
.AnyTagClassName
{
color: #AF2949;
}
</style>
background-color css
<style>
a { background-color: #AF2949; }
a { background-color: rgb(175,41,73); }
div.DivClassName
{
background-color: #AF2949;
}
.BgClassName
{
background-color: #AF2949;
}
</style>
border-color css
<style>
span { border-color: #AF2949; }
span { border-color: rgb(175,41,73); }
td.TdClassName
{
border-color: #AF2949;
}
.TagClassName
{
border-color: #AF2949;
}
</style>