Shades of Lipstick #A6224C
Tints of Lipstick #A6224C
RGB
CMYK
RGB Variations
Color information
#A6224C (or 0xA6224C) is known color: Lipstick. HEX triplet: A6, 22 and 4C. RGB value is (166,34,76). Sum of RGB (Red+Green+Blue) = 166+34+76=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6224C is #59DDB3. Grayscale: #4E4E4E. Windows color (decimal): -5889460 or 4989606. OLE color: 4989606.
HSL color Cylindrical-coordinate representation of color #A6224C: hue angle of 340.91º degrees, saturation: 0.66, 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 #A6224C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 76 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.35 |
| HSL | 340.91º | 0.66% | 0.39% | - |
| HSV(B) | 340.91º | 0.8% | 0.65% | - |
| XYZ | 17.6 | 9.77 | 7.8 | - |
| YUV | 78.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 76 | 0 | 0.80 | 0.54 | 0.35 | 340.91 | 0.66 | 0.39 |
| Hex | A6 | 22 | 4C | 0 | 50 | 36 | 23 | 155 | 42 | 27 |
| Octal | 246 | 42 | 114 | 0 | 120 | 66 | 43 | 525 | 102 | 47 |
| Binary | 10100110 | 100010 | 1001100 | 0 | 1010000 | 110110 | 100011 | 101010101 | 1000010 | 100111 |
Color Harmonies of #A6224C
Complementary color
Monochromatic Colors of #A6224C
Black with #A6224C
Text Example
Text Example
White with #A6224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6224C; }
p { color: rgb(166,34,76); }
H1.HeaderClassName
{
color: #A6224C;
}
.AnyTagClassName
{
color: #A6224C;
}
</style>
background-color css
<style>
a { background-color: #A6224C; }
a { background-color: rgb(166,34,76); }
div.DivClassName
{
background-color: #A6224C;
}
.BgClassName
{
background-color: #A6224C;
}
</style>
border-color css
<style>
span { border-color: #A6224C; }
span { border-color: rgb(166,34,76); }
td.TdClassName
{
border-color: #A6224C;
}
.TagClassName
{
border-color: #A6224C;
}
</style>