Shades of Lipstick #AA1C48
Tints of Lipstick #AA1C48
RGB
CMYK
RGB Variations
Color information
#AA1C48 (or 0xAA1C48) is known color: Lipstick. HEX triplet: AA, 1C and 48. RGB value is (170,28,72). Sum of RGB (Red+Green+Blue) = 170+28+72=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C48 is #55E3B7. Grayscale: #4B4B4B. Windows color (decimal): -5628856 or 4725930. OLE color: 4725930.
HSL color Cylindrical-coordinate representation of color #AA1C48: hue angle of 341.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C48 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 72 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.33 |
| HSL | 341.41º | 0.72% | 0.39% | - |
| HSV(B) | 341.41º | 0.84% | 0.67% | - |
| XYZ | 18.16 | 9.84 | 7.07 | - |
| YUV | 75.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 72 | 0 | 0.84 | 0.58 | 0.33 | 341.41 | 0.72 | 0.39 |
| Hex | AA | 1C | 48 | 0 | 54 | 3A | 21 | 155 | 48 | 27 |
| Octal | 252 | 34 | 110 | 0 | 124 | 72 | 41 | 525 | 110 | 47 |
| Binary | 10101010 | 11100 | 1001000 | 0 | 1010100 | 111010 | 100001 | 101010101 | 1001000 | 100111 |
Color Harmonies of #AA1C48
Complementary color
Monochromatic Colors of #AA1C48
Black with #AA1C48
Text Example
Text Example
White with #AA1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C48; }
p { color: rgb(170,28,72); }
H1.HeaderClassName
{
color: #AA1C48;
}
.AnyTagClassName
{
color: #AA1C48;
}
</style>
background-color css
<style>
a { background-color: #AA1C48; }
a { background-color: rgb(170,28,72); }
div.DivClassName
{
background-color: #AA1C48;
}
.BgClassName
{
background-color: #AA1C48;
}
</style>
border-color css
<style>
span { border-color: #AA1C48; }
span { border-color: rgb(170,28,72); }
td.TdClassName
{
border-color: #AA1C48;
}
.TagClassName
{
border-color: #AA1C48;
}
</style>