Shades of Lipstick #A82D56
Tints of Lipstick #A82D56
RGB
CMYK
RGB Variations
Color information
#A82D56 (or 0xA82D56) is known color: Lipstick. HEX triplet: A8, 2D and 56. RGB value is (168,45,86). Sum of RGB (Red+Green+Blue) = 168+45+86=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D56 is #57D2A9. Grayscale: #565656. Windows color (decimal): -5755562 or 5647784. OLE color: 5647784.
HSL color Cylindrical-coordinate representation of color #A82D56: hue angle of 340º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D56 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 86 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.34 |
| HSL | 340º | 0.58% | 0.42% | - |
| HSV(B) | 340º | 0.73% | 0.66% | - |
| XYZ | 18.77 | 10.87 | 9.91 | - |
| YUV | 86.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 86 | 0 | 0.73 | 0.49 | 0.34 | 340 | 0.58 | 0.42 |
| Hex | A8 | 2D | 56 | 0 | 49 | 31 | 22 | 154 | 3A | 2A |
| Octal | 250 | 55 | 126 | 0 | 111 | 61 | 42 | 524 | 72 | 52 |
| Binary | 10101000 | 101101 | 1010110 | 0 | 1001001 | 110001 | 100010 | 101010100 | 111010 | 101010 |
Color Harmonies of #A82D56
Complementary color
Monochromatic Colors of #A82D56
Black with #A82D56
Text Example
Text Example
White with #A82D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D56; }
p { color: rgb(168,45,86); }
H1.HeaderClassName
{
color: #A82D56;
}
.AnyTagClassName
{
color: #A82D56;
}
</style>
background-color css
<style>
a { background-color: #A82D56; }
a { background-color: rgb(168,45,86); }
div.DivClassName
{
background-color: #A82D56;
}
.BgClassName
{
background-color: #A82D56;
}
</style>
border-color css
<style>
span { border-color: #A82D56; }
span { border-color: rgb(168,45,86); }
td.TdClassName
{
border-color: #A82D56;
}
.TagClassName
{
border-color: #A82D56;
}
</style>