Shades of Lipstick #AC2456
Tints of Lipstick #AC2456
RGB
CMYK
RGB Variations
Color information
#AC2456 (or 0xAC2456) is known color: Lipstick. HEX triplet: AC, 24 and 56. RGB value is (172,36,86). Sum of RGB (Red+Green+Blue) = 172+36+86=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2456 is #53DBA9. Grayscale: #525252. Windows color (decimal): -5495722 or 5645484. OLE color: 5645484.
HSL color Cylindrical-coordinate representation of color #AC2456: hue angle of 337.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2456 is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 86 | - |
| CMYK | 0 | 0.79 | 0.5 | 0.33 |
| HSL | 337.94º | 0.65% | 0.41% | - |
| HSV(B) | 337.94º | 0.79% | 0.67% | - |
| XYZ | 19.32 | 10.7 | 9.85 | - |
| YUV | 82.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 86 | 0 | 0.79 | 0.5 | 0.33 | 337.94 | 0.65 | 0.41 |
| Hex | AC | 24 | 56 | 0 | 4F | 32 | 21 | 152 | 41 | 29 |
| Octal | 254 | 44 | 126 | 0 | 117 | 62 | 41 | 522 | 101 | 51 |
| Binary | 10101100 | 100100 | 1010110 | 0 | 1001111 | 110010 | 100001 | 101010010 | 1000001 | 101001 |
Color Harmonies of #AC2456
Complementary color
Monochromatic Colors of #AC2456
Black with #AC2456
Text Example
Text Example
White with #AC2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2456; }
p { color: rgb(172,36,86); }
H1.HeaderClassName
{
color: #AC2456;
}
.AnyTagClassName
{
color: #AC2456;
}
</style>
background-color css
<style>
a { background-color: #AC2456; }
a { background-color: rgb(172,36,86); }
div.DivClassName
{
background-color: #AC2456;
}
.BgClassName
{
background-color: #AC2456;
}
</style>
border-color css
<style>
span { border-color: #AC2456; }
span { border-color: rgb(172,36,86); }
td.TdClassName
{
border-color: #AC2456;
}
.TagClassName
{
border-color: #AC2456;
}
</style>