Shades of Lipstick #A6294D
Tints of Lipstick #A6294D
RGB
CMYK
RGB Variations
Color information
#A6294D (or 0xA6294D) is known color: Lipstick. HEX triplet: A6, 29 and 4D. RGB value is (166,41,77). Sum of RGB (Red+Green+Blue) = 166+41+77=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6294D is #59D6B2. Grayscale: #525252. Windows color (decimal): -5887667 or 5056934. OLE color: 5056934.
HSL color Cylindrical-coordinate representation of color #A6294D: hue angle of 342.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6294D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 77 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.35 |
| HSL | 342.72º | 0.6% | 0.41% | - |
| HSV(B) | 342.72º | 0.75% | 0.65% | - |
| XYZ | 17.86 | 10.23 | 8.05 | - |
| YUV | 82.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 77 | 0 | 0.75 | 0.54 | 0.35 | 342.72 | 0.6 | 0.41 |
| Hex | A6 | 29 | 4D | 0 | 4B | 36 | 23 | 157 | 3C | 29 |
| Octal | 246 | 51 | 115 | 0 | 113 | 66 | 43 | 527 | 74 | 51 |
| Binary | 10100110 | 101001 | 1001101 | 0 | 1001011 | 110110 | 100011 | 101010111 | 111100 | 101001 |
Color Harmonies of #A6294D
Complementary color
Monochromatic Colors of #A6294D
Black with #A6294D
Text Example
Text Example
White with #A6294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6294D; }
p { color: rgb(166,41,77); }
H1.HeaderClassName
{
color: #A6294D;
}
.AnyTagClassName
{
color: #A6294D;
}
</style>
background-color css
<style>
a { background-color: #A6294D; }
a { background-color: rgb(166,41,77); }
div.DivClassName
{
background-color: #A6294D;
}
.BgClassName
{
background-color: #A6294D;
}
</style>
border-color css
<style>
span { border-color: #A6294D; }
span { border-color: rgb(166,41,77); }
td.TdClassName
{
border-color: #A6294D;
}
.TagClassName
{
border-color: #A6294D;
}
</style>