Shades of Old Rose #A92746
Tints of Old Rose #A92746
RGB
CMYK
RGB Variations
Color information
#A92746 (or 0xA92746) is known color: Old Rose. HEX triplet: A9, 27 and 46. RGB value is (169,39,70). Sum of RGB (Red+Green+Blue) = 169+39+70=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A92746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92746 is #56D8B9. Grayscale: #515151. Windows color (decimal): -5691578 or 4597673. OLE color: 4597673.
HSL color Cylindrical-coordinate representation of color #A92746: hue angle of 345.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92746 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 70 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.34 |
| HSL | 345.69º | 0.63% | 0.41% | - |
| HSV(B) | 345.69º | 0.77% | 0.66% | - |
| XYZ | 18.19 | 10.33 | 6.83 | - |
| YUV | 81.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 70 | 0 | 0.77 | 0.59 | 0.34 | 345.69 | 0.63 | 0.41 |
| Hex | A9 | 27 | 46 | 0 | 4D | 3B | 22 | 15A | 3E | 29 |
| Octal | 251 | 47 | 106 | 0 | 115 | 73 | 42 | 532 | 76 | 51 |
| Binary | 10101001 | 100111 | 1000110 | 0 | 1001101 | 111011 | 100010 | 101011010 | 111110 | 101001 |
Color Harmonies of #A92746
Complementary color
Monochromatic Colors of #A92746
Black with #A92746
Text Example
Text Example
White with #A92746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92746; }
p { color: rgb(169,39,70); }
H1.HeaderClassName
{
color: #A92746;
}
.AnyTagClassName
{
color: #A92746;
}
</style>
background-color css
<style>
a { background-color: #A92746; }
a { background-color: rgb(169,39,70); }
div.DivClassName
{
background-color: #A92746;
}
.BgClassName
{
background-color: #A92746;
}
</style>
border-color css
<style>
span { border-color: #A92746; }
span { border-color: rgb(169,39,70); }
td.TdClassName
{
border-color: #A92746;
}
.TagClassName
{
border-color: #A92746;
}
</style>