Shades of Lipstick #A62043
Tints of Lipstick #A62043
RGB
CMYK
RGB Variations
Color information
#A62043 (or 0xA62043) is known color: Lipstick. HEX triplet: A6, 20 and 43. RGB value is (166,32,67). Sum of RGB (Red+Green+Blue) = 166+32+67=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A62043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62043 is #59DFBC. Grayscale: #4C4C4C. Windows color (decimal): -5889981 or 4399270. OLE color: 4399270.
HSL color Cylindrical-coordinate representation of color #A62043: hue angle of 344.33º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62043 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 67 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.35 |
| HSL | 344.33º | 0.68% | 0.39% | - |
| HSV(B) | 344.33º | 0.81% | 0.65% | - |
| XYZ | 17.26 | 9.55 | 6.24 | - |
| YUV | 76.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 67 | 0 | 0.81 | 0.60 | 0.35 | 344.33 | 0.68 | 0.39 |
| Hex | A6 | 20 | 43 | 0 | 51 | 3C | 23 | 158 | 44 | 27 |
| Octal | 246 | 40 | 103 | 0 | 121 | 74 | 43 | 530 | 104 | 47 |
| Binary | 10100110 | 100000 | 1000011 | 0 | 1010001 | 111100 | 100011 | 101011000 | 1000100 | 100111 |
Color Harmonies of #A62043
Complementary color
Monochromatic Colors of #A62043
Black with #A62043
Text Example
Text Example
White with #A62043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62043; }
p { color: rgb(166,32,67); }
H1.HeaderClassName
{
color: #A62043;
}
.AnyTagClassName
{
color: #A62043;
}
</style>
background-color css
<style>
a { background-color: #A62043; }
a { background-color: rgb(166,32,67); }
div.DivClassName
{
background-color: #A62043;
}
.BgClassName
{
background-color: #A62043;
}
</style>
border-color css
<style>
span { border-color: #A62043; }
span { border-color: rgb(166,32,67); }
td.TdClassName
{
border-color: #A62043;
}
.TagClassName
{
border-color: #A62043;
}
</style>