Shades of Lipstick #A92A5E
Tints of Lipstick #A92A5E
RGB
CMYK
RGB Variations
Color information
#A92A5E (or 0xA92A5E) is known color: Lipstick. HEX triplet: A9, 2A and 5E. RGB value is (169,42,94). Sum of RGB (Red+Green+Blue) = 169+42+94=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92A5E is #56D5A1. Grayscale: #555555. Windows color (decimal): -5690786 or 6171305. OLE color: 6171305.
HSL color Cylindrical-coordinate representation of color #A92A5E: hue angle of 335.43º 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 #A92A5E is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 94 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.34 |
| HSL | 335.43º | 0.6% | 0.41% | - |
| HSV(B) | 335.43º | 0.75% | 0.66% | - |
| XYZ | 19.21 | 10.9 | 11.68 | - |
| YUV | 85.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 94 | 0 | 0.75 | 0.44 | 0.34 | 335.43 | 0.6 | 0.41 |
| Hex | A9 | 2A | 5E | 0 | 4B | 2C | 22 | 14F | 3C | 29 |
| Octal | 251 | 52 | 136 | 0 | 113 | 54 | 42 | 517 | 74 | 51 |
| Binary | 10101001 | 101010 | 1011110 | 0 | 1001011 | 101100 | 100010 | 101001111 | 111100 | 101001 |
Color Harmonies of #A92A5E
Complementary color
Monochromatic Colors of #A92A5E
Black with #A92A5E
Text Example
Text Example
White with #A92A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A5E; }
p { color: rgb(169,42,94); }
H1.HeaderClassName
{
color: #A92A5E;
}
.AnyTagClassName
{
color: #A92A5E;
}
</style>
background-color css
<style>
a { background-color: #A92A5E; }
a { background-color: rgb(169,42,94); }
div.DivClassName
{
background-color: #A92A5E;
}
.BgClassName
{
background-color: #A92A5E;
}
</style>
border-color css
<style>
span { border-color: #A92A5E; }
span { border-color: rgb(169,42,94); }
td.TdClassName
{
border-color: #A92A5E;
}
.TagClassName
{
border-color: #A92A5E;
}
</style>