Shades of Lipstick #A6205A
Tints of Lipstick #A6205A
RGB
CMYK
RGB Variations
Color information
#A6205A (or 0xA6205A) is known color: Lipstick. HEX triplet: A6, 20 and 5A. RGB value is (166,32,90). Sum of RGB (Red+Green+Blue) = 166+32+90=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A6205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6205A is #59DFA5. Grayscale: #4E4E4E. Windows color (decimal): -5889958 or 5906598. OLE color: 5906598.
HSL color Cylindrical-coordinate representation of color #A6205A: hue angle of 334.03º 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 #A6205A is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 32 | 90 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.35 |
| HSL | 334.03º | 0.68% | 0.39% | - |
| HSV(B) | 334.03º | 0.81% | 0.65% | - |
| XYZ | 18.09 | 9.88 | 10.63 | - |
| YUV | 78.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 90 | 0 | 0.81 | 0.46 | 0.35 | 334.03 | 0.68 | 0.39 |
| Hex | A6 | 20 | 5A | 0 | 51 | 2E | 23 | 14E | 44 | 27 |
| Octal | 246 | 40 | 132 | 0 | 121 | 56 | 43 | 516 | 104 | 47 |
| Binary | 10100110 | 100000 | 1011010 | 0 | 1010001 | 101110 | 100011 | 101001110 | 1000100 | 100111 |
Color Harmonies of #A6205A
Complementary color
Monochromatic Colors of #A6205A
Black with #A6205A
Text Example
Text Example
White with #A6205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6205A; }
p { color: rgb(166,32,90); }
H1.HeaderClassName
{
color: #A6205A;
}
.AnyTagClassName
{
color: #A6205A;
}
</style>
background-color css
<style>
a { background-color: #A6205A; }
a { background-color: rgb(166,32,90); }
div.DivClassName
{
background-color: #A6205A;
}
.BgClassName
{
background-color: #A6205A;
}
</style>
border-color css
<style>
span { border-color: #A6205A; }
span { border-color: rgb(166,32,90); }
td.TdClassName
{
border-color: #A6205A;
}
.TagClassName
{
border-color: #A6205A;
}
</style>