Shades of Lipstick #A0174D
Tints of Lipstick #A0174D
RGB
CMYK
RGB Variations
Color information
#A0174D (or 0xA0174D) is known color: Lipstick. HEX triplet: A0, 17 and 4D. RGB value is (160,23,77). Sum of RGB (Red+Green+Blue) = 160+23+77=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0174D is #5FE8B2. Grayscale: #464646. Windows color (decimal): -6285491 or 5052320. OLE color: 5052320.
HSL color Cylindrical-coordinate representation of color #A0174D: hue angle of 336.35º degrees, saturation: 0.75, 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 #A0174D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 77 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.37 |
| HSL | 336.35º | 0.75% | 0.36% | - |
| HSV(B) | 336.35º | 0.86% | 0.63% | - |
| XYZ | 16.14 | 8.62 | 7.83 | - |
| YUV | 70.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 77 | 0 | 0.86 | 0.52 | 0.37 | 336.35 | 0.75 | 0.36 |
| Hex | A0 | 17 | 4D | 0 | 56 | 34 | 25 | 150 | 4B | 24 |
| Octal | 240 | 27 | 115 | 0 | 126 | 64 | 45 | 520 | 113 | 44 |
| Binary | 10100000 | 10111 | 1001101 | 0 | 1010110 | 110100 | 100101 | 101010000 | 1001011 | 100100 |
Color Harmonies of #A0174D
Complementary color
Monochromatic Colors of #A0174D
Black with #A0174D
Text Example
Text Example
White with #A0174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0174D; }
p { color: rgb(160,23,77); }
H1.HeaderClassName
{
color: #A0174D;
}
.AnyTagClassName
{
color: #A0174D;
}
</style>
background-color css
<style>
a { background-color: #A0174D; }
a { background-color: rgb(160,23,77); }
div.DivClassName
{
background-color: #A0174D;
}
.BgClassName
{
background-color: #A0174D;
}
</style>
border-color css
<style>
span { border-color: #A0174D; }
span { border-color: rgb(160,23,77); }
td.TdClassName
{
border-color: #A0174D;
}
.TagClassName
{
border-color: #A0174D;
}
</style>