Shades of Old Rose #A82845
Tints of Old Rose #A82845
RGB
CMYK
RGB Variations
Color information
#A82845 (or 0xA82845) is known color: Old Rose. HEX triplet: A8, 28 and 45. RGB value is (168,40,69). Sum of RGB (Red+Green+Blue) = 168+40+69=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A82845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82845 is #57D7BA. Grayscale: #515151. Windows color (decimal): -5756859 or 4532392. OLE color: 4532392.
HSL color Cylindrical-coordinate representation of color #A82845: hue angle of 346.41º 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 #A82845 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 69 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.34 |
| HSL | 346.41º | 0.62% | 0.41% | - |
| HSV(B) | 346.41º | 0.76% | 0.66% | - |
| XYZ | 17.98 | 10.27 | 6.67 | - |
| YUV | 81.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 69 | 0 | 0.76 | 0.59 | 0.34 | 346.41 | 0.62 | 0.41 |
| Hex | A8 | 28 | 45 | 0 | 4C | 3B | 22 | 15A | 3E | 29 |
| Octal | 250 | 50 | 105 | 0 | 114 | 73 | 42 | 532 | 76 | 51 |
| Binary | 10101000 | 101000 | 1000101 | 0 | 1001100 | 111011 | 100010 | 101011010 | 111110 | 101001 |
Color Harmonies of #A82845
Complementary color
Monochromatic Colors of #A82845
Black with #A82845
Text Example
Text Example
White with #A82845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82845; }
p { color: rgb(168,40,69); }
H1.HeaderClassName
{
color: #A82845;
}
.AnyTagClassName
{
color: #A82845;
}
</style>
background-color css
<style>
a { background-color: #A82845; }
a { background-color: rgb(168,40,69); }
div.DivClassName
{
background-color: #A82845;
}
.BgClassName
{
background-color: #A82845;
}
</style>
border-color css
<style>
span { border-color: #A82845; }
span { border-color: rgb(168,40,69); }
td.TdClassName
{
border-color: #A82845;
}
.TagClassName
{
border-color: #A82845;
}
</style>