Shades of Old Rose #A92942
Tints of Old Rose #A92942
RGB
CMYK
RGB Variations
Color information
#A92942 (or 0xA92942) is known color: Old Rose. HEX triplet: A9, 29 and 42. RGB value is (169,41,66). Sum of RGB (Red+Green+Blue) = 169+41+66=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A92942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92942 is #56D6BD. Grayscale: #525252. Windows color (decimal): -5691070 or 4336041. OLE color: 4336041.
HSL color Cylindrical-coordinate representation of color #A92942: hue angle of 348.28º 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 #A92942 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 66 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.34 |
| HSL | 348.28º | 0.61% | 0.41% | - |
| HSV(B) | 348.28º | 0.76% | 0.66% | - |
| XYZ | 18.14 | 10.41 | 6.21 | - |
| YUV | 82.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 66 | 0 | 0.76 | 0.61 | 0.34 | 348.28 | 0.61 | 0.41 |
| Hex | A9 | 29 | 42 | 0 | 4C | 3D | 22 | 15C | 3D | 29 |
| Octal | 251 | 51 | 102 | 0 | 114 | 75 | 42 | 534 | 75 | 51 |
| Binary | 10101001 | 101001 | 1000010 | 0 | 1001100 | 111101 | 100010 | 101011100 | 111101 | 101001 |
Color Harmonies of #A92942
Complementary color
Monochromatic Colors of #A92942
Black with #A92942
Text Example
Text Example
White with #A92942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92942; }
p { color: rgb(169,41,66); }
H1.HeaderClassName
{
color: #A92942;
}
.AnyTagClassName
{
color: #A92942;
}
</style>
background-color css
<style>
a { background-color: #A92942; }
a { background-color: rgb(169,41,66); }
div.DivClassName
{
background-color: #A92942;
}
.BgClassName
{
background-color: #A92942;
}
</style>
border-color css
<style>
span { border-color: #A92942; }
span { border-color: rgb(169,41,66); }
td.TdClassName
{
border-color: #A92942;
}
.TagClassName
{
border-color: #A92942;
}
</style>