Shades of Lipstick #A6254A
Tints of Lipstick #A6254A
RGB
CMYK
RGB Variations
Color information
#A6254A (or 0xA6254A) is known color: Lipstick. HEX triplet: A6, 25 and 4A. RGB value is (166,37,74). Sum of RGB (Red+Green+Blue) = 166+37+74=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6254A is #59DAB5. Grayscale: #4F4F4F. Windows color (decimal): -5888694 or 4859302. OLE color: 4859302.
HSL color Cylindrical-coordinate representation of color #A6254A: hue angle of 342.79º 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 #A6254A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 74 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.35 |
| HSL | 342.79º | 0.64% | 0.4% | - |
| HSV(B) | 342.79º | 0.78% | 0.65% | - |
| XYZ | 17.62 | 9.92 | 7.47 | - |
| YUV | 79.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 74 | 0 | 0.78 | 0.55 | 0.35 | 342.79 | 0.64 | 0.4 |
| Hex | A6 | 25 | 4A | 0 | 4E | 37 | 23 | 157 | 40 | 28 |
| Octal | 246 | 45 | 112 | 0 | 116 | 67 | 43 | 527 | 100 | 50 |
| Binary | 10100110 | 100101 | 1001010 | 0 | 1001110 | 110111 | 100011 | 101010111 | 1000000 | 101000 |
Color Harmonies of #A6254A
Complementary color
Monochromatic Colors of #A6254A
Black with #A6254A
Text Example
Text Example
White with #A6254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6254A; }
p { color: rgb(166,37,74); }
H1.HeaderClassName
{
color: #A6254A;
}
.AnyTagClassName
{
color: #A6254A;
}
</style>
background-color css
<style>
a { background-color: #A6254A; }
a { background-color: rgb(166,37,74); }
div.DivClassName
{
background-color: #A6254A;
}
.BgClassName
{
background-color: #A6254A;
}
</style>
border-color css
<style>
span { border-color: #A6254A; }
span { border-color: rgb(166,37,74); }
td.TdClassName
{
border-color: #A6254A;
}
.TagClassName
{
border-color: #A6254A;
}
</style>