Shades of Lipstick #AA254D
Tints of Lipstick #AA254D
RGB
CMYK
RGB Variations
Color information
#AA254D (or 0xAA254D) is known color: Lipstick. HEX triplet: AA, 25 and 4D. RGB value is (170,37,77). Sum of RGB (Red+Green+Blue) = 170+37+77=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA254D is #55DAB2. Grayscale: #515151. Windows color (decimal): -5626547 or 5055914. OLE color: 5055914.
HSL color Cylindrical-coordinate representation of color #AA254D: hue angle of 341.95º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA254D is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 77 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.33 |
| HSL | 341.95º | 0.64% | 0.41% | - |
| HSV(B) | 341.95º | 0.78% | 0.67% | - |
| XYZ | 18.58 | 10.41 | 8.05 | - |
| YUV | 81.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 77 | 0 | 0.78 | 0.55 | 0.33 | 341.95 | 0.64 | 0.41 |
| Hex | AA | 25 | 4D | 0 | 4E | 37 | 21 | 156 | 40 | 29 |
| Octal | 252 | 45 | 115 | 0 | 116 | 67 | 41 | 526 | 100 | 51 |
| Binary | 10101010 | 100101 | 1001101 | 0 | 1001110 | 110111 | 100001 | 101010110 | 1000000 | 101001 |
Color Harmonies of #AA254D
Complementary color
Monochromatic Colors of #AA254D
Black with #AA254D
Text Example
Text Example
White with #AA254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA254D; }
p { color: rgb(170,37,77); }
H1.HeaderClassName
{
color: #AA254D;
}
.AnyTagClassName
{
color: #AA254D;
}
</style>
background-color css
<style>
a { background-color: #AA254D; }
a { background-color: rgb(170,37,77); }
div.DivClassName
{
background-color: #AA254D;
}
.BgClassName
{
background-color: #AA254D;
}
</style>
border-color css
<style>
span { border-color: #AA254D; }
span { border-color: rgb(170,37,77); }
td.TdClassName
{
border-color: #AA254D;
}
.TagClassName
{
border-color: #AA254D;
}
</style>