Shades of Old Rose #A82645
Tints of Old Rose #A82645
RGB
CMYK
RGB Variations
Color information
#A82645 (or 0xA82645) is known color: Old Rose. HEX triplet: A8, 26 and 45. RGB value is (168,38,69). Sum of RGB (Red+Green+Blue) = 168+38+69=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A82645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82645 is #57D9BA. Grayscale: #505050. Windows color (decimal): -5757371 or 4531880. OLE color: 4531880.
HSL color Cylindrical-coordinate representation of color #A82645: hue angle of 345.69º 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 #A82645 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 69 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.34 |
| HSL | 345.69º | 0.63% | 0.4% | - |
| HSV(B) | 345.69º | 0.77% | 0.66% | - |
| XYZ | 17.92 | 10.14 | 6.64 | - |
| YUV | 80.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 69 | 0 | 0.77 | 0.59 | 0.34 | 345.69 | 0.63 | 0.4 |
| Hex | A8 | 26 | 45 | 0 | 4D | 3B | 22 | 15A | 3F | 28 |
| Octal | 250 | 46 | 105 | 0 | 115 | 73 | 42 | 532 | 77 | 50 |
| Binary | 10101000 | 100110 | 1000101 | 0 | 1001101 | 111011 | 100010 | 101011010 | 111111 | 101000 |
Color Harmonies of #A82645
Complementary color
Monochromatic Colors of #A82645
Black with #A82645
Text Example
Text Example
White with #A82645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82645; }
p { color: rgb(168,38,69); }
H1.HeaderClassName
{
color: #A82645;
}
.AnyTagClassName
{
color: #A82645;
}
</style>
background-color css
<style>
a { background-color: #A82645; }
a { background-color: rgb(168,38,69); }
div.DivClassName
{
background-color: #A82645;
}
.BgClassName
{
background-color: #A82645;
}
</style>
border-color css
<style>
span { border-color: #A82645; }
span { border-color: rgb(168,38,69); }
td.TdClassName
{
border-color: #A82645;
}
.TagClassName
{
border-color: #A82645;
}
</style>