Shades of Lipstick #A62845
Tints of Lipstick #A62845
RGB
CMYK
RGB Variations
Color information
#A62845 (or 0xA62845) is known color: Lipstick. HEX triplet: A6, 28 and 45. RGB value is (166,40,69). Sum of RGB (Red+Green+Blue) = 166+40+69=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A62845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62845 is #59D7BA. Grayscale: #505050. Windows color (decimal): -5887931 or 4532390. OLE color: 4532390.
HSL color Cylindrical-coordinate representation of color #A62845: hue angle of 346.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62845 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 69 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.35 |
| HSL | 346.19º | 0.61% | 0.4% | - |
| HSV(B) | 346.19º | 0.76% | 0.65% | - |
| XYZ | 17.56 | 10.05 | 6.65 | - |
| YUV | 80.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 69 | 0 | 0.76 | 0.58 | 0.35 | 346.19 | 0.61 | 0.4 |
| Hex | A6 | 28 | 45 | 0 | 4C | 3A | 23 | 15A | 3D | 28 |
| Octal | 246 | 50 | 105 | 0 | 114 | 72 | 43 | 532 | 75 | 50 |
| Binary | 10100110 | 101000 | 1000101 | 0 | 1001100 | 111010 | 100011 | 101011010 | 111101 | 101000 |
Color Harmonies of #A62845
Complementary color
Monochromatic Colors of #A62845
Black with #A62845
Text Example
Text Example
White with #A62845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62845; }
p { color: rgb(166,40,69); }
H1.HeaderClassName
{
color: #A62845;
}
.AnyTagClassName
{
color: #A62845;
}
</style>
background-color css
<style>
a { background-color: #A62845; }
a { background-color: rgb(166,40,69); }
div.DivClassName
{
background-color: #A62845;
}
.BgClassName
{
background-color: #A62845;
}
</style>
border-color css
<style>
span { border-color: #A62845; }
span { border-color: rgb(166,40,69); }
td.TdClassName
{
border-color: #A62845;
}
.TagClassName
{
border-color: #A62845;
}
</style>