Shades of Lipstick #AC2955
Tints of Lipstick #AC2955
RGB
CMYK
RGB Variations
Color information
#AC2955 (or 0xAC2955) is known color: Lipstick. HEX triplet: AC, 29 and 55. RGB value is (172,41,85). Sum of RGB (Red+Green+Blue) = 172+41+85=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2955 is #53D6AA. Grayscale: #555555. Windows color (decimal): -5494443 or 5581228. OLE color: 5581228.
HSL color Cylindrical-coordinate representation of color #AC2955: hue angle of 339.85º 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 #AC2955 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 85 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.33 |
| HSL | 339.85º | 0.62% | 0.42% | - |
| HSV(B) | 339.85º | 0.76% | 0.67% | - |
| XYZ | 19.45 | 11.01 | 9.7 | - |
| YUV | 85.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 85 | 0 | 0.76 | 0.51 | 0.33 | 339.85 | 0.62 | 0.42 |
| Hex | AC | 29 | 55 | 0 | 4C | 33 | 21 | 154 | 3E | 2A |
| Octal | 254 | 51 | 125 | 0 | 114 | 63 | 41 | 524 | 76 | 52 |
| Binary | 10101100 | 101001 | 1010101 | 0 | 1001100 | 110011 | 100001 | 101010100 | 111110 | 101010 |
Color Harmonies of #AC2955
Complementary color
Monochromatic Colors of #AC2955
Black with #AC2955
Text Example
Text Example
White with #AC2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2955; }
p { color: rgb(172,41,85); }
H1.HeaderClassName
{
color: #AC2955;
}
.AnyTagClassName
{
color: #AC2955;
}
</style>
background-color css
<style>
a { background-color: #AC2955; }
a { background-color: rgb(172,41,85); }
div.DivClassName
{
background-color: #AC2955;
}
.BgClassName
{
background-color: #AC2955;
}
</style>
border-color css
<style>
span { border-color: #AC2955; }
span { border-color: rgb(172,41,85); }
td.TdClassName
{
border-color: #AC2955;
}
.TagClassName
{
border-color: #AC2955;
}
</style>