Shades of Lipstick #AC2759
Tints of Lipstick #AC2759
RGB
CMYK
RGB Variations
Color information
#AC2759 (or 0xAC2759) is known color: Lipstick. HEX triplet: AC, 27 and 59. RGB value is (172,39,89). Sum of RGB (Red+Green+Blue) = 172+39+89=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2759 is #53D8A6. Grayscale: #545454. Windows color (decimal): -5494951 or 5842860. OLE color: 5842860.
HSL color Cylindrical-coordinate representation of color #AC2759: hue angle of 337.44º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2759 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 89 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.33 |
| HSL | 337.44º | 0.63% | 0.41% | - |
| HSV(B) | 337.44º | 0.77% | 0.67% | - |
| XYZ | 19.54 | 10.94 | 10.53 | - |
| YUV | 84.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 89 | 0 | 0.77 | 0.48 | 0.33 | 337.44 | 0.63 | 0.41 |
| Hex | AC | 27 | 59 | 0 | 4D | 30 | 21 | 151 | 3F | 29 |
| Octal | 254 | 47 | 131 | 0 | 115 | 60 | 41 | 521 | 77 | 51 |
| Binary | 10101100 | 100111 | 1011001 | 0 | 1001101 | 110000 | 100001 | 101010001 | 111111 | 101001 |
Color Harmonies of #AC2759
Complementary color
Monochromatic Colors of #AC2759
Black with #AC2759
Text Example
Text Example
White with #AC2759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2759; }
p { color: rgb(172,39,89); }
H1.HeaderClassName
{
color: #AC2759;
}
.AnyTagClassName
{
color: #AC2759;
}
</style>
background-color css
<style>
a { background-color: #AC2759; }
a { background-color: rgb(172,39,89); }
div.DivClassName
{
background-color: #AC2759;
}
.BgClassName
{
background-color: #AC2759;
}
</style>
border-color css
<style>
span { border-color: #AC2759; }
span { border-color: rgb(172,39,89); }
td.TdClassName
{
border-color: #AC2759;
}
.TagClassName
{
border-color: #AC2759;
}
</style>