Shades of Old Rose #A82840
Tints of Old Rose #A82840
RGB
CMYK
RGB Variations
Color information
#A82840 (or 0xA82840) is known color: Old Rose. HEX triplet: A8, 28 and 40. RGB value is (168,40,64). Sum of RGB (Red+Green+Blue) = 168+40+64=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A82840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82840 is #57D7BF. Grayscale: #515151. Windows color (decimal): -5756864 or 4204712. OLE color: 4204712.
HSL color Cylindrical-coordinate representation of color #A82840: hue angle of 348.75º degrees, saturation: 0.62, 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 #A82840 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 64 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.34 |
| HSL | 348.75º | 0.62% | 0.41% | - |
| HSV(B) | 348.75º | 0.76% | 0.66% | - |
| XYZ | 17.83 | 10.21 | 5.88 | - |
| YUV | 81.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 64 | 0 | 0.76 | 0.62 | 0.34 | 348.75 | 0.62 | 0.41 |
| Hex | A8 | 28 | 40 | 0 | 4C | 3E | 22 | 15D | 3E | 29 |
| Octal | 250 | 50 | 100 | 0 | 114 | 76 | 42 | 535 | 76 | 51 |
| Binary | 10101000 | 101000 | 1000000 | 0 | 1001100 | 111110 | 100010 | 101011101 | 111110 | 101001 |
Color Harmonies of #A82840
Complementary color
Monochromatic Colors of #A82840
Black with #A82840
Text Example
Text Example
White with #A82840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82840; }
p { color: rgb(168,40,64); }
H1.HeaderClassName
{
color: #A82840;
}
.AnyTagClassName
{
color: #A82840;
}
</style>
background-color css
<style>
a { background-color: #A82840; }
a { background-color: rgb(168,40,64); }
div.DivClassName
{
background-color: #A82840;
}
.BgClassName
{
background-color: #A82840;
}
</style>
border-color css
<style>
span { border-color: #A82840; }
span { border-color: rgb(168,40,64); }
td.TdClassName
{
border-color: #A82840;
}
.TagClassName
{
border-color: #A82840;
}
</style>