Shades of Lipstick #A72155
Tints of Lipstick #A72155
RGB
CMYK
RGB Variations
Color information
#A72155 (or 0xA72155) is known color: Lipstick. HEX triplet: A7, 21 and 55. RGB value is (167,33,85). Sum of RGB (Red+Green+Blue) = 167+33+85=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A72155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72155 is #58DEAA. Grayscale: #4E4E4E. Windows color (decimal): -5824171 or 5579175. OLE color: 5579175.
HSL color Cylindrical-coordinate representation of color #A72155: hue angle of 336.72º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72155 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 33 | 85 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.35 |
| HSL | 336.72º | 0.67% | 0.39% | - |
| HSV(B) | 336.72º | 0.8% | 0.65% | - |
| XYZ | 18.12 | 9.96 | 9.56 | - |
| YUV | 78.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 85 | 0 | 0.80 | 0.49 | 0.35 | 336.72 | 0.67 | 0.39 |
| Hex | A7 | 21 | 55 | 0 | 50 | 31 | 23 | 151 | 43 | 27 |
| Octal | 247 | 41 | 125 | 0 | 120 | 61 | 43 | 521 | 103 | 47 |
| Binary | 10100111 | 100001 | 1010101 | 0 | 1010000 | 110001 | 100011 | 101010001 | 1000011 | 100111 |
Color Harmonies of #A72155
Complementary color
Monochromatic Colors of #A72155
Black with #A72155
Text Example
Text Example
White with #A72155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72155; }
p { color: rgb(167,33,85); }
H1.HeaderClassName
{
color: #A72155;
}
.AnyTagClassName
{
color: #A72155;
}
</style>
background-color css
<style>
a { background-color: #A72155; }
a { background-color: rgb(167,33,85); }
div.DivClassName
{
background-color: #A72155;
}
.BgClassName
{
background-color: #A72155;
}
</style>
border-color css
<style>
span { border-color: #A72155; }
span { border-color: rgb(167,33,85); }
td.TdClassName
{
border-color: #A72155;
}
.TagClassName
{
border-color: #A72155;
}
</style>