Shades of Lipstick #AC2257
Tints of Lipstick #AC2257
RGB
CMYK
RGB Variations
Color information
#AC2257 (or 0xAC2257) is known color: Lipstick. HEX triplet: AC, 22 and 57. RGB value is (172,34,87). Sum of RGB (Red+Green+Blue) = 172+34+87=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2257 is #53DDA8. Grayscale: #515151. Windows color (decimal): -5496233 or 5710508. OLE color: 5710508.
HSL color Cylindrical-coordinate representation of color #AC2257: hue angle of 336.96º 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 #AC2257 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 87 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.33 |
| HSL | 336.96º | 0.67% | 0.4% | - |
| HSV(B) | 336.96º | 0.8% | 0.67% | - |
| XYZ | 19.31 | 10.6 | 10.05 | - |
| YUV | 81.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 87 | 0 | 0.80 | 0.49 | 0.33 | 336.96 | 0.67 | 0.4 |
| Hex | AC | 22 | 57 | 0 | 50 | 31 | 21 | 151 | 43 | 28 |
| Octal | 254 | 42 | 127 | 0 | 120 | 61 | 41 | 521 | 103 | 50 |
| Binary | 10101100 | 100010 | 1010111 | 0 | 1010000 | 110001 | 100001 | 101010001 | 1000011 | 101000 |
Color Harmonies of #AC2257
Complementary color
Monochromatic Colors of #AC2257
Black with #AC2257
Text Example
Text Example
White with #AC2257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2257; }
p { color: rgb(172,34,87); }
H1.HeaderClassName
{
color: #AC2257;
}
.AnyTagClassName
{
color: #AC2257;
}
</style>
background-color css
<style>
a { background-color: #AC2257; }
a { background-color: rgb(172,34,87); }
div.DivClassName
{
background-color: #AC2257;
}
.BgClassName
{
background-color: #AC2257;
}
</style>
border-color css
<style>
span { border-color: #AC2257; }
span { border-color: rgb(172,34,87); }
td.TdClassName
{
border-color: #AC2257;
}
.TagClassName
{
border-color: #AC2257;
}
</style>