Shades of Lipstick #AC225A
Tints of Lipstick #AC225A
RGB
CMYK
RGB Variations
Color information
#AC225A (or 0xAC225A) is known color: Lipstick. HEX triplet: AC, 22 and 5A. RGB value is (172,34,90). Sum of RGB (Red+Green+Blue) = 172+34+90=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC225A is #53DDA5. Grayscale: #515151. Windows color (decimal): -5496230 or 5907116. OLE color: 5907116.
HSL color Cylindrical-coordinate representation of color #AC225A: hue angle of 335.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC225A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 90 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.33 |
| HSL | 335.65º | 0.67% | 0.4% | - |
| HSV(B) | 335.65º | 0.8% | 0.67% | - |
| XYZ | 19.43 | 10.65 | 10.7 | - |
| YUV | 81.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 90 | 0 | 0.80 | 0.48 | 0.33 | 335.65 | 0.67 | 0.4 |
| Hex | AC | 22 | 5A | 0 | 50 | 30 | 21 | 150 | 43 | 28 |
| Octal | 254 | 42 | 132 | 0 | 120 | 60 | 41 | 520 | 103 | 50 |
| Binary | 10101100 | 100010 | 1011010 | 0 | 1010000 | 110000 | 100001 | 101010000 | 1000011 | 101000 |
Color Harmonies of #AC225A
Complementary color
Monochromatic Colors of #AC225A
Black with #AC225A
Text Example
Text Example
White with #AC225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC225A; }
p { color: rgb(172,34,90); }
H1.HeaderClassName
{
color: #AC225A;
}
.AnyTagClassName
{
color: #AC225A;
}
</style>
background-color css
<style>
a { background-color: #AC225A; }
a { background-color: rgb(172,34,90); }
div.DivClassName
{
background-color: #AC225A;
}
.BgClassName
{
background-color: #AC225A;
}
</style>
border-color css
<style>
span { border-color: #AC225A; }
span { border-color: rgb(172,34,90); }
td.TdClassName
{
border-color: #AC225A;
}
.TagClassName
{
border-color: #AC225A;
}
</style>