Shades of Lipstick #A6254C
Tints of Lipstick #A6254C
RGB
CMYK
RGB Variations
Color information
#A6254C (or 0xA6254C) is known color: Lipstick. HEX triplet: A6, 25 and 4C. RGB value is (166,37,76). Sum of RGB (Red+Green+Blue) = 166+37+76=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6254C is #59DAB3. Grayscale: #4F4F4F. Windows color (decimal): -5888692 or 4990374. OLE color: 4990374.
HSL color Cylindrical-coordinate representation of color #A6254C: hue angle of 341.86º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6254C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 76 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.35 |
| HSL | 341.86º | 0.64% | 0.4% | - |
| HSV(B) | 341.86º | 0.78% | 0.65% | - |
| XYZ | 17.69 | 9.95 | 7.83 | - |
| YUV | 80.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 76 | 0 | 0.78 | 0.54 | 0.35 | 341.86 | 0.64 | 0.4 |
| Hex | A6 | 25 | 4C | 0 | 4E | 36 | 23 | 156 | 40 | 28 |
| Octal | 246 | 45 | 114 | 0 | 116 | 66 | 43 | 526 | 100 | 50 |
| Binary | 10100110 | 100101 | 1001100 | 0 | 1001110 | 110110 | 100011 | 101010110 | 1000000 | 101000 |
Color Harmonies of #A6254C
Complementary color
Monochromatic Colors of #A6254C
Black with #A6254C
Text Example
Text Example
White with #A6254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6254C; }
p { color: rgb(166,37,76); }
H1.HeaderClassName
{
color: #A6254C;
}
.AnyTagClassName
{
color: #A6254C;
}
</style>
background-color css
<style>
a { background-color: #A6254C; }
a { background-color: rgb(166,37,76); }
div.DivClassName
{
background-color: #A6254C;
}
.BgClassName
{
background-color: #A6254C;
}
</style>
border-color css
<style>
span { border-color: #A6254C; }
span { border-color: rgb(166,37,76); }
td.TdClassName
{
border-color: #A6254C;
}
.TagClassName
{
border-color: #A6254C;
}
</style>