Shades of Old Rose #A82644
Tints of Old Rose #A82644
RGB
CMYK
RGB Variations
Color information
#A82644 (or 0xA82644) is known color: Old Rose. HEX triplet: A8, 26 and 44. RGB value is (168,38,68). Sum of RGB (Red+Green+Blue) = 168+38+68=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A82644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82644 is #57D9BB. Grayscale: #505050. Windows color (decimal): -5757372 or 4466344. OLE color: 4466344.
HSL color Cylindrical-coordinate representation of color #A82644: hue angle of 346.15º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82644 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 68 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.34 |
| HSL | 346.15º | 0.63% | 0.4% | - |
| HSV(B) | 346.15º | 0.77% | 0.66% | - |
| XYZ | 17.88 | 10.13 | 6.48 | - |
| YUV | 80.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 68 | 0 | 0.77 | 0.60 | 0.34 | 346.15 | 0.63 | 0.4 |
| Hex | A8 | 26 | 44 | 0 | 4D | 3C | 22 | 15A | 3F | 28 |
| Octal | 250 | 46 | 104 | 0 | 115 | 74 | 42 | 532 | 77 | 50 |
| Binary | 10101000 | 100110 | 1000100 | 0 | 1001101 | 111100 | 100010 | 101011010 | 111111 | 101000 |
Color Harmonies of #A82644
Complementary color
Monochromatic Colors of #A82644
Black with #A82644
Text Example
Text Example
White with #A82644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82644; }
p { color: rgb(168,38,68); }
H1.HeaderClassName
{
color: #A82644;
}
.AnyTagClassName
{
color: #A82644;
}
</style>
background-color css
<style>
a { background-color: #A82644; }
a { background-color: rgb(168,38,68); }
div.DivClassName
{
background-color: #A82644;
}
.BgClassName
{
background-color: #A82644;
}
</style>
border-color css
<style>
span { border-color: #A82644; }
span { border-color: rgb(168,38,68); }
td.TdClassName
{
border-color: #A82644;
}
.TagClassName
{
border-color: #A82644;
}
</style>