Shades of Old Rose #A82941
Tints of Old Rose #A82941
RGB
CMYK
RGB Variations
Color information
#A82941 (or 0xA82941) is known color: Old Rose. HEX triplet: A8, 29 and 41. RGB value is (168,41,65). Sum of RGB (Red+Green+Blue) = 168+41+65=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A82941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82941 is #57D6BE. Grayscale: #515151. Windows color (decimal): -5756607 or 4270504. OLE color: 4270504.
HSL color Cylindrical-coordinate representation of color #A82941: hue angle of 348.66º 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 #A82941 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 65 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.34 |
| HSL | 348.66º | 0.61% | 0.41% | - |
| HSV(B) | 348.66º | 0.76% | 0.66% | - |
| XYZ | 17.9 | 10.29 | 6.04 | - |
| YUV | 81.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 65 | 0 | 0.76 | 0.61 | 0.34 | 348.66 | 0.61 | 0.41 |
| Hex | A8 | 29 | 41 | 0 | 4C | 3D | 22 | 15D | 3D | 29 |
| Octal | 250 | 51 | 101 | 0 | 114 | 75 | 42 | 535 | 75 | 51 |
| Binary | 10101000 | 101001 | 1000001 | 0 | 1001100 | 111101 | 100010 | 101011101 | 111101 | 101001 |
Color Harmonies of #A82941
Complementary color
Monochromatic Colors of #A82941
Black with #A82941
Text Example
Text Example
White with #A82941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82941; }
p { color: rgb(168,41,65); }
H1.HeaderClassName
{
color: #A82941;
}
.AnyTagClassName
{
color: #A82941;
}
</style>
background-color css
<style>
a { background-color: #A82941; }
a { background-color: rgb(168,41,65); }
div.DivClassName
{
background-color: #A82941;
}
.BgClassName
{
background-color: #A82941;
}
</style>
border-color css
<style>
span { border-color: #A82941; }
span { border-color: rgb(168,41,65); }
td.TdClassName
{
border-color: #A82941;
}
.TagClassName
{
border-color: #A82941;
}
</style>