Shades of Lipstick #AA1D4F
Tints of Lipstick #AA1D4F
RGB
CMYK
RGB Variations
Color information
#AA1D4F (or 0xAA1D4F) is known color: Lipstick. HEX triplet: AA, 1D and 4F. RGB value is (170,29,79). Sum of RGB (Red+Green+Blue) = 170+29+79=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D4F is #55E2B0. Grayscale: #4C4C4C. Windows color (decimal): -5628593 or 5184938. OLE color: 5184938.
HSL color Cylindrical-coordinate representation of color #AA1D4F: hue angle of 338.72º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D4F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 79 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.33 |
| HSL | 338.72º | 0.71% | 0.39% | - |
| HSV(B) | 338.72º | 0.83% | 0.67% | - |
| XYZ | 18.43 | 9.99 | 8.35 | - |
| YUV | 76.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 79 | 0 | 0.83 | 0.54 | 0.33 | 338.72 | 0.71 | 0.39 |
| Hex | AA | 1D | 4F | 0 | 53 | 36 | 21 | 153 | 47 | 27 |
| Octal | 252 | 35 | 117 | 0 | 123 | 66 | 41 | 523 | 107 | 47 |
| Binary | 10101010 | 11101 | 1001111 | 0 | 1010011 | 110110 | 100001 | 101010011 | 1000111 | 100111 |
Color Harmonies of #AA1D4F
Complementary color
Monochromatic Colors of #AA1D4F
Black with #AA1D4F
Text Example
Text Example
White with #AA1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D4F; }
p { color: rgb(170,29,79); }
H1.HeaderClassName
{
color: #AA1D4F;
}
.AnyTagClassName
{
color: #AA1D4F;
}
</style>
background-color css
<style>
a { background-color: #AA1D4F; }
a { background-color: rgb(170,29,79); }
div.DivClassName
{
background-color: #AA1D4F;
}
.BgClassName
{
background-color: #AA1D4F;
}
</style>
border-color css
<style>
span { border-color: #AA1D4F; }
span { border-color: rgb(170,29,79); }
td.TdClassName
{
border-color: #AA1D4F;
}
.TagClassName
{
border-color: #AA1D4F;
}
</style>