Shades of Lipstick #AC265E
Tints of Lipstick #AC265E
RGB
CMYK
RGB Variations
Color information
#AC265E (or 0xAC265E) is known color: Lipstick. HEX triplet: AC, 26 and 5E. RGB value is (172,38,94). Sum of RGB (Red+Green+Blue) = 172+38+94=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265E is #53D9A1. Grayscale: #545454. Windows color (decimal): -5495202 or 6170284. OLE color: 6170284.
HSL color Cylindrical-coordinate representation of color #AC265E: hue angle of 334.93º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC265E is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 94 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.33 |
| HSL | 334.93º | 0.64% | 0.41% | - |
| HSV(B) | 334.93º | 0.78% | 0.67% | - |
| XYZ | 19.73 | 10.97 | 11.67 | - |
| YUV | 84.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 94 | 0 | 0.78 | 0.45 | 0.33 | 334.93 | 0.64 | 0.41 |
| Hex | AC | 26 | 5E | 0 | 4E | 2D | 21 | 14F | 40 | 29 |
| Octal | 254 | 46 | 136 | 0 | 116 | 55 | 41 | 517 | 100 | 51 |
| Binary | 10101100 | 100110 | 1011110 | 0 | 1001110 | 101101 | 100001 | 101001111 | 1000000 | 101001 |
Color Harmonies of #AC265E
Complementary color
Monochromatic Colors of #AC265E
Black with #AC265E
Text Example
Text Example
White with #AC265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC265E; }
p { color: rgb(172,38,94); }
H1.HeaderClassName
{
color: #AC265E;
}
.AnyTagClassName
{
color: #AC265E;
}
</style>
background-color css
<style>
a { background-color: #AC265E; }
a { background-color: rgb(172,38,94); }
div.DivClassName
{
background-color: #AC265E;
}
.BgClassName
{
background-color: #AC265E;
}
</style>
border-color css
<style>
span { border-color: #AC265E; }
span { border-color: rgb(172,38,94); }
td.TdClassName
{
border-color: #AC265E;
}
.TagClassName
{
border-color: #AC265E;
}
</style>