Shades of Lipstick #A0164B
Tints of Lipstick #A0164B
RGB
CMYK
RGB Variations
Color information
#A0164B (or 0xA0164B) is known color: Lipstick. HEX triplet: A0, 16 and 4B. RGB value is (160,22,75). Sum of RGB (Red+Green+Blue) = 160+22+75=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0164B is #5FE9B4. Grayscale: #454545. Windows color (decimal): -6285749 or 4920992. OLE color: 4920992.
HSL color Cylindrical-coordinate representation of color #A0164B: hue angle of 336.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0164B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 75 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.37 |
| HSL | 336.96º | 0.76% | 0.36% | - |
| HSV(B) | 336.96º | 0.86% | 0.63% | - |
| XYZ | 16.05 | 8.56 | 7.46 | - |
| YUV | 69.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 75 | 0 | 0.86 | 0.53 | 0.37 | 336.96 | 0.76 | 0.36 |
| Hex | A0 | 16 | 4B | 0 | 56 | 35 | 25 | 151 | 4C | 24 |
| Octal | 240 | 26 | 113 | 0 | 126 | 65 | 45 | 521 | 114 | 44 |
| Binary | 10100000 | 10110 | 1001011 | 0 | 1010110 | 110101 | 100101 | 101010001 | 1001100 | 100100 |
Color Harmonies of #A0164B
Complementary color
Monochromatic Colors of #A0164B
Black with #A0164B
Text Example
Text Example
White with #A0164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0164B; }
p { color: rgb(160,22,75); }
H1.HeaderClassName
{
color: #A0164B;
}
.AnyTagClassName
{
color: #A0164B;
}
</style>
background-color css
<style>
a { background-color: #A0164B; }
a { background-color: rgb(160,22,75); }
div.DivClassName
{
background-color: #A0164B;
}
.BgClassName
{
background-color: #A0164B;
}
</style>
border-color css
<style>
span { border-color: #A0164B; }
span { border-color: rgb(160,22,75); }
td.TdClassName
{
border-color: #A0164B;
}
.TagClassName
{
border-color: #A0164B;
}
</style>