Shades of Lipstick #A6275A
Tints of Lipstick #A6275A
RGB
CMYK
RGB Variations
Color information
#A6275A (or 0xA6275A) is known color: Lipstick. HEX triplet: A6, 27 and 5A. RGB value is (166,39,90). Sum of RGB (Red+Green+Blue) = 166+39+90=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6275A is #59D8A5. Grayscale: #525252. Windows color (decimal): -5888166 or 5908390. OLE color: 5908390.
HSL color Cylindrical-coordinate representation of color #A6275A: hue angle of 335.91º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6275A is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 90 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.35 |
| HSL | 335.91º | 0.62% | 0.4% | - |
| HSV(B) | 335.91º | 0.77% | 0.65% | - |
| XYZ | 18.3 | 10.3 | 10.7 | - |
| YUV | 82.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 90 | 0 | 0.77 | 0.46 | 0.35 | 335.91 | 0.62 | 0.4 |
| Hex | A6 | 27 | 5A | 0 | 4D | 2E | 23 | 150 | 3E | 28 |
| Octal | 246 | 47 | 132 | 0 | 115 | 56 | 43 | 520 | 76 | 50 |
| Binary | 10100110 | 100111 | 1011010 | 0 | 1001101 | 101110 | 100011 | 101010000 | 111110 | 101000 |
Color Harmonies of #A6275A
Complementary color
Monochromatic Colors of #A6275A
Black with #A6275A
Text Example
Text Example
White with #A6275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6275A; }
p { color: rgb(166,39,90); }
H1.HeaderClassName
{
color: #A6275A;
}
.AnyTagClassName
{
color: #A6275A;
}
</style>
background-color css
<style>
a { background-color: #A6275A; }
a { background-color: rgb(166,39,90); }
div.DivClassName
{
background-color: #A6275A;
}
.BgClassName
{
background-color: #A6275A;
}
</style>
border-color css
<style>
span { border-color: #A6275A; }
span { border-color: rgb(166,39,90); }
td.TdClassName
{
border-color: #A6275A;
}
.TagClassName
{
border-color: #A6275A;
}
</style>