Shades of Lipstick #A03359
Tints of Lipstick #A03359
RGB
CMYK
RGB Variations
Color information
#A03359 (or 0xA03359) is known color: Lipstick. HEX triplet: A0, 33 and 59. RGB value is (160,51,89). Sum of RGB (Red+Green+Blue) = 160+51+89=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A03359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03359 is #5FCCA6. Grayscale: #575757. Windows color (decimal): -6278311 or 5845920. OLE color: 5845920.
HSL color Cylindrical-coordinate representation of color #A03359: hue angle of 339.08º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03359 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 89 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.37 |
| HSL | 339.08º | 0.52% | 0.41% | - |
| HSV(B) | 339.08º | 0.68% | 0.63% | - |
| XYZ | 17.48 | 10.56 | 10.57 | - |
| YUV | 87.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 89 | 0 | 0.68 | 0.44 | 0.37 | 339.08 | 0.52 | 0.41 |
| Hex | A0 | 33 | 59 | 0 | 44 | 2C | 25 | 153 | 34 | 29 |
| Octal | 240 | 63 | 131 | 0 | 104 | 54 | 45 | 523 | 64 | 51 |
| Binary | 10100000 | 110011 | 1011001 | 0 | 1000100 | 101100 | 100101 | 101010011 | 110100 | 101001 |
Color Harmonies of #A03359
Complementary color
Monochromatic Colors of #A03359
Black with #A03359
Text Example
Text Example
White with #A03359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03359; }
p { color: rgb(160,51,89); }
H1.HeaderClassName
{
color: #A03359;
}
.AnyTagClassName
{
color: #A03359;
}
</style>
background-color css
<style>
a { background-color: #A03359; }
a { background-color: rgb(160,51,89); }
div.DivClassName
{
background-color: #A03359;
}
.BgClassName
{
background-color: #A03359;
}
</style>
border-color css
<style>
span { border-color: #A03359; }
span { border-color: rgb(160,51,89); }
td.TdClassName
{
border-color: #A03359;
}
.TagClassName
{
border-color: #A03359;
}
</style>