Shades of Old Rose #AF3449
Tints of Old Rose #AF3449
RGB
CMYK
RGB Variations
Color information
#AF3449 (or 0xAF3449) is known color: Old Rose. HEX triplet: AF, 34 and 49. RGB value is (175,52,73). Sum of RGB (Red+Green+Blue) = 175+52+73=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3449 is #50CBB6. Grayscale: #5B5B5B. Windows color (decimal): -5295031 or 4797615. OLE color: 4797615.
HSL color Cylindrical-coordinate representation of color #AF3449: hue angle of 349.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3449 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 73 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.31 |
| HSL | 349.76º | 0.54% | 0.45% | - |
| HSV(B) | 349.76º | 0.7% | 0.69% | - |
| XYZ | 20.11 | 12.05 | 7.57 | - |
| YUV | 91.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 73 | 0 | 0.70 | 0.58 | 0.31 | 349.76 | 0.54 | 0.45 |
| Hex | AF | 34 | 49 | 0 | 46 | 3A | 1F | 15E | 36 | 2D |
| Octal | 257 | 64 | 111 | 0 | 106 | 72 | 37 | 536 | 66 | 55 |
| Binary | 10101111 | 110100 | 1001001 | 0 | 1000110 | 111010 | 11111 | 101011110 | 110110 | 101101 |
Color Harmonies of #AF3449
Complementary color
Monochromatic Colors of #AF3449
Black with #AF3449
Text Example
Text Example
White with #AF3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3449; }
p { color: rgb(175,52,73); }
H1.HeaderClassName
{
color: #AF3449;
}
.AnyTagClassName
{
color: #AF3449;
}
</style>
background-color css
<style>
a { background-color: #AF3449; }
a { background-color: rgb(175,52,73); }
div.DivClassName
{
background-color: #AF3449;
}
.BgClassName
{
background-color: #AF3449;
}
</style>
border-color css
<style>
span { border-color: #AF3449; }
span { border-color: rgb(175,52,73); }
td.TdClassName
{
border-color: #AF3449;
}
.TagClassName
{
border-color: #AF3449;
}
</style>