Shades of Lipstick #AC2856
Tints of Lipstick #AC2856
RGB
CMYK
RGB Variations
Color information
#AC2856 (or 0xAC2856) is known color: Lipstick. HEX triplet: AC, 28 and 56. RGB value is (172,40,86). Sum of RGB (Red+Green+Blue) = 172+40+86=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2856 is #53D7A9. Grayscale: #545454. Windows color (decimal): -5494698 or 5646508. OLE color: 5646508.
HSL color Cylindrical-coordinate representation of color #AC2856: hue angle of 339.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2856 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 86 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.33 |
| HSL | 339.09º | 0.62% | 0.42% | - |
| HSV(B) | 339.09º | 0.77% | 0.67% | - |
| XYZ | 19.45 | 10.96 | 9.89 | - |
| YUV | 84.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 86 | 0 | 0.77 | 0.5 | 0.33 | 339.09 | 0.62 | 0.42 |
| Hex | AC | 28 | 56 | 0 | 4D | 32 | 21 | 153 | 3E | 2A |
| Octal | 254 | 50 | 126 | 0 | 115 | 62 | 41 | 523 | 76 | 52 |
| Binary | 10101100 | 101000 | 1010110 | 0 | 1001101 | 110010 | 100001 | 101010011 | 111110 | 101010 |
Color Harmonies of #AC2856
Complementary color
Monochromatic Colors of #AC2856
Black with #AC2856
Text Example
Text Example
White with #AC2856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2856; }
p { color: rgb(172,40,86); }
H1.HeaderClassName
{
color: #AC2856;
}
.AnyTagClassName
{
color: #AC2856;
}
</style>
background-color css
<style>
a { background-color: #AC2856; }
a { background-color: rgb(172,40,86); }
div.DivClassName
{
background-color: #AC2856;
}
.BgClassName
{
background-color: #AC2856;
}
</style>
border-color css
<style>
span { border-color: #AC2856; }
span { border-color: rgb(172,40,86); }
td.TdClassName
{
border-color: #AC2856;
}
.TagClassName
{
border-color: #AC2856;
}
</style>