Shades of Lipstick #AC265F
Tints of Lipstick #AC265F
RGB
CMYK
RGB Variations
Color information
#AC265F (or 0xAC265F) is known color: Lipstick. HEX triplet: AC, 26 and 5F. RGB value is (172,38,95). Sum of RGB (Red+Green+Blue) = 172+38+95=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265F is #53D9A0. Grayscale: #545454. Windows color (decimal): -5495201 or 6235820. OLE color: 6235820.
HSL color Cylindrical-coordinate representation of color #AC265F: hue angle of 334.48º 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 #AC265F is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 95 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.33 |
| HSL | 334.48º | 0.64% | 0.41% | - |
| HSV(B) | 334.48º | 0.78% | 0.67% | - |
| XYZ | 19.77 | 10.98 | 11.9 | - |
| YUV | 84.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 95 | 0 | 0.78 | 0.45 | 0.33 | 334.48 | 0.64 | 0.41 |
| Hex | AC | 26 | 5F | 0 | 4E | 2D | 21 | 14E | 40 | 29 |
| Octal | 254 | 46 | 137 | 0 | 116 | 55 | 41 | 516 | 100 | 51 |
| Binary | 10101100 | 100110 | 1011111 | 0 | 1001110 | 101101 | 100001 | 101001110 | 1000000 | 101001 |
Color Harmonies of #AC265F
Complementary color
Monochromatic Colors of #AC265F
Black with #AC265F
Text Example
Text Example
White with #AC265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC265F; }
p { color: rgb(172,38,95); }
H1.HeaderClassName
{
color: #AC265F;
}
.AnyTagClassName
{
color: #AC265F;
}
</style>
background-color css
<style>
a { background-color: #AC265F; }
a { background-color: rgb(172,38,95); }
div.DivClassName
{
background-color: #AC265F;
}
.BgClassName
{
background-color: #AC265F;
}
</style>
border-color css
<style>
span { border-color: #AC265F; }
span { border-color: rgb(172,38,95); }
td.TdClassName
{
border-color: #AC265F;
}
.TagClassName
{
border-color: #AC265F;
}
</style>