Shades of Lipstick #AA1B47
Tints of Lipstick #AA1B47
RGB
CMYK
RGB Variations
Color information
#AA1B47 (or 0xAA1B47) is known color: Lipstick. HEX triplet: AA, 1B and 47. RGB value is (170,27,71). Sum of RGB (Red+Green+Blue) = 170+27+71=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B47 is #55E4B8. Grayscale: #4A4A4A. Windows color (decimal): -5629113 or 4660138. OLE color: 4660138.
HSL color Cylindrical-coordinate representation of color #AA1B47: hue angle of 341.54º degrees, saturation: 0.73, 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 #AA1B47 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 71 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.33 |
| HSL | 341.54º | 0.73% | 0.39% | - |
| HSV(B) | 341.54º | 0.84% | 0.67% | - |
| XYZ | 18.11 | 9.78 | 6.9 | - |
| YUV | 74.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 71 | 0 | 0.84 | 0.58 | 0.33 | 341.54 | 0.73 | 0.39 |
| Hex | AA | 1B | 47 | 0 | 54 | 3A | 21 | 156 | 49 | 27 |
| Octal | 252 | 33 | 107 | 0 | 124 | 72 | 41 | 526 | 111 | 47 |
| Binary | 10101010 | 11011 | 1000111 | 0 | 1010100 | 111010 | 100001 | 101010110 | 1001001 | 100111 |
Color Harmonies of #AA1B47
Complementary color
Monochromatic Colors of #AA1B47
Black with #AA1B47
Text Example
Text Example
White with #AA1B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B47; }
p { color: rgb(170,27,71); }
H1.HeaderClassName
{
color: #AA1B47;
}
.AnyTagClassName
{
color: #AA1B47;
}
</style>
background-color css
<style>
a { background-color: #AA1B47; }
a { background-color: rgb(170,27,71); }
div.DivClassName
{
background-color: #AA1B47;
}
.BgClassName
{
background-color: #AA1B47;
}
</style>
border-color css
<style>
span { border-color: #AA1B47; }
span { border-color: rgb(170,27,71); }
td.TdClassName
{
border-color: #AA1B47;
}
.TagClassName
{
border-color: #AA1B47;
}
</style>