Shades of Lipstick #AC2153
Tints of Lipstick #AC2153
RGB
CMYK
RGB Variations
Color information
#AC2153 (or 0xAC2153) is known color: Lipstick. HEX triplet: AC, 21 and 53. RGB value is (172,33,83). Sum of RGB (Red+Green+Blue) = 172+33+83=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2153 is #53DEAC. Grayscale: #505050. Windows color (decimal): -5496493 or 5448108. OLE color: 5448108.
HSL color Cylindrical-coordinate representation of color #AC2153: hue angle of 338.42º 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 #AC2153 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 83 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.33 |
| HSL | 338.42º | 0.68% | 0.4% | - |
| HSV(B) | 338.42º | 0.81% | 0.67% | - |
| XYZ | 19.12 | 10.48 | 9.2 | - |
| YUV | 80.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 83 | 0 | 0.81 | 0.52 | 0.33 | 338.42 | 0.68 | 0.4 |
| Hex | AC | 21 | 53 | 0 | 51 | 34 | 21 | 152 | 44 | 28 |
| Octal | 254 | 41 | 123 | 0 | 121 | 64 | 41 | 522 | 104 | 50 |
| Binary | 10101100 | 100001 | 1010011 | 0 | 1010001 | 110100 | 100001 | 101010010 | 1000100 | 101000 |
Color Harmonies of #AC2153
Complementary color
Monochromatic Colors of #AC2153
Black with #AC2153
Text Example
Text Example
White with #AC2153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2153; }
p { color: rgb(172,33,83); }
H1.HeaderClassName
{
color: #AC2153;
}
.AnyTagClassName
{
color: #AC2153;
}
</style>
background-color css
<style>
a { background-color: #AC2153; }
a { background-color: rgb(172,33,83); }
div.DivClassName
{
background-color: #AC2153;
}
.BgClassName
{
background-color: #AC2153;
}
</style>
border-color css
<style>
span { border-color: #AC2153; }
span { border-color: rgb(172,33,83); }
td.TdClassName
{
border-color: #AC2153;
}
.TagClassName
{
border-color: #AC2153;
}
</style>