Shades of Lipstick #A92146
Tints of Lipstick #A92146
RGB
CMYK
RGB Variations
Color information
#A92146 (or 0xA92146) is known color: Lipstick. HEX triplet: A9, 21 and 46. RGB value is (169,33,70). Sum of RGB (Red+Green+Blue) = 169+33+70=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A92146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92146 is #56DEB9. Grayscale: #4D4D4D. Windows color (decimal): -5693114 or 4596137. OLE color: 4596137.
HSL color Cylindrical-coordinate representation of color #A92146: hue angle of 343.68º 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 #A92146 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 33 | 70 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.34 |
| HSL | 343.68º | 0.67% | 0.4% | - |
| HSV(B) | 343.68º | 0.8% | 0.66% | - |
| XYZ | 18.01 | 9.96 | 6.77 | - |
| YUV | 77.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 70 | 0 | 0.80 | 0.59 | 0.34 | 343.68 | 0.67 | 0.4 |
| Hex | A9 | 21 | 46 | 0 | 50 | 3B | 22 | 158 | 43 | 28 |
| Octal | 251 | 41 | 106 | 0 | 120 | 73 | 42 | 530 | 103 | 50 |
| Binary | 10101001 | 100001 | 1000110 | 0 | 1010000 | 111011 | 100010 | 101011000 | 1000011 | 101000 |
Color Harmonies of #A92146
Complementary color
Monochromatic Colors of #A92146
Black with #A92146
Text Example
Text Example
White with #A92146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92146; }
p { color: rgb(169,33,70); }
H1.HeaderClassName
{
color: #A92146;
}
.AnyTagClassName
{
color: #A92146;
}
</style>
background-color css
<style>
a { background-color: #A92146; }
a { background-color: rgb(169,33,70); }
div.DivClassName
{
background-color: #A92146;
}
.BgClassName
{
background-color: #A92146;
}
</style>
border-color css
<style>
span { border-color: #A92146; }
span { border-color: rgb(169,33,70); }
td.TdClassName
{
border-color: #A92146;
}
.TagClassName
{
border-color: #A92146;
}
</style>