Shades of Old Rose #A82444
Tints of Old Rose #A82444
RGB
CMYK
RGB Variations
Color information
#A82444 (or 0xA82444) is known color: Old Rose. HEX triplet: A8, 24 and 44. RGB value is (168,36,68). Sum of RGB (Red+Green+Blue) = 168+36+68=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A82444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82444 is #57DBBB. Grayscale: #4F4F4F. Windows color (decimal): -5757884 or 4465832. OLE color: 4465832.
HSL color Cylindrical-coordinate representation of color #A82444: hue angle of 345.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82444 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 68 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.34 |
| HSL | 345.45º | 0.65% | 0.4% | - |
| HSV(B) | 345.45º | 0.79% | 0.66% | - |
| XYZ | 17.82 | 10 | 6.46 | - |
| YUV | 79.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 68 | 0 | 0.79 | 0.60 | 0.34 | 345.45 | 0.65 | 0.4 |
| Hex | A8 | 24 | 44 | 0 | 4F | 3C | 22 | 159 | 41 | 28 |
| Octal | 250 | 44 | 104 | 0 | 117 | 74 | 42 | 531 | 101 | 50 |
| Binary | 10101000 | 100100 | 1000100 | 0 | 1001111 | 111100 | 100010 | 101011001 | 1000001 | 101000 |
Color Harmonies of #A82444
Complementary color
Monochromatic Colors of #A82444
Black with #A82444
Text Example
Text Example
White with #A82444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82444; }
p { color: rgb(168,36,68); }
H1.HeaderClassName
{
color: #A82444;
}
.AnyTagClassName
{
color: #A82444;
}
</style>
background-color css
<style>
a { background-color: #A82444; }
a { background-color: rgb(168,36,68); }
div.DivClassName
{
background-color: #A82444;
}
.BgClassName
{
background-color: #A82444;
}
</style>
border-color css
<style>
span { border-color: #A82444; }
span { border-color: rgb(168,36,68); }
td.TdClassName
{
border-color: #A82444;
}
.TagClassName
{
border-color: #A82444;
}
</style>