Shades of Lipstick #AA1B4D
Tints of Lipstick #AA1B4D
RGB
CMYK
RGB Variations
Color information
#AA1B4D (or 0xAA1B4D) is known color: Lipstick. HEX triplet: AA, 1B and 4D. RGB value is (170,27,77). Sum of RGB (Red+Green+Blue) = 170+27+77=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B4D is #55E4B2. Grayscale: #4B4B4B. Windows color (decimal): -5629107 or 5053354. OLE color: 5053354.
HSL color Cylindrical-coordinate representation of color #AA1B4D: hue angle of 339.02º 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 #AA1B4D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 77 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.33 |
| HSL | 339.02º | 0.73% | 0.39% | - |
| HSV(B) | 339.02º | 0.84% | 0.67% | - |
| XYZ | 18.31 | 9.87 | 7.96 | - |
| YUV | 75.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 77 | 0 | 0.84 | 0.55 | 0.33 | 339.02 | 0.73 | 0.39 |
| Hex | AA | 1B | 4D | 0 | 54 | 37 | 21 | 153 | 49 | 27 |
| Octal | 252 | 33 | 115 | 0 | 124 | 67 | 41 | 523 | 111 | 47 |
| Binary | 10101010 | 11011 | 1001101 | 0 | 1010100 | 110111 | 100001 | 101010011 | 1001001 | 100111 |
Color Harmonies of #AA1B4D
Complementary color
Monochromatic Colors of #AA1B4D
Black with #AA1B4D
Text Example
Text Example
White with #AA1B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B4D; }
p { color: rgb(170,27,77); }
H1.HeaderClassName
{
color: #AA1B4D;
}
.AnyTagClassName
{
color: #AA1B4D;
}
</style>
background-color css
<style>
a { background-color: #AA1B4D; }
a { background-color: rgb(170,27,77); }
div.DivClassName
{
background-color: #AA1B4D;
}
.BgClassName
{
background-color: #AA1B4D;
}
</style>
border-color css
<style>
span { border-color: #AA1B4D; }
span { border-color: rgb(170,27,77); }
td.TdClassName
{
border-color: #AA1B4D;
}
.TagClassName
{
border-color: #AA1B4D;
}
</style>