Shades of Lipstick #A02845
Tints of Lipstick #A02845
RGB
CMYK
RGB Variations
Color information
#A02845 (or 0xA02845) is known color: Lipstick. HEX triplet: A0, 28 and 45. RGB value is (160,40,69). Sum of RGB (Red+Green+Blue) = 160+40+69=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A02845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02845 is #5FD7BA. Grayscale: #4F4F4F. Windows color (decimal): -6281147 or 4532384. OLE color: 4532384.
HSL color Cylindrical-coordinate representation of color #A02845: hue angle of 345.5º 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 #A02845 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 69 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.37 |
| HSL | 345.5º | 0.6% | 0.39% | - |
| HSV(B) | 345.5º | 0.75% | 0.63% | - |
| XYZ | 16.33 | 9.42 | 6.59 | - |
| YUV | 79.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 69 | 0 | 0.75 | 0.57 | 0.37 | 345.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 45 | 0 | 4B | 39 | 25 | 15A | 3C | 27 |
| Octal | 240 | 50 | 105 | 0 | 113 | 71 | 45 | 532 | 74 | 47 |
| Binary | 10100000 | 101000 | 1000101 | 0 | 1001011 | 111001 | 100101 | 101011010 | 111100 | 100111 |
Color Harmonies of #A02845
Complementary color
Monochromatic Colors of #A02845
Black with #A02845
Text Example
Text Example
White with #A02845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02845; }
p { color: rgb(160,40,69); }
H1.HeaderClassName
{
color: #A02845;
}
.AnyTagClassName
{
color: #A02845;
}
</style>
background-color css
<style>
a { background-color: #A02845; }
a { background-color: rgb(160,40,69); }
div.DivClassName
{
background-color: #A02845;
}
.BgClassName
{
background-color: #A02845;
}
</style>
border-color css
<style>
span { border-color: #A02845; }
span { border-color: rgb(160,40,69); }
td.TdClassName
{
border-color: #A02845;
}
.TagClassName
{
border-color: #A02845;
}
</style>