Shades of Lipstick #AC275A
Tints of Lipstick #AC275A
RGB
CMYK
RGB Variations
Color information
#AC275A (or 0xAC275A) is known color: Lipstick. HEX triplet: AC, 27 and 5A. RGB value is (172,39,90). Sum of RGB (Red+Green+Blue) = 172+39+90=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC275A is #53D8A5. Grayscale: #545454. Windows color (decimal): -5494950 or 5908396. OLE color: 5908396.
HSL color Cylindrical-coordinate representation of color #AC275A: hue angle of 336.99º 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 #AC275A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 90 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.33 |
| HSL | 336.99º | 0.63% | 0.41% | - |
| HSV(B) | 336.99º | 0.77% | 0.67% | - |
| XYZ | 19.58 | 10.96 | 10.76 | - |
| YUV | 84.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 90 | 0 | 0.77 | 0.48 | 0.33 | 336.99 | 0.63 | 0.41 |
| Hex | AC | 27 | 5A | 0 | 4D | 30 | 21 | 151 | 3F | 29 |
| Octal | 254 | 47 | 132 | 0 | 115 | 60 | 41 | 521 | 77 | 51 |
| Binary | 10101100 | 100111 | 1011010 | 0 | 1001101 | 110000 | 100001 | 101010001 | 111111 | 101001 |
Color Harmonies of #AC275A
Complementary color
Monochromatic Colors of #AC275A
Black with #AC275A
Text Example
Text Example
White with #AC275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC275A; }
p { color: rgb(172,39,90); }
H1.HeaderClassName
{
color: #AC275A;
}
.AnyTagClassName
{
color: #AC275A;
}
</style>
background-color css
<style>
a { background-color: #AC275A; }
a { background-color: rgb(172,39,90); }
div.DivClassName
{
background-color: #AC275A;
}
.BgClassName
{
background-color: #AC275A;
}
</style>
border-color css
<style>
span { border-color: #AC275A; }
span { border-color: rgb(172,39,90); }
td.TdClassName
{
border-color: #AC275A;
}
.TagClassName
{
border-color: #AC275A;
}
</style>