Shades of Old Rose #A92A46
Tints of Old Rose #A92A46
RGB
CMYK
RGB Variations
Color information
#A92A46 (or 0xA92A46) is known color: Old Rose. HEX triplet: A9, 2A and 46. RGB value is (169,42,70). Sum of RGB (Red+Green+Blue) = 169+42+70=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A46 is #56D5B9. Grayscale: #535353. Windows color (decimal): -5690810 or 4598441. OLE color: 4598441.
HSL color Cylindrical-coordinate representation of color #A92A46: hue angle of 346.77º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A46 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 70 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.34 |
| HSL | 346.77º | 0.6% | 0.41% | - |
| HSV(B) | 346.77º | 0.75% | 0.66% | - |
| XYZ | 18.3 | 10.53 | 6.86 | - |
| YUV | 83.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 70 | 0 | 0.75 | 0.59 | 0.34 | 346.77 | 0.6 | 0.41 |
| Hex | A9 | 2A | 46 | 0 | 4B | 3B | 22 | 15B | 3C | 29 |
| Octal | 251 | 52 | 106 | 0 | 113 | 73 | 42 | 533 | 74 | 51 |
| Binary | 10101001 | 101010 | 1000110 | 0 | 1001011 | 111011 | 100010 | 101011011 | 111100 | 101001 |
Color Harmonies of #A92A46
Complementary color
Monochromatic Colors of #A92A46
Black with #A92A46
Text Example
Text Example
White with #A92A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A46; }
p { color: rgb(169,42,70); }
H1.HeaderClassName
{
color: #A92A46;
}
.AnyTagClassName
{
color: #A92A46;
}
</style>
background-color css
<style>
a { background-color: #A92A46; }
a { background-color: rgb(169,42,70); }
div.DivClassName
{
background-color: #A92A46;
}
.BgClassName
{
background-color: #A92A46;
}
</style>
border-color css
<style>
span { border-color: #A92A46; }
span { border-color: rgb(169,42,70); }
td.TdClassName
{
border-color: #A92A46;
}
.TagClassName
{
border-color: #A92A46;
}
</style>