Shades of Lipstick #AC2353
Tints of Lipstick #AC2353
RGB
CMYK
RGB Variations
Color information
#AC2353 (or 0xAC2353) is known color: Lipstick. HEX triplet: AC, 23 and 53. RGB value is (172,35,83). Sum of RGB (Red+Green+Blue) = 172+35+83=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2353 is #53DCAC. Grayscale: #515151. Windows color (decimal): -5495981 or 5448620. OLE color: 5448620.
HSL color Cylindrical-coordinate representation of color #AC2353: hue angle of 338.98º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2353 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 83 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.33 |
| HSL | 338.98º | 0.66% | 0.41% | - |
| HSV(B) | 338.98º | 0.8% | 0.67% | - |
| XYZ | 19.18 | 10.6 | 9.22 | - |
| YUV | 81.44 | 128.89 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 83 | 0 | 0.80 | 0.52 | 0.33 | 338.98 | 0.66 | 0.41 |
| Hex | AC | 23 | 53 | 0 | 50 | 34 | 21 | 153 | 42 | 29 |
| Octal | 254 | 43 | 123 | 0 | 120 | 64 | 41 | 523 | 102 | 51 |
| Binary | 10101100 | 100011 | 1010011 | 0 | 1010000 | 110100 | 100001 | 101010011 | 1000010 | 101001 |
Color Harmonies of #AC2353
Complementary color
Monochromatic Colors of #AC2353
Black with #AC2353
Text Example
Text Example
White with #AC2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2353; }
p { color: rgb(172,35,83); }
H1.HeaderClassName
{
color: #AC2353;
}
.AnyTagClassName
{
color: #AC2353;
}
</style>
background-color css
<style>
a { background-color: #AC2353; }
a { background-color: rgb(172,35,83); }
div.DivClassName
{
background-color: #AC2353;
}
.BgClassName
{
background-color: #AC2353;
}
</style>
border-color css
<style>
span { border-color: #AC2353; }
span { border-color: rgb(172,35,83); }
td.TdClassName
{
border-color: #AC2353;
}
.TagClassName
{
border-color: #AC2353;
}
</style>