Shades of Lipstick #AC2755
Tints of Lipstick #AC2755
RGB
CMYK
RGB Variations
Color information
#AC2755 (or 0xAC2755) is known color: Lipstick. HEX triplet: AC, 27 and 55. RGB value is (172,39,85). Sum of RGB (Red+Green+Blue) = 172+39+85=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2755 is #53D8AA. Grayscale: #535353. Windows color (decimal): -5494955 or 5580716. OLE color: 5580716.
HSL color Cylindrical-coordinate representation of color #AC2755: hue angle of 339.25º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2755 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 85 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.33 |
| HSL | 339.25º | 0.63% | 0.41% | - |
| HSV(B) | 339.25º | 0.77% | 0.67% | - |
| XYZ | 19.38 | 10.88 | 9.67 | - |
| YUV | 84.01 | 128.56 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 85 | 0 | 0.77 | 0.51 | 0.33 | 339.25 | 0.63 | 0.41 |
| Hex | AC | 27 | 55 | 0 | 4D | 33 | 21 | 153 | 3F | 29 |
| Octal | 254 | 47 | 125 | 0 | 115 | 63 | 41 | 523 | 77 | 51 |
| Binary | 10101100 | 100111 | 1010101 | 0 | 1001101 | 110011 | 100001 | 101010011 | 111111 | 101001 |
Color Harmonies of #AC2755
Complementary color
Monochromatic Colors of #AC2755
Black with #AC2755
Text Example
Text Example
White with #AC2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2755; }
p { color: rgb(172,39,85); }
H1.HeaderClassName
{
color: #AC2755;
}
.AnyTagClassName
{
color: #AC2755;
}
</style>
background-color css
<style>
a { background-color: #AC2755; }
a { background-color: rgb(172,39,85); }
div.DivClassName
{
background-color: #AC2755;
}
.BgClassName
{
background-color: #AC2755;
}
</style>
border-color css
<style>
span { border-color: #AC2755; }
span { border-color: rgb(172,39,85); }
td.TdClassName
{
border-color: #AC2755;
}
.TagClassName
{
border-color: #AC2755;
}
</style>