Shades of Lipstick #A62144
Tints of Lipstick #A62144
RGB
CMYK
RGB Variations
Color information
#A62144 (or 0xA62144) is known color: Lipstick. HEX triplet: A6, 21 and 44. RGB value is (166,33,68). Sum of RGB (Red+Green+Blue) = 166+33+68=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A62144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62144 is #59DEBB. Grayscale: #4C4C4C. Windows color (decimal): -5889724 or 4465062. OLE color: 4465062.
HSL color Cylindrical-coordinate representation of color #A62144: hue angle of 344.21º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62144 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 68 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.35 |
| HSL | 344.21º | 0.67% | 0.39% | - |
| HSV(B) | 344.21º | 0.8% | 0.65% | - |
| XYZ | 17.31 | 9.61 | 6.41 | - |
| YUV | 76.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 68 | 0 | 0.80 | 0.59 | 0.35 | 344.21 | 0.67 | 0.39 |
| Hex | A6 | 21 | 44 | 0 | 50 | 3B | 23 | 158 | 43 | 27 |
| Octal | 246 | 41 | 104 | 0 | 120 | 73 | 43 | 530 | 103 | 47 |
| Binary | 10100110 | 100001 | 1000100 | 0 | 1010000 | 111011 | 100011 | 101011000 | 1000011 | 100111 |
Color Harmonies of #A62144
Complementary color
Monochromatic Colors of #A62144
Black with #A62144
Text Example
Text Example
White with #A62144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62144; }
p { color: rgb(166,33,68); }
H1.HeaderClassName
{
color: #A62144;
}
.AnyTagClassName
{
color: #A62144;
}
</style>
background-color css
<style>
a { background-color: #A62144; }
a { background-color: rgb(166,33,68); }
div.DivClassName
{
background-color: #A62144;
}
.BgClassName
{
background-color: #A62144;
}
</style>
border-color css
<style>
span { border-color: #A62144; }
span { border-color: rgb(166,33,68); }
td.TdClassName
{
border-color: #A62144;
}
.TagClassName
{
border-color: #A62144;
}
</style>