Shades of Lipstick #A92859
Tints of Lipstick #A92859
RGB
CMYK
RGB Variations
Color information
#A92859 (or 0xA92859) is known color: Lipstick. HEX triplet: A9, 28 and 59. RGB value is (169,40,89). Sum of RGB (Red+Green+Blue) = 169+40+89=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A92859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92859 is #56D7A6. Grayscale: #545454. Windows color (decimal): -5691303 or 5843113. OLE color: 5843113.
HSL color Cylindrical-coordinate representation of color #A92859: hue angle of 337.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92859 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 89 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.34 |
| HSL | 337.21º | 0.62% | 0.41% | - |
| HSV(B) | 337.21º | 0.76% | 0.66% | - |
| XYZ | 18.92 | 10.67 | 10.51 | - |
| YUV | 84.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 89 | 0 | 0.76 | 0.47 | 0.34 | 337.21 | 0.62 | 0.41 |
| Hex | A9 | 28 | 59 | 0 | 4C | 2F | 22 | 151 | 3E | 29 |
| Octal | 251 | 50 | 131 | 0 | 114 | 57 | 42 | 521 | 76 | 51 |
| Binary | 10101001 | 101000 | 1011001 | 0 | 1001100 | 101111 | 100010 | 101010001 | 111110 | 101001 |
Color Harmonies of #A92859
Complementary color
Monochromatic Colors of #A92859
Black with #A92859
Text Example
Text Example
White with #A92859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92859; }
p { color: rgb(169,40,89); }
H1.HeaderClassName
{
color: #A92859;
}
.AnyTagClassName
{
color: #A92859;
}
</style>
background-color css
<style>
a { background-color: #A92859; }
a { background-color: rgb(169,40,89); }
div.DivClassName
{
background-color: #A92859;
}
.BgClassName
{
background-color: #A92859;
}
</style>
border-color css
<style>
span { border-color: #A92859; }
span { border-color: rgb(169,40,89); }
td.TdClassName
{
border-color: #A92859;
}
.TagClassName
{
border-color: #A92859;
}
</style>