Shades of Lipstick #AC2250
Tints of Lipstick #AC2250
RGB
CMYK
RGB Variations
Color information
#AC2250 (or 0xAC2250) is known color: Lipstick. HEX triplet: AC, 22 and 50. RGB value is (172,34,80). Sum of RGB (Red+Green+Blue) = 172+34+80=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2250 is #53DDAF. Grayscale: #505050. Windows color (decimal): -5496240 or 5251756. OLE color: 5251756.
HSL color Cylindrical-coordinate representation of color #AC2250: hue angle of 340º 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 #AC2250 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 80 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.33 |
| HSL | 340º | 0.67% | 0.4% | - |
| HSV(B) | 340º | 0.8% | 0.67% | - |
| XYZ | 19.03 | 10.49 | 8.61 | - |
| YUV | 80.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 80 | 0 | 0.80 | 0.53 | 0.33 | 340 | 0.67 | 0.4 |
| Hex | AC | 22 | 50 | 0 | 50 | 35 | 21 | 154 | 43 | 28 |
| Octal | 254 | 42 | 120 | 0 | 120 | 65 | 41 | 524 | 103 | 50 |
| Binary | 10101100 | 100010 | 1010000 | 0 | 1010000 | 110101 | 100001 | 101010100 | 1000011 | 101000 |
Color Harmonies of #AC2250
Complementary color
Monochromatic Colors of #AC2250
Black with #AC2250
Text Example
Text Example
White with #AC2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2250; }
p { color: rgb(172,34,80); }
H1.HeaderClassName
{
color: #AC2250;
}
.AnyTagClassName
{
color: #AC2250;
}
</style>
background-color css
<style>
a { background-color: #AC2250; }
a { background-color: rgb(172,34,80); }
div.DivClassName
{
background-color: #AC2250;
}
.BgClassName
{
background-color: #AC2250;
}
</style>
border-color css
<style>
span { border-color: #AC2250; }
span { border-color: rgb(172,34,80); }
td.TdClassName
{
border-color: #AC2250;
}
.TagClassName
{
border-color: #AC2250;
}
</style>