Shades of Old Rose #A72841
Tints of Old Rose #A72841
RGB
CMYK
RGB Variations
Color information
#A72841 (or 0xA72841) is known color: Old Rose. HEX triplet: A7, 28 and 41. RGB value is (167,40,65). Sum of RGB (Red+Green+Blue) = 167+40+65=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A72841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72841 is #58D7BE. Grayscale: #505050. Windows color (decimal): -5822399 or 4270247. OLE color: 4270247.
HSL color Cylindrical-coordinate representation of color #A72841: hue angle of 348.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72841 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 65 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.35 |
| HSL | 348.19º | 0.61% | 0.41% | - |
| HSV(B) | 348.19º | 0.76% | 0.65% | - |
| XYZ | 17.65 | 10.11 | 6.02 | - |
| YUV | 80.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 65 | 0 | 0.76 | 0.61 | 0.35 | 348.19 | 0.61 | 0.41 |
| Hex | A7 | 28 | 41 | 0 | 4C | 3D | 23 | 15C | 3D | 29 |
| Octal | 247 | 50 | 101 | 0 | 114 | 75 | 43 | 534 | 75 | 51 |
| Binary | 10100111 | 101000 | 1000001 | 0 | 1001100 | 111101 | 100011 | 101011100 | 111101 | 101001 |
Color Harmonies of #A72841
Complementary color
Monochromatic Colors of #A72841
Black with #A72841
Text Example
Text Example
White with #A72841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72841; }
p { color: rgb(167,40,65); }
H1.HeaderClassName
{
color: #A72841;
}
.AnyTagClassName
{
color: #A72841;
}
</style>
background-color css
<style>
a { background-color: #A72841; }
a { background-color: rgb(167,40,65); }
div.DivClassName
{
background-color: #A72841;
}
.BgClassName
{
background-color: #A72841;
}
</style>
border-color css
<style>
span { border-color: #A72841; }
span { border-color: rgb(167,40,65); }
td.TdClassName
{
border-color: #A72841;
}
.TagClassName
{
border-color: #A72841;
}
</style>