Shades of Old Rose #A9293F
Tints of Old Rose #A9293F
RGB
CMYK
RGB Variations
Color information
#A9293F (or 0xA9293F) is known color: Old Rose. HEX triplet: A9, 29 and 3F. RGB value is (169,41,63). Sum of RGB (Red+Green+Blue) = 169+41+63=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A9293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9293F is #56D6C0. Grayscale: #515151. Windows color (decimal): -5691073 or 4139433. OLE color: 4139433.
HSL color Cylindrical-coordinate representation of color #A9293F: hue angle of 349.69º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9293F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 63 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.34 |
| HSL | 349.69º | 0.61% | 0.41% | - |
| HSV(B) | 349.69º | 0.76% | 0.66% | - |
| XYZ | 18.05 | 10.38 | 5.75 | - |
| YUV | 81.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 63 | 0 | 0.76 | 0.63 | 0.34 | 349.69 | 0.61 | 0.41 |
| Hex | A9 | 29 | 3F | 0 | 4C | 3F | 22 | 15E | 3D | 29 |
| Octal | 251 | 51 | 77 | 0 | 114 | 77 | 42 | 536 | 75 | 51 |
| Binary | 10101001 | 101001 | 111111 | 0 | 1001100 | 111111 | 100010 | 101011110 | 111101 | 101001 |
Color Harmonies of #A9293F
Complementary color
Monochromatic Colors of #A9293F
Black with #A9293F
Text Example
Text Example
White with #A9293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9293F; }
p { color: rgb(169,41,63); }
H1.HeaderClassName
{
color: #A9293F;
}
.AnyTagClassName
{
color: #A9293F;
}
</style>
background-color css
<style>
a { background-color: #A9293F; }
a { background-color: rgb(169,41,63); }
div.DivClassName
{
background-color: #A9293F;
}
.BgClassName
{
background-color: #A9293F;
}
</style>
border-color css
<style>
span { border-color: #A9293F; }
span { border-color: rgb(169,41,63); }
td.TdClassName
{
border-color: #A9293F;
}
.TagClassName
{
border-color: #A9293F;
}
</style>