Shades of Lipstick #A03256
Tints of Lipstick #A03256
RGB
CMYK
RGB Variations
Color information
#A03256 (or 0xA03256) is known color: Lipstick. HEX triplet: A0, 32 and 56. RGB value is (160,50,86). Sum of RGB (Red+Green+Blue) = 160+50+86=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A03256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03256 is #5FCDA9. Grayscale: #565656. Windows color (decimal): -6278570 or 5649056. OLE color: 5649056.
HSL color Cylindrical-coordinate representation of color #A03256: hue angle of 340.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03256 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 86 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.37 |
| HSL | 340.36º | 0.52% | 0.41% | - |
| HSV(B) | 340.36º | 0.69% | 0.63% | - |
| XYZ | 17.32 | 10.43 | 9.9 | - |
| YUV | 86.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 86 | 0 | 0.69 | 0.46 | 0.37 | 340.36 | 0.52 | 0.41 |
| Hex | A0 | 32 | 56 | 0 | 45 | 2E | 25 | 154 | 34 | 29 |
| Octal | 240 | 62 | 126 | 0 | 105 | 56 | 45 | 524 | 64 | 51 |
| Binary | 10100000 | 110010 | 1010110 | 0 | 1000101 | 101110 | 100101 | 101010100 | 110100 | 101001 |
Color Harmonies of #A03256
Complementary color
Monochromatic Colors of #A03256
Black with #A03256
Text Example
Text Example
White with #A03256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03256; }
p { color: rgb(160,50,86); }
H1.HeaderClassName
{
color: #A03256;
}
.AnyTagClassName
{
color: #A03256;
}
</style>
background-color css
<style>
a { background-color: #A03256; }
a { background-color: rgb(160,50,86); }
div.DivClassName
{
background-color: #A03256;
}
.BgClassName
{
background-color: #A03256;
}
</style>
border-color css
<style>
span { border-color: #A03256; }
span { border-color: rgb(160,50,86); }
td.TdClassName
{
border-color: #A03256;
}
.TagClassName
{
border-color: #A03256;
}
</style>