Shades of Old Rose #A82643
Tints of Old Rose #A82643
RGB
CMYK
RGB Variations
Color information
#A82643 (or 0xA82643) is known color: Old Rose. HEX triplet: A8, 26 and 43. RGB value is (168,38,67). Sum of RGB (Red+Green+Blue) = 168+38+67=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A82643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82643 is #57D9BC. Grayscale: #505050. Windows color (decimal): -5757373 or 4400808. OLE color: 4400808.
HSL color Cylindrical-coordinate representation of color #A82643: hue angle of 346.62º 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 #A82643 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 67 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.34 |
| HSL | 346.62º | 0.63% | 0.4% | - |
| HSV(B) | 346.62º | 0.77% | 0.66% | - |
| XYZ | 17.85 | 10.12 | 6.32 | - |
| YUV | 80.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 67 | 0 | 0.77 | 0.60 | 0.34 | 346.62 | 0.63 | 0.4 |
| Hex | A8 | 26 | 43 | 0 | 4D | 3C | 22 | 15B | 3F | 28 |
| Octal | 250 | 46 | 103 | 0 | 115 | 74 | 42 | 533 | 77 | 50 |
| Binary | 10101000 | 100110 | 1000011 | 0 | 1001101 | 111100 | 100010 | 101011011 | 111111 | 101000 |
Color Harmonies of #A82643
Complementary color
Monochromatic Colors of #A82643
Black with #A82643
Text Example
Text Example
White with #A82643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82643; }
p { color: rgb(168,38,67); }
H1.HeaderClassName
{
color: #A82643;
}
.AnyTagClassName
{
color: #A82643;
}
</style>
background-color css
<style>
a { background-color: #A82643; }
a { background-color: rgb(168,38,67); }
div.DivClassName
{
background-color: #A82643;
}
.BgClassName
{
background-color: #A82643;
}
</style>
border-color css
<style>
span { border-color: #A82643; }
span { border-color: rgb(168,38,67); }
td.TdClassName
{
border-color: #A82643;
}
.TagClassName
{
border-color: #A82643;
}
</style>