Shades of Lipstick #AA275A
Tints of Lipstick #AA275A
RGB
CMYK
RGB Variations
Color information
#AA275A (or 0xAA275A) is known color: Lipstick. HEX triplet: AA, 27 and 5A. RGB value is (170,39,90). Sum of RGB (Red+Green+Blue) = 170+39+90=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA275A is #55D8A5. Grayscale: #535353. Windows color (decimal): -5626022 or 5908394. OLE color: 5908394.
HSL color Cylindrical-coordinate representation of color #AA275A: hue angle of 336.64º 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 #AA275A is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 90 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.33 |
| HSL | 336.64º | 0.63% | 0.41% | - |
| HSV(B) | 336.64º | 0.77% | 0.67% | - |
| XYZ | 19.15 | 10.74 | 10.74 | - |
| YUV | 83.98 | 131.4 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 90 | 0 | 0.77 | 0.47 | 0.33 | 336.64 | 0.63 | 0.41 |
| Hex | AA | 27 | 5A | 0 | 4D | 2F | 21 | 151 | 3F | 29 |
| Octal | 252 | 47 | 132 | 0 | 115 | 57 | 41 | 521 | 77 | 51 |
| Binary | 10101010 | 100111 | 1011010 | 0 | 1001101 | 101111 | 100001 | 101010001 | 111111 | 101001 |
Color Harmonies of #AA275A
Complementary color
Monochromatic Colors of #AA275A
Black with #AA275A
Text Example
Text Example
White with #AA275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA275A; }
p { color: rgb(170,39,90); }
H1.HeaderClassName
{
color: #AA275A;
}
.AnyTagClassName
{
color: #AA275A;
}
</style>
background-color css
<style>
a { background-color: #AA275A; }
a { background-color: rgb(170,39,90); }
div.DivClassName
{
background-color: #AA275A;
}
.BgClassName
{
background-color: #AA275A;
}
</style>
border-color css
<style>
span { border-color: #AA275A; }
span { border-color: rgb(170,39,90); }
td.TdClassName
{
border-color: #AA275A;
}
.TagClassName
{
border-color: #AA275A;
}
</style>