Shades of Lipstick #A72A60
Tints of Lipstick #A72A60
RGB
CMYK
RGB Variations
Color information
#A72A60 (or 0xA72A60) is known color: Lipstick. HEX triplet: A7, 2A and 60. RGB value is (167,42,96). Sum of RGB (Red+Green+Blue) = 167+42+96=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72A60 is #58D59F. Grayscale: #555555. Windows color (decimal): -5821856 or 6302375. OLE color: 6302375.
HSL color Cylindrical-coordinate representation of color #A72A60: hue angle of 334.08º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72A60 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 42 | 96 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.35 |
| HSL | 334.08º | 0.6% | 0.41% | - |
| HSV(B) | 334.08º | 0.75% | 0.65% | - |
| XYZ | 18.88 | 10.72 | 12.14 | - |
| YUV | 85.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 42 | 96 | 0 | 0.75 | 0.43 | 0.35 | 334.08 | 0.6 | 0.41 |
| Hex | A7 | 2A | 60 | 0 | 4B | 2B | 23 | 14E | 3C | 29 |
| Octal | 247 | 52 | 140 | 0 | 113 | 53 | 43 | 516 | 74 | 51 |
| Binary | 10100111 | 101010 | 1100000 | 0 | 1001011 | 101011 | 100011 | 101001110 | 111100 | 101001 |
Color Harmonies of #A72A60
Complementary color
Monochromatic Colors of #A72A60
Black with #A72A60
Text Example
Text Example
White with #A72A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72A60; }
p { color: rgb(167,42,96); }
H1.HeaderClassName
{
color: #A72A60;
}
.AnyTagClassName
{
color: #A72A60;
}
</style>
background-color css
<style>
a { background-color: #A72A60; }
a { background-color: rgb(167,42,96); }
div.DivClassName
{
background-color: #A72A60;
}
.BgClassName
{
background-color: #A72A60;
}
</style>
border-color css
<style>
span { border-color: #A72A60; }
span { border-color: rgb(167,42,96); }
td.TdClassName
{
border-color: #A72A60;
}
.TagClassName
{
border-color: #A72A60;
}
</style>