Shades of Lipstick #AC2151
Tints of Lipstick #AC2151
RGB
CMYK
RGB Variations
Color information
#AC2151 (or 0xAC2151) is known color: Lipstick. HEX triplet: AC, 21 and 51. RGB value is (172,33,81). Sum of RGB (Red+Green+Blue) = 172+33+81=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2151 is #53DEAE. Grayscale: #4F4F4F. Windows color (decimal): -5496495 or 5317036. OLE color: 5317036.
HSL color Cylindrical-coordinate representation of color #AC2151: hue angle of 339.28º 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 #AC2151 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 81 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.33 |
| HSL | 339.28º | 0.68% | 0.4% | - |
| HSV(B) | 339.28º | 0.81% | 0.67% | - |
| XYZ | 19.04 | 10.45 | 8.8 | - |
| YUV | 80.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 81 | 0 | 0.81 | 0.53 | 0.33 | 339.28 | 0.68 | 0.4 |
| Hex | AC | 21 | 51 | 0 | 51 | 35 | 21 | 153 | 44 | 28 |
| Octal | 254 | 41 | 121 | 0 | 121 | 65 | 41 | 523 | 104 | 50 |
| Binary | 10101100 | 100001 | 1010001 | 0 | 1010001 | 110101 | 100001 | 101010011 | 1000100 | 101000 |
Color Harmonies of #AC2151
Complementary color
Monochromatic Colors of #AC2151
Black with #AC2151
Text Example
Text Example
White with #AC2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2151; }
p { color: rgb(172,33,81); }
H1.HeaderClassName
{
color: #AC2151;
}
.AnyTagClassName
{
color: #AC2151;
}
</style>
background-color css
<style>
a { background-color: #AC2151; }
a { background-color: rgb(172,33,81); }
div.DivClassName
{
background-color: #AC2151;
}
.BgClassName
{
background-color: #AC2151;
}
</style>
border-color css
<style>
span { border-color: #AC2151; }
span { border-color: rgb(172,33,81); }
td.TdClassName
{
border-color: #AC2151;
}
.TagClassName
{
border-color: #AC2151;
}
</style>