Shades of Lipstick #A2184D
Tints of Lipstick #A2184D
RGB
CMYK
RGB Variations
Color information
#A2184D (or 0xA2184D) is known color: Lipstick. HEX triplet: A2, 18 and 4D. RGB value is (162,24,77). Sum of RGB (Red+Green+Blue) = 162+24+77=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2184D is #5DE7B2. Grayscale: #474747. Windows color (decimal): -6154163 or 5052578. OLE color: 5052578.
HSL color Cylindrical-coordinate representation of color #A2184D: hue angle of 336.96º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2184D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 77 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.36 |
| HSL | 336.96º | 0.74% | 0.36% | - |
| HSV(B) | 336.96º | 0.85% | 0.64% | - |
| XYZ | 16.57 | 8.87 | 7.86 | - |
| YUV | 71.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 77 | 0 | 0.85 | 0.52 | 0.36 | 336.96 | 0.74 | 0.36 |
| Hex | A2 | 18 | 4D | 0 | 55 | 34 | 24 | 151 | 4A | 24 |
| Octal | 242 | 30 | 115 | 0 | 125 | 64 | 44 | 521 | 112 | 44 |
| Binary | 10100010 | 11000 | 1001101 | 0 | 1010101 | 110100 | 100100 | 101010001 | 1001010 | 100100 |
Color Harmonies of #A2184D
Complementary color
Monochromatic Colors of #A2184D
Black with #A2184D
Text Example
Text Example
White with #A2184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2184D; }
p { color: rgb(162,24,77); }
H1.HeaderClassName
{
color: #A2184D;
}
.AnyTagClassName
{
color: #A2184D;
}
</style>
background-color css
<style>
a { background-color: #A2184D; }
a { background-color: rgb(162,24,77); }
div.DivClassName
{
background-color: #A2184D;
}
.BgClassName
{
background-color: #A2184D;
}
</style>
border-color css
<style>
span { border-color: #A2184D; }
span { border-color: rgb(162,24,77); }
td.TdClassName
{
border-color: #A2184D;
}
.TagClassName
{
border-color: #A2184D;
}
</style>