Shades of Lipstick #A72E5A
Tints of Lipstick #A72E5A
RGB
CMYK
RGB Variations
Color information
#A72E5A (or 0xA72E5A) is known color: Lipstick. HEX triplet: A7, 2E and 5A. RGB value is (167,46,90). Sum of RGB (Red+Green+Blue) = 167+46+90=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E5A is #58D1A5. Grayscale: #575757. Windows color (decimal): -5820838 or 5910183. OLE color: 5910183.
HSL color Cylindrical-coordinate representation of color #A72E5A: hue angle of 338.18º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A72E5A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 46 | 90 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.35 |
| HSL | 338.18º | 0.57% | 0.42% | - |
| HSV(B) | 338.18º | 0.72% | 0.65% | - |
| XYZ | 18.76 | 10.91 | 10.79 | - |
| YUV | 87.2 | 129.59 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 90 | 0 | 0.72 | 0.46 | 0.35 | 338.18 | 0.57 | 0.42 |
| Hex | A7 | 2E | 5A | 0 | 48 | 2E | 23 | 152 | 39 | 2A |
| Octal | 247 | 56 | 132 | 0 | 110 | 56 | 43 | 522 | 71 | 52 |
| Binary | 10100111 | 101110 | 1011010 | 0 | 1001000 | 101110 | 100011 | 101010010 | 111001 | 101010 |
Color Harmonies of #A72E5A
Complementary color
Monochromatic Colors of #A72E5A
Black with #A72E5A
Text Example
Text Example
White with #A72E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72E5A; }
p { color: rgb(167,46,90); }
H1.HeaderClassName
{
color: #A72E5A;
}
.AnyTagClassName
{
color: #A72E5A;
}
</style>
background-color css
<style>
a { background-color: #A72E5A; }
a { background-color: rgb(167,46,90); }
div.DivClassName
{
background-color: #A72E5A;
}
.BgClassName
{
background-color: #A72E5A;
}
</style>
border-color css
<style>
span { border-color: #A72E5A; }
span { border-color: rgb(167,46,90); }
td.TdClassName
{
border-color: #A72E5A;
}
.TagClassName
{
border-color: #A72E5A;
}
</style>