Shades of Lipstick #AC285A
Tints of Lipstick #AC285A
RGB
CMYK
RGB Variations
Color information
#AC285A (or 0xAC285A) is known color: Lipstick. HEX triplet: AC, 28 and 5A. RGB value is (172,40,90). Sum of RGB (Red+Green+Blue) = 172+40+90=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC285A is #53D7A5. Grayscale: #555555. Windows color (decimal): -5494694 or 5908652. OLE color: 5908652.
HSL color Cylindrical-coordinate representation of color #AC285A: hue angle of 337.27º 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 #AC285A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 90 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.33 |
| HSL | 337.27º | 0.62% | 0.42% | - |
| HSV(B) | 337.27º | 0.77% | 0.67% | - |
| XYZ | 19.62 | 11.03 | 10.77 | - |
| YUV | 85.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 90 | 0 | 0.77 | 0.48 | 0.33 | 337.27 | 0.62 | 0.42 |
| Hex | AC | 28 | 5A | 0 | 4D | 30 | 21 | 151 | 3E | 2A |
| Octal | 254 | 50 | 132 | 0 | 115 | 60 | 41 | 521 | 76 | 52 |
| Binary | 10101100 | 101000 | 1011010 | 0 | 1001101 | 110000 | 100001 | 101010001 | 111110 | 101010 |
Color Harmonies of #AC285A
Complementary color
Monochromatic Colors of #AC285A
Black with #AC285A
Text Example
Text Example
White with #AC285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC285A; }
p { color: rgb(172,40,90); }
H1.HeaderClassName
{
color: #AC285A;
}
.AnyTagClassName
{
color: #AC285A;
}
</style>
background-color css
<style>
a { background-color: #AC285A; }
a { background-color: rgb(172,40,90); }
div.DivClassName
{
background-color: #AC285A;
}
.BgClassName
{
background-color: #AC285A;
}
</style>
border-color css
<style>
span { border-color: #AC285A; }
span { border-color: rgb(172,40,90); }
td.TdClassName
{
border-color: #AC285A;
}
.TagClassName
{
border-color: #AC285A;
}
</style>