Shades of Lipstick #A92156
Tints of Lipstick #A92156
RGB
CMYK
RGB Variations
Color information
#A92156 (or 0xA92156) is known color: Lipstick. HEX triplet: A9, 21 and 56. RGB value is (169,33,86). Sum of RGB (Red+Green+Blue) = 169+33+86=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A92156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92156 is #56DEA9. Grayscale: #4F4F4F. Windows color (decimal): -5693098 or 5644713. OLE color: 5644713.
HSL color Cylindrical-coordinate representation of color #A92156: hue angle of 336.62º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92156 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 86 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.34 |
| HSL | 336.62º | 0.67% | 0.4% | - |
| HSV(B) | 336.62º | 0.8% | 0.66% | - |
| XYZ | 18.59 | 10.19 | 9.79 | - |
| YUV | 79.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 86 | 0 | 0.80 | 0.49 | 0.34 | 336.62 | 0.67 | 0.4 |
| Hex | A9 | 21 | 56 | 0 | 50 | 31 | 22 | 151 | 43 | 28 |
| Octal | 251 | 41 | 126 | 0 | 120 | 61 | 42 | 521 | 103 | 50 |
| Binary | 10101001 | 100001 | 1010110 | 0 | 1010000 | 110001 | 100010 | 101010001 | 1000011 | 101000 |
Color Harmonies of #A92156
Complementary color
Monochromatic Colors of #A92156
Black with #A92156
Text Example
Text Example
White with #A92156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92156; }
p { color: rgb(169,33,86); }
H1.HeaderClassName
{
color: #A92156;
}
.AnyTagClassName
{
color: #A92156;
}
</style>
background-color css
<style>
a { background-color: #A92156; }
a { background-color: rgb(169,33,86); }
div.DivClassName
{
background-color: #A92156;
}
.BgClassName
{
background-color: #A92156;
}
</style>
border-color css
<style>
span { border-color: #A92156; }
span { border-color: rgb(169,33,86); }
td.TdClassName
{
border-color: #A92156;
}
.TagClassName
{
border-color: #A92156;
}
</style>