Shades of Lipstick #AC245A
Tints of Lipstick #AC245A
RGB
CMYK
RGB Variations
Color information
#AC245A (or 0xAC245A) is known color: Lipstick. HEX triplet: AC, 24 and 5A. RGB value is (172,36,90). Sum of RGB (Red+Green+Blue) = 172+36+90=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC245A is #53DBA5. Grayscale: #525252. Windows color (decimal): -5495718 or 5907628. OLE color: 5907628.
HSL color Cylindrical-coordinate representation of color #AC245A: hue angle of 336.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC245A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 90 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.33 |
| HSL | 336.18º | 0.65% | 0.41% | - |
| HSV(B) | 336.18º | 0.79% | 0.67% | - |
| XYZ | 19.49 | 10.77 | 10.72 | - |
| YUV | 82.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 90 | 0 | 0.79 | 0.48 | 0.33 | 336.18 | 0.65 | 0.41 |
| Hex | AC | 24 | 5A | 0 | 4F | 30 | 21 | 150 | 41 | 29 |
| Octal | 254 | 44 | 132 | 0 | 117 | 60 | 41 | 520 | 101 | 51 |
| Binary | 10101100 | 100100 | 1011010 | 0 | 1001111 | 110000 | 100001 | 101010000 | 1000001 | 101001 |
Color Harmonies of #AC245A
Complementary color
Monochromatic Colors of #AC245A
Black with #AC245A
Text Example
Text Example
White with #AC245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC245A; }
p { color: rgb(172,36,90); }
H1.HeaderClassName
{
color: #AC245A;
}
.AnyTagClassName
{
color: #AC245A;
}
</style>
background-color css
<style>
a { background-color: #AC245A; }
a { background-color: rgb(172,36,90); }
div.DivClassName
{
background-color: #AC245A;
}
.BgClassName
{
background-color: #AC245A;
}
</style>
border-color css
<style>
span { border-color: #AC245A; }
span { border-color: rgb(172,36,90); }
td.TdClassName
{
border-color: #AC245A;
}
.TagClassName
{
border-color: #AC245A;
}
</style>