Shades of Lipstick #A02844
Tints of Lipstick #A02844
RGB
CMYK
RGB Variations
Color information
#A02844 (or 0xA02844) is known color: Lipstick. HEX triplet: A0, 28 and 44. RGB value is (160,40,68). Sum of RGB (Red+Green+Blue) = 160+40+68=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A02844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02844 is #5FD7BB. Grayscale: #4F4F4F. Windows color (decimal): -6281148 or 4466848. OLE color: 4466848.
HSL color Cylindrical-coordinate representation of color #A02844: hue angle of 346º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02844 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 68 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.37 |
| HSL | 346º | 0.6% | 0.39% | - |
| HSV(B) | 346º | 0.75% | 0.63% | - |
| XYZ | 16.3 | 9.41 | 6.43 | - |
| YUV | 79.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 68 | 0 | 0.75 | 0.57 | 0.37 | 346 | 0.6 | 0.39 |
| Hex | A0 | 28 | 44 | 0 | 4B | 39 | 25 | 15A | 3C | 27 |
| Octal | 240 | 50 | 104 | 0 | 113 | 71 | 45 | 532 | 74 | 47 |
| Binary | 10100000 | 101000 | 1000100 | 0 | 1001011 | 111001 | 100101 | 101011010 | 111100 | 100111 |
Color Harmonies of #A02844
Complementary color
Monochromatic Colors of #A02844
Black with #A02844
Text Example
Text Example
White with #A02844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02844; }
p { color: rgb(160,40,68); }
H1.HeaderClassName
{
color: #A02844;
}
.AnyTagClassName
{
color: #A02844;
}
</style>
background-color css
<style>
a { background-color: #A02844; }
a { background-color: rgb(160,40,68); }
div.DivClassName
{
background-color: #A02844;
}
.BgClassName
{
background-color: #A02844;
}
</style>
border-color css
<style>
span { border-color: #A02844; }
span { border-color: rgb(160,40,68); }
td.TdClassName
{
border-color: #A02844;
}
.TagClassName
{
border-color: #A02844;
}
</style>