Shades of Old Rose #A92545
Tints of Old Rose #A92545
RGB
CMYK
RGB Variations
Color information
#A92545 (or 0xA92545) is known color: Old Rose. HEX triplet: A9, 25 and 45. RGB value is (169,37,69). Sum of RGB (Red+Green+Blue) = 169+37+69=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A92545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92545 is #56DABA. Grayscale: #505050. Windows color (decimal): -5692091 or 4531625. OLE color: 4531625.
HSL color Cylindrical-coordinate representation of color #A92545: hue angle of 345.45º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92545 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 69 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.34 |
| HSL | 345.45º | 0.64% | 0.4% | - |
| HSV(B) | 345.45º | 0.78% | 0.66% | - |
| XYZ | 18.1 | 10.19 | 6.64 | - |
| YUV | 80.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 69 | 0 | 0.78 | 0.59 | 0.34 | 345.45 | 0.64 | 0.4 |
| Hex | A9 | 25 | 45 | 0 | 4E | 3B | 22 | 159 | 40 | 28 |
| Octal | 251 | 45 | 105 | 0 | 116 | 73 | 42 | 531 | 100 | 50 |
| Binary | 10101001 | 100101 | 1000101 | 0 | 1001110 | 111011 | 100010 | 101011001 | 1000000 | 101000 |
Color Harmonies of #A92545
Complementary color
Monochromatic Colors of #A92545
Black with #A92545
Text Example
Text Example
White with #A92545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92545; }
p { color: rgb(169,37,69); }
H1.HeaderClassName
{
color: #A92545;
}
.AnyTagClassName
{
color: #A92545;
}
</style>
background-color css
<style>
a { background-color: #A92545; }
a { background-color: rgb(169,37,69); }
div.DivClassName
{
background-color: #A92545;
}
.BgClassName
{
background-color: #A92545;
}
</style>
border-color css
<style>
span { border-color: #A92545; }
span { border-color: rgb(169,37,69); }
td.TdClassName
{
border-color: #A92545;
}
.TagClassName
{
border-color: #A92545;
}
</style>