Shades of Old Rose #A82740
Tints of Old Rose #A82740
RGB
CMYK
RGB Variations
Color information
#A82740 (or 0xA82740) is known color: Old Rose. HEX triplet: A8, 27 and 40. RGB value is (168,39,64). Sum of RGB (Red+Green+Blue) = 168+39+64=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A82740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82740 is #57D8BF. Grayscale: #505050. Windows color (decimal): -5757120 or 4204456. OLE color: 4204456.
HSL color Cylindrical-coordinate representation of color #A82740: hue angle of 348.37º 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 #A82740 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 64 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.34 |
| HSL | 348.37º | 0.62% | 0.41% | - |
| HSV(B) | 348.37º | 0.77% | 0.66% | - |
| XYZ | 17.8 | 10.15 | 5.87 | - |
| YUV | 80.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 64 | 0 | 0.77 | 0.62 | 0.34 | 348.37 | 0.62 | 0.41 |
| Hex | A8 | 27 | 40 | 0 | 4D | 3E | 22 | 15C | 3E | 29 |
| Octal | 250 | 47 | 100 | 0 | 115 | 76 | 42 | 534 | 76 | 51 |
| Binary | 10101000 | 100111 | 1000000 | 0 | 1001101 | 111110 | 100010 | 101011100 | 111110 | 101001 |
Color Harmonies of #A82740
Complementary color
Monochromatic Colors of #A82740
Black with #A82740
Text Example
Text Example
White with #A82740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82740; }
p { color: rgb(168,39,64); }
H1.HeaderClassName
{
color: #A82740;
}
.AnyTagClassName
{
color: #A82740;
}
</style>
background-color css
<style>
a { background-color: #A82740; }
a { background-color: rgb(168,39,64); }
div.DivClassName
{
background-color: #A82740;
}
.BgClassName
{
background-color: #A82740;
}
</style>
border-color css
<style>
span { border-color: #A82740; }
span { border-color: rgb(168,39,64); }
td.TdClassName
{
border-color: #A82740;
}
.TagClassName
{
border-color: #A82740;
}
</style>