Shades of Lipstick #A92955
Tints of Lipstick #A92955
RGB
CMYK
RGB Variations
Color information
#A92955 (or 0xA92955) is known color: Lipstick. HEX triplet: A9, 29 and 55. RGB value is (169,41,85). Sum of RGB (Red+Green+Blue) = 169+41+85=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A92955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92955 is #56D6AA. Grayscale: #545454. Windows color (decimal): -5691051 or 5581225. OLE color: 5581225.
HSL color Cylindrical-coordinate representation of color #A92955: hue angle of 339.38º degrees, saturation: 0.61, 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 #A92955 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 85 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.34 |
| HSL | 339.38º | 0.61% | 0.41% | - |
| HSV(B) | 339.38º | 0.76% | 0.66% | - |
| XYZ | 18.79 | 10.68 | 9.66 | - |
| YUV | 84.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 85 | 0 | 0.76 | 0.50 | 0.34 | 339.38 | 0.61 | 0.41 |
| Hex | A9 | 29 | 55 | 0 | 4C | 32 | 22 | 153 | 3D | 29 |
| Octal | 251 | 51 | 125 | 0 | 114 | 62 | 42 | 523 | 75 | 51 |
| Binary | 10101001 | 101001 | 1010101 | 0 | 1001100 | 110010 | 100010 | 101010011 | 111101 | 101001 |
Color Harmonies of #A92955
Complementary color
Monochromatic Colors of #A92955
Black with #A92955
Text Example
Text Example
White with #A92955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92955; }
p { color: rgb(169,41,85); }
H1.HeaderClassName
{
color: #A92955;
}
.AnyTagClassName
{
color: #A92955;
}
</style>
background-color css
<style>
a { background-color: #A92955; }
a { background-color: rgb(169,41,85); }
div.DivClassName
{
background-color: #A92955;
}
.BgClassName
{
background-color: #A92955;
}
</style>
border-color css
<style>
span { border-color: #A92955; }
span { border-color: rgb(169,41,85); }
td.TdClassName
{
border-color: #A92955;
}
.TagClassName
{
border-color: #A92955;
}
</style>