Shades of Lipstick #AC2852
Tints of Lipstick #AC2852
RGB
CMYK
RGB Variations
Color information
#AC2852 (or 0xAC2852) is known color: Lipstick. HEX triplet: AC, 28 and 52. RGB value is (172,40,82). Sum of RGB (Red+Green+Blue) = 172+40+82=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2852 is #53D7AD. Grayscale: #545454. Windows color (decimal): -5494702 or 5384364. OLE color: 5384364.
HSL color Cylindrical-coordinate representation of color #AC2852: hue angle of 340.91º 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 #AC2852 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 82 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.33 |
| HSL | 340.91º | 0.62% | 0.42% | - |
| HSV(B) | 340.91º | 0.77% | 0.67% | - |
| XYZ | 19.3 | 10.9 | 9.07 | - |
| YUV | 84.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 82 | 0 | 0.77 | 0.52 | 0.33 | 340.91 | 0.62 | 0.42 |
| Hex | AC | 28 | 52 | 0 | 4D | 34 | 21 | 155 | 3E | 2A |
| Octal | 254 | 50 | 122 | 0 | 115 | 64 | 41 | 525 | 76 | 52 |
| Binary | 10101100 | 101000 | 1010010 | 0 | 1001101 | 110100 | 100001 | 101010101 | 111110 | 101010 |
Color Harmonies of #AC2852
Complementary color
Monochromatic Colors of #AC2852
Black with #AC2852
Text Example
Text Example
White with #AC2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2852; }
p { color: rgb(172,40,82); }
H1.HeaderClassName
{
color: #AC2852;
}
.AnyTagClassName
{
color: #AC2852;
}
</style>
background-color css
<style>
a { background-color: #AC2852; }
a { background-color: rgb(172,40,82); }
div.DivClassName
{
background-color: #AC2852;
}
.BgClassName
{
background-color: #AC2852;
}
</style>
border-color css
<style>
span { border-color: #AC2852; }
span { border-color: rgb(172,40,82); }
td.TdClassName
{
border-color: #AC2852;
}
.TagClassName
{
border-color: #AC2852;
}
</style>