Shades of Old Rose #A82A41
Tints of Old Rose #A82A41
RGB
CMYK
RGB Variations
Color information
#A82A41 (or 0xA82A41) is known color: Old Rose. HEX triplet: A8, 2A and 41. RGB value is (168,42,65). Sum of RGB (Red+Green+Blue) = 168+42+65=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82A41 is #57D5BE. Grayscale: #525252. Windows color (decimal): -5756351 or 4270760. OLE color: 4270760.
HSL color Cylindrical-coordinate representation of color #A82A41: hue angle of 349.05º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A41 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 65 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.34 |
| HSL | 349.05º | 0.6% | 0.41% | - |
| HSV(B) | 349.05º | 0.75% | 0.66% | - |
| XYZ | 17.93 | 10.36 | 6.06 | - |
| YUV | 82.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 65 | 0 | 0.75 | 0.61 | 0.34 | 349.05 | 0.6 | 0.41 |
| Hex | A8 | 2A | 41 | 0 | 4B | 3D | 22 | 15D | 3C | 29 |
| Octal | 250 | 52 | 101 | 0 | 113 | 75 | 42 | 535 | 74 | 51 |
| Binary | 10101000 | 101010 | 1000001 | 0 | 1001011 | 111101 | 100010 | 101011101 | 111100 | 101001 |
Color Harmonies of #A82A41
Complementary color
Monochromatic Colors of #A82A41
Black with #A82A41
Text Example
Text Example
White with #A82A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A41; }
p { color: rgb(168,42,65); }
H1.HeaderClassName
{
color: #A82A41;
}
.AnyTagClassName
{
color: #A82A41;
}
</style>
background-color css
<style>
a { background-color: #A82A41; }
a { background-color: rgb(168,42,65); }
div.DivClassName
{
background-color: #A82A41;
}
.BgClassName
{
background-color: #A82A41;
}
</style>
border-color css
<style>
span { border-color: #A82A41; }
span { border-color: rgb(168,42,65); }
td.TdClassName
{
border-color: #A82A41;
}
.TagClassName
{
border-color: #A82A41;
}
</style>