Shades of Lipstick #AC2159
Tints of Lipstick #AC2159
RGB
CMYK
RGB Variations
Color information
#AC2159 (or 0xAC2159) is known color: Lipstick. HEX triplet: AC, 21 and 59. RGB value is (172,33,89). Sum of RGB (Red+Green+Blue) = 172+33+89=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2159 is #53DEA6. Grayscale: #505050. Windows color (decimal): -5496487 or 5841324. OLE color: 5841324.
HSL color Cylindrical-coordinate representation of color #AC2159: hue angle of 335.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2159 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 89 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.33 |
| HSL | 335.83º | 0.68% | 0.4% | - |
| HSV(B) | 335.83º | 0.81% | 0.67% | - |
| XYZ | 19.36 | 10.58 | 10.47 | - |
| YUV | 80.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 89 | 0 | 0.81 | 0.48 | 0.33 | 335.83 | 0.68 | 0.4 |
| Hex | AC | 21 | 59 | 0 | 51 | 30 | 21 | 150 | 44 | 28 |
| Octal | 254 | 41 | 131 | 0 | 121 | 60 | 41 | 520 | 104 | 50 |
| Binary | 10101100 | 100001 | 1011001 | 0 | 1010001 | 110000 | 100001 | 101010000 | 1000100 | 101000 |
Color Harmonies of #AC2159
Complementary color
Monochromatic Colors of #AC2159
Black with #AC2159
Text Example
Text Example
White with #AC2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2159; }
p { color: rgb(172,33,89); }
H1.HeaderClassName
{
color: #AC2159;
}
.AnyTagClassName
{
color: #AC2159;
}
</style>
background-color css
<style>
a { background-color: #AC2159; }
a { background-color: rgb(172,33,89); }
div.DivClassName
{
background-color: #AC2159;
}
.BgClassName
{
background-color: #AC2159;
}
</style>
border-color css
<style>
span { border-color: #AC2159; }
span { border-color: rgb(172,33,89); }
td.TdClassName
{
border-color: #AC2159;
}
.TagClassName
{
border-color: #AC2159;
}
</style>