Shades of Lipstick #AC2A56
Tints of Lipstick #AC2A56
RGB
CMYK
RGB Variations
Color information
#AC2A56 (or 0xAC2A56) is known color: Lipstick. HEX triplet: AC, 2A and 56. RGB value is (172,42,86). Sum of RGB (Red+Green+Blue) = 172+42+86=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A56 is #53D5A9. Grayscale: #555555. Windows color (decimal): -5494186 or 5647020. OLE color: 5647020.
HSL color Cylindrical-coordinate representation of color #AC2A56: hue angle of 339.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2A56 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 86 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.33 |
| HSL | 339.69º | 0.61% | 0.42% | - |
| HSV(B) | 339.69º | 0.76% | 0.67% | - |
| XYZ | 19.52 | 11.1 | 9.92 | - |
| YUV | 85.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 86 | 0 | 0.76 | 0.5 | 0.33 | 339.69 | 0.61 | 0.42 |
| Hex | AC | 2A | 56 | 0 | 4C | 32 | 21 | 154 | 3D | 2A |
| Octal | 254 | 52 | 126 | 0 | 114 | 62 | 41 | 524 | 75 | 52 |
| Binary | 10101100 | 101010 | 1010110 | 0 | 1001100 | 110010 | 100001 | 101010100 | 111101 | 101010 |
Color Harmonies of #AC2A56
Complementary color
Monochromatic Colors of #AC2A56
Black with #AC2A56
Text Example
Text Example
White with #AC2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A56; }
p { color: rgb(172,42,86); }
H1.HeaderClassName
{
color: #AC2A56;
}
.AnyTagClassName
{
color: #AC2A56;
}
</style>
background-color css
<style>
a { background-color: #AC2A56; }
a { background-color: rgb(172,42,86); }
div.DivClassName
{
background-color: #AC2A56;
}
.BgClassName
{
background-color: #AC2A56;
}
</style>
border-color css
<style>
span { border-color: #AC2A56; }
span { border-color: rgb(172,42,86); }
td.TdClassName
{
border-color: #AC2A56;
}
.TagClassName
{
border-color: #AC2A56;
}
</style>