Shades of Lipstick #A92A54
Tints of Lipstick #A92A54
RGB
CMYK
RGB Variations
Color information
#A92A54 (or 0xA92A54) is known color: Lipstick. HEX triplet: A9, 2A and 54. RGB value is (169,42,84). Sum of RGB (Red+Green+Blue) = 169+42+84=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92A54 is #56D5AB. Grayscale: #545454. Windows color (decimal): -5690796 or 5515945. OLE color: 5515945.
HSL color Cylindrical-coordinate representation of color #A92A54: hue angle of 340.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A54 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 84 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.34 |
| HSL | 340.16º | 0.6% | 0.41% | - |
| HSV(B) | 340.16º | 0.75% | 0.66% | - |
| XYZ | 18.79 | 10.73 | 9.47 | - |
| YUV | 84.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 84 | 0 | 0.75 | 0.50 | 0.34 | 340.16 | 0.6 | 0.41 |
| Hex | A9 | 2A | 54 | 0 | 4B | 32 | 22 | 154 | 3C | 29 |
| Octal | 251 | 52 | 124 | 0 | 113 | 62 | 42 | 524 | 74 | 51 |
| Binary | 10101001 | 101010 | 1010100 | 0 | 1001011 | 110010 | 100010 | 101010100 | 111100 | 101001 |
Color Harmonies of #A92A54
Complementary color
Monochromatic Colors of #A92A54
Black with #A92A54
Text Example
Text Example
White with #A92A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A54; }
p { color: rgb(169,42,84); }
H1.HeaderClassName
{
color: #A92A54;
}
.AnyTagClassName
{
color: #A92A54;
}
</style>
background-color css
<style>
a { background-color: #A92A54; }
a { background-color: rgb(169,42,84); }
div.DivClassName
{
background-color: #A92A54;
}
.BgClassName
{
background-color: #A92A54;
}
</style>
border-color css
<style>
span { border-color: #A92A54; }
span { border-color: rgb(169,42,84); }
td.TdClassName
{
border-color: #A92A54;
}
.TagClassName
{
border-color: #A92A54;
}
</style>