Shades of Lipstick #AC2355
Tints of Lipstick #AC2355
RGB
CMYK
RGB Variations
Color information
#AC2355 (or 0xAC2355) is known color: Lipstick. HEX triplet: AC, 23 and 55. RGB value is (172,35,85). Sum of RGB (Red+Green+Blue) = 172+35+85=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2355 is #53DCAA. Grayscale: #515151. Windows color (decimal): -5495979 or 5579692. OLE color: 5579692.
HSL color Cylindrical-coordinate representation of color #AC2355: hue angle of 338.1º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2355 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 85 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.33 |
| HSL | 338.1º | 0.66% | 0.41% | - |
| HSV(B) | 338.1º | 0.8% | 0.67% | - |
| XYZ | 19.25 | 10.63 | 9.63 | - |
| YUV | 81.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 85 | 0 | 0.80 | 0.51 | 0.33 | 338.1 | 0.66 | 0.41 |
| Hex | AC | 23 | 55 | 0 | 50 | 33 | 21 | 152 | 42 | 29 |
| Octal | 254 | 43 | 125 | 0 | 120 | 63 | 41 | 522 | 102 | 51 |
| Binary | 10101100 | 100011 | 1010101 | 0 | 1010000 | 110011 | 100001 | 101010010 | 1000010 | 101001 |
Color Harmonies of #AC2355
Complementary color
Monochromatic Colors of #AC2355
Black with #AC2355
Text Example
Text Example
White with #AC2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2355; }
p { color: rgb(172,35,85); }
H1.HeaderClassName
{
color: #AC2355;
}
.AnyTagClassName
{
color: #AC2355;
}
</style>
background-color css
<style>
a { background-color: #AC2355; }
a { background-color: rgb(172,35,85); }
div.DivClassName
{
background-color: #AC2355;
}
.BgClassName
{
background-color: #AC2355;
}
</style>
border-color css
<style>
span { border-color: #AC2355; }
span { border-color: rgb(172,35,85); }
td.TdClassName
{
border-color: #AC2355;
}
.TagClassName
{
border-color: #AC2355;
}
</style>