Shades of Lipstick #AC2152
Tints of Lipstick #AC2152
RGB
CMYK
RGB Variations
Color information
#AC2152 (or 0xAC2152) is known color: Lipstick. HEX triplet: AC, 21 and 52. RGB value is (172,33,82). Sum of RGB (Red+Green+Blue) = 172+33+82=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2152 is #53DEAD. Grayscale: #505050. Windows color (decimal): -5496494 or 5382572. OLE color: 5382572.
HSL color Cylindrical-coordinate representation of color #AC2152: hue angle of 338.85º 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 #AC2152 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 82 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.33 |
| HSL | 338.85º | 0.68% | 0.4% | - |
| HSV(B) | 338.85º | 0.81% | 0.67% | - |
| XYZ | 19.08 | 10.47 | 9 | - |
| YUV | 80.15 | 129.05 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 82 | 0 | 0.81 | 0.52 | 0.33 | 338.85 | 0.68 | 0.4 |
| Hex | AC | 21 | 52 | 0 | 51 | 34 | 21 | 153 | 44 | 28 |
| Octal | 254 | 41 | 122 | 0 | 121 | 64 | 41 | 523 | 104 | 50 |
| Binary | 10101100 | 100001 | 1010010 | 0 | 1010001 | 110100 | 100001 | 101010011 | 1000100 | 101000 |
Color Harmonies of #AC2152
Complementary color
Monochromatic Colors of #AC2152
Black with #AC2152
Text Example
Text Example
White with #AC2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2152; }
p { color: rgb(172,33,82); }
H1.HeaderClassName
{
color: #AC2152;
}
.AnyTagClassName
{
color: #AC2152;
}
</style>
background-color css
<style>
a { background-color: #AC2152; }
a { background-color: rgb(172,33,82); }
div.DivClassName
{
background-color: #AC2152;
}
.BgClassName
{
background-color: #AC2152;
}
</style>
border-color css
<style>
span { border-color: #AC2152; }
span { border-color: rgb(172,33,82); }
td.TdClassName
{
border-color: #AC2152;
}
.TagClassName
{
border-color: #AC2152;
}
</style>