Shades of Lipstick #AC2453
Tints of Lipstick #AC2453
RGB
CMYK
RGB Variations
Color information
#AC2453 (or 0xAC2453) is known color: Lipstick. HEX triplet: AC, 24 and 53. RGB value is (172,36,83). Sum of RGB (Red+Green+Blue) = 172+36+83=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2453 is #53DBAC. Grayscale: #515151. Windows color (decimal): -5495725 or 5448876. OLE color: 5448876.
HSL color Cylindrical-coordinate representation of color #AC2453: hue angle of 339.26º 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 #AC2453 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 83 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.33 |
| HSL | 339.26º | 0.65% | 0.41% | - |
| HSV(B) | 339.26º | 0.79% | 0.67% | - |
| XYZ | 19.21 | 10.66 | 9.23 | - |
| YUV | 82.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 83 | 0 | 0.79 | 0.52 | 0.33 | 339.26 | 0.65 | 0.41 |
| Hex | AC | 24 | 53 | 0 | 4F | 34 | 21 | 153 | 41 | 29 |
| Octal | 254 | 44 | 123 | 0 | 117 | 64 | 41 | 523 | 101 | 51 |
| Binary | 10101100 | 100100 | 1010011 | 0 | 1001111 | 110100 | 100001 | 101010011 | 1000001 | 101001 |
Color Harmonies of #AC2453
Complementary color
Monochromatic Colors of #AC2453
Black with #AC2453
Text Example
Text Example
White with #AC2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2453; }
p { color: rgb(172,36,83); }
H1.HeaderClassName
{
color: #AC2453;
}
.AnyTagClassName
{
color: #AC2453;
}
</style>
background-color css
<style>
a { background-color: #AC2453; }
a { background-color: rgb(172,36,83); }
div.DivClassName
{
background-color: #AC2453;
}
.BgClassName
{
background-color: #AC2453;
}
</style>
border-color css
<style>
span { border-color: #AC2453; }
span { border-color: rgb(172,36,83); }
td.TdClassName
{
border-color: #AC2453;
}
.TagClassName
{
border-color: #AC2453;
}
</style>