Shades of Lipstick #A6234A
Tints of Lipstick #A6234A
RGB
CMYK
RGB Variations
Color information
#A6234A (or 0xA6234A) is known color: Lipstick. HEX triplet: A6, 23 and 4A. RGB value is (166,35,74). Sum of RGB (Red+Green+Blue) = 166+35+74=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6234A is #59DCB5. Grayscale: #4E4E4E. Windows color (decimal): -5889206 or 4858790. OLE color: 4858790.
HSL color Cylindrical-coordinate representation of color #A6234A: hue angle of 342.14º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6234A is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 74 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.35 |
| HSL | 342.14º | 0.65% | 0.39% | - |
| HSV(B) | 342.14º | 0.79% | 0.65% | - |
| XYZ | 17.56 | 9.8 | 7.45 | - |
| YUV | 78.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 74 | 0 | 0.79 | 0.55 | 0.35 | 342.14 | 0.65 | 0.39 |
| Hex | A6 | 23 | 4A | 0 | 4F | 37 | 23 | 156 | 41 | 27 |
| Octal | 246 | 43 | 112 | 0 | 117 | 67 | 43 | 526 | 101 | 47 |
| Binary | 10100110 | 100011 | 1001010 | 0 | 1001111 | 110111 | 100011 | 101010110 | 1000001 | 100111 |
Color Harmonies of #A6234A
Complementary color
Monochromatic Colors of #A6234A
Black with #A6234A
Text Example
Text Example
White with #A6234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6234A; }
p { color: rgb(166,35,74); }
H1.HeaderClassName
{
color: #A6234A;
}
.AnyTagClassName
{
color: #A6234A;
}
</style>
background-color css
<style>
a { background-color: #A6234A; }
a { background-color: rgb(166,35,74); }
div.DivClassName
{
background-color: #A6234A;
}
.BgClassName
{
background-color: #A6234A;
}
</style>
border-color css
<style>
span { border-color: #A6234A; }
span { border-color: rgb(166,35,74); }
td.TdClassName
{
border-color: #A6234A;
}
.TagClassName
{
border-color: #A6234A;
}
</style>