Shades of Lipstick #AC235E
Tints of Lipstick #AC235E
RGB
CMYK
RGB Variations
Color information
#AC235E (or 0xAC235E) is known color: Lipstick. HEX triplet: AC, 23 and 5E. RGB value is (172,35,94). Sum of RGB (Red+Green+Blue) = 172+35+94=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC235E is #53DCA1. Grayscale: #525252. Windows color (decimal): -5495970 or 6169516. OLE color: 6169516.
HSL color Cylindrical-coordinate representation of color #AC235E: hue angle of 334.16º 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 #AC235E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 94 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.33 |
| HSL | 334.16º | 0.66% | 0.41% | - |
| HSV(B) | 334.16º | 0.8% | 0.67% | - |
| XYZ | 19.63 | 10.78 | 11.64 | - |
| YUV | 82.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 94 | 0 | 0.80 | 0.45 | 0.33 | 334.16 | 0.66 | 0.41 |
| Hex | AC | 23 | 5E | 0 | 50 | 2D | 21 | 14E | 42 | 29 |
| Octal | 254 | 43 | 136 | 0 | 120 | 55 | 41 | 516 | 102 | 51 |
| Binary | 10101100 | 100011 | 1011110 | 0 | 1010000 | 101101 | 100001 | 101001110 | 1000010 | 101001 |
Color Harmonies of #AC235E
Complementary color
Monochromatic Colors of #AC235E
Black with #AC235E
Text Example
Text Example
White with #AC235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC235E; }
p { color: rgb(172,35,94); }
H1.HeaderClassName
{
color: #AC235E;
}
.AnyTagClassName
{
color: #AC235E;
}
</style>
background-color css
<style>
a { background-color: #AC235E; }
a { background-color: rgb(172,35,94); }
div.DivClassName
{
background-color: #AC235E;
}
.BgClassName
{
background-color: #AC235E;
}
</style>
border-color css
<style>
span { border-color: #AC235E; }
span { border-color: rgb(172,35,94); }
td.TdClassName
{
border-color: #AC235E;
}
.TagClassName
{
border-color: #AC235E;
}
</style>