Shades of Lipstick #AC2753
Tints of Lipstick #AC2753
RGB
CMYK
RGB Variations
Color information
#AC2753 (or 0xAC2753) is known color: Lipstick. HEX triplet: AC, 27 and 53. RGB value is (172,39,83). Sum of RGB (Red+Green+Blue) = 172+39+83=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2753 is #53D8AC. Grayscale: #535353. Windows color (decimal): -5494957 or 5449644. OLE color: 5449644.
HSL color Cylindrical-coordinate representation of color #AC2753: hue angle of 340.15º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2753 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 83 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.33 |
| HSL | 340.15º | 0.63% | 0.41% | - |
| HSV(B) | 340.15º | 0.77% | 0.67% | - |
| XYZ | 19.3 | 10.85 | 9.26 | - |
| YUV | 83.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 83 | 0 | 0.77 | 0.52 | 0.33 | 340.15 | 0.63 | 0.41 |
| Hex | AC | 27 | 53 | 0 | 4D | 34 | 21 | 154 | 3F | 29 |
| Octal | 254 | 47 | 123 | 0 | 115 | 64 | 41 | 524 | 77 | 51 |
| Binary | 10101100 | 100111 | 1010011 | 0 | 1001101 | 110100 | 100001 | 101010100 | 111111 | 101001 |
Color Harmonies of #AC2753
Complementary color
Monochromatic Colors of #AC2753
Black with #AC2753
Text Example
Text Example
White with #AC2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2753; }
p { color: rgb(172,39,83); }
H1.HeaderClassName
{
color: #AC2753;
}
.AnyTagClassName
{
color: #AC2753;
}
</style>
background-color css
<style>
a { background-color: #AC2753; }
a { background-color: rgb(172,39,83); }
div.DivClassName
{
background-color: #AC2753;
}
.BgClassName
{
background-color: #AC2753;
}
</style>
border-color css
<style>
span { border-color: #AC2753; }
span { border-color: rgb(172,39,83); }
td.TdClassName
{
border-color: #AC2753;
}
.TagClassName
{
border-color: #AC2753;
}
</style>