Shades of Lipstick #AC295A
Tints of Lipstick #AC295A
RGB
CMYK
RGB Variations
Color information
#AC295A (or 0xAC295A) is known color: Lipstick. HEX triplet: AC, 29 and 5A. RGB value is (172,41,90). Sum of RGB (Red+Green+Blue) = 172+41+90=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC295A is #53D6A5. Grayscale: #555555. Windows color (decimal): -5494438 or 5908908. OLE color: 5908908.
HSL color Cylindrical-coordinate representation of color #AC295A: hue angle of 337.56º 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 #AC295A is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 41 | 90 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.33 |
| HSL | 337.56º | 0.62% | 0.42% | - |
| HSV(B) | 337.56º | 0.76% | 0.67% | - |
| XYZ | 19.65 | 11.09 | 10.78 | - |
| YUV | 85.76 | 130.4 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 90 | 0 | 0.76 | 0.48 | 0.33 | 337.56 | 0.62 | 0.42 |
| Hex | AC | 29 | 5A | 0 | 4C | 30 | 21 | 152 | 3E | 2A |
| Octal | 254 | 51 | 132 | 0 | 114 | 60 | 41 | 522 | 76 | 52 |
| Binary | 10101100 | 101001 | 1011010 | 0 | 1001100 | 110000 | 100001 | 101010010 | 111110 | 101010 |
Color Harmonies of #AC295A
Complementary color
Monochromatic Colors of #AC295A
Black with #AC295A
Text Example
Text Example
White with #AC295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC295A; }
p { color: rgb(172,41,90); }
H1.HeaderClassName
{
color: #AC295A;
}
.AnyTagClassName
{
color: #AC295A;
}
</style>
background-color css
<style>
a { background-color: #AC295A; }
a { background-color: rgb(172,41,90); }
div.DivClassName
{
background-color: #AC295A;
}
.BgClassName
{
background-color: #AC295A;
}
</style>
border-color css
<style>
span { border-color: #AC295A; }
span { border-color: rgb(172,41,90); }
td.TdClassName
{
border-color: #AC295A;
}
.TagClassName
{
border-color: #AC295A;
}
</style>