Shades of Lipstick #AC285E
Tints of Lipstick #AC285E
RGB
CMYK
RGB Variations
Color information
#AC285E (or 0xAC285E) is known color: Lipstick. HEX triplet: AC, 28 and 5E. RGB value is (172,40,94). Sum of RGB (Red+Green+Blue) = 172+40+94=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC285E is #53D7A1. Grayscale: #555555. Windows color (decimal): -5494690 or 6170796. OLE color: 6170796.
HSL color Cylindrical-coordinate representation of color #AC285E: hue angle of 335.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC285E is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 94 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.33 |
| HSL | 335.45º | 0.62% | 0.42% | - |
| HSV(B) | 335.45º | 0.77% | 0.67% | - |
| XYZ | 19.79 | 11.1 | 11.69 | - |
| YUV | 85.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 94 | 0 | 0.77 | 0.45 | 0.33 | 335.45 | 0.62 | 0.42 |
| Hex | AC | 28 | 5E | 0 | 4D | 2D | 21 | 14F | 3E | 2A |
| Octal | 254 | 50 | 136 | 0 | 115 | 55 | 41 | 517 | 76 | 52 |
| Binary | 10101100 | 101000 | 1011110 | 0 | 1001101 | 101101 | 100001 | 101001111 | 111110 | 101010 |
Color Harmonies of #AC285E
Complementary color
Monochromatic Colors of #AC285E
Black with #AC285E
Text Example
Text Example
White with #AC285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC285E; }
p { color: rgb(172,40,94); }
H1.HeaderClassName
{
color: #AC285E;
}
.AnyTagClassName
{
color: #AC285E;
}
</style>
background-color css
<style>
a { background-color: #AC285E; }
a { background-color: rgb(172,40,94); }
div.DivClassName
{
background-color: #AC285E;
}
.BgClassName
{
background-color: #AC285E;
}
</style>
border-color css
<style>
span { border-color: #AC285E; }
span { border-color: rgb(172,40,94); }
td.TdClassName
{
border-color: #AC285E;
}
.TagClassName
{
border-color: #AC285E;
}
</style>