Shades of Lipstick #AC2555
Tints of Lipstick #AC2555
RGB
CMYK
RGB Variations
Color information
#AC2555 (or 0xAC2555) is known color: Lipstick. HEX triplet: AC, 25 and 55. RGB value is (172,37,85). Sum of RGB (Red+Green+Blue) = 172+37+85=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2555 is #53DAAA. Grayscale: #525252. Windows color (decimal): -5495467 or 5580204. OLE color: 5580204.
HSL color Cylindrical-coordinate representation of color #AC2555: hue angle of 338.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2555 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 85 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.33 |
| HSL | 338.67º | 0.65% | 0.41% | - |
| HSV(B) | 338.67º | 0.78% | 0.67% | - |
| XYZ | 19.31 | 10.75 | 9.65 | - |
| YUV | 82.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 85 | 0 | 0.78 | 0.51 | 0.33 | 338.67 | 0.65 | 0.41 |
| Hex | AC | 25 | 55 | 0 | 4E | 33 | 21 | 153 | 41 | 29 |
| Octal | 254 | 45 | 125 | 0 | 116 | 63 | 41 | 523 | 101 | 51 |
| Binary | 10101100 | 100101 | 1010101 | 0 | 1001110 | 110011 | 100001 | 101010011 | 1000001 | 101001 |
Color Harmonies of #AC2555
Complementary color
Monochromatic Colors of #AC2555
Black with #AC2555
Text Example
Text Example
White with #AC2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2555; }
p { color: rgb(172,37,85); }
H1.HeaderClassName
{
color: #AC2555;
}
.AnyTagClassName
{
color: #AC2555;
}
</style>
background-color css
<style>
a { background-color: #AC2555; }
a { background-color: rgb(172,37,85); }
div.DivClassName
{
background-color: #AC2555;
}
.BgClassName
{
background-color: #AC2555;
}
</style>
border-color css
<style>
span { border-color: #AC2555; }
span { border-color: rgb(172,37,85); }
td.TdClassName
{
border-color: #AC2555;
}
.TagClassName
{
border-color: #AC2555;
}
</style>