Shades of Old Rose #A72442
Tints of Old Rose #A72442
RGB
CMYK
RGB Variations
Color information
#A72442 (or 0xA72442) is known color: Old Rose. HEX triplet: A7, 24 and 42. RGB value is (167,36,66). Sum of RGB (Red+Green+Blue) = 167+36+66=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A72442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72442 is #58DBBD. Grayscale: #4E4E4E. Windows color (decimal): -5823422 or 4334759. OLE color: 4334759.
HSL color Cylindrical-coordinate representation of color #A72442: hue angle of 346.26º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72442 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 36 | 66 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.35 |
| HSL | 346.26º | 0.65% | 0.4% | - |
| HSV(B) | 346.26º | 0.78% | 0.65% | - |
| XYZ | 17.55 | 9.87 | 6.13 | - |
| YUV | 78.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 66 | 0 | 0.78 | 0.60 | 0.35 | 346.26 | 0.65 | 0.4 |
| Hex | A7 | 24 | 42 | 0 | 4E | 3C | 23 | 15A | 41 | 28 |
| Octal | 247 | 44 | 102 | 0 | 116 | 74 | 43 | 532 | 101 | 50 |
| Binary | 10100111 | 100100 | 1000010 | 0 | 1001110 | 111100 | 100011 | 101011010 | 1000001 | 101000 |
Color Harmonies of #A72442
Complementary color
Monochromatic Colors of #A72442
Black with #A72442
Text Example
Text Example
White with #A72442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72442; }
p { color: rgb(167,36,66); }
H1.HeaderClassName
{
color: #A72442;
}
.AnyTagClassName
{
color: #A72442;
}
</style>
background-color css
<style>
a { background-color: #A72442; }
a { background-color: rgb(167,36,66); }
div.DivClassName
{
background-color: #A72442;
}
.BgClassName
{
background-color: #A72442;
}
</style>
border-color css
<style>
span { border-color: #A72442; }
span { border-color: rgb(167,36,66); }
td.TdClassName
{
border-color: #A72442;
}
.TagClassName
{
border-color: #A72442;
}
</style>