Shades of Lipstick #AC2952
Tints of Lipstick #AC2952
RGB
CMYK
RGB Variations
Color information
#AC2952 (or 0xAC2952) is known color: Lipstick. HEX triplet: AC, 29 and 52. RGB value is (172,41,82). Sum of RGB (Red+Green+Blue) = 172+41+82=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2952 is #53D6AD. Grayscale: #545454. Windows color (decimal): -5494446 or 5384620. OLE color: 5384620.
HSL color Cylindrical-coordinate representation of color #AC2952: hue angle of 341.22º degrees, saturation: 0.62, 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 #AC2952 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 82 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.33 |
| HSL | 341.22º | 0.62% | 0.42% | - |
| HSV(B) | 341.22º | 0.76% | 0.67% | - |
| XYZ | 19.33 | 10.97 | 9.08 | - |
| YUV | 84.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 82 | 0 | 0.76 | 0.52 | 0.33 | 341.22 | 0.62 | 0.42 |
| Hex | AC | 29 | 52 | 0 | 4C | 34 | 21 | 155 | 3E | 2A |
| Octal | 254 | 51 | 122 | 0 | 114 | 64 | 41 | 525 | 76 | 52 |
| Binary | 10101100 | 101001 | 1010010 | 0 | 1001100 | 110100 | 100001 | 101010101 | 111110 | 101010 |
Color Harmonies of #AC2952
Complementary color
Monochromatic Colors of #AC2952
Black with #AC2952
Text Example
Text Example
White with #AC2952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2952; }
p { color: rgb(172,41,82); }
H1.HeaderClassName
{
color: #AC2952;
}
.AnyTagClassName
{
color: #AC2952;
}
</style>
background-color css
<style>
a { background-color: #AC2952; }
a { background-color: rgb(172,41,82); }
div.DivClassName
{
background-color: #AC2952;
}
.BgClassName
{
background-color: #AC2952;
}
</style>
border-color css
<style>
span { border-color: #AC2952; }
span { border-color: rgb(172,41,82); }
td.TdClassName
{
border-color: #AC2952;
}
.TagClassName
{
border-color: #AC2952;
}
</style>