Shades of Lipstick #A82956
Tints of Lipstick #A82956
RGB
CMYK
RGB Variations
Color information
#A82956 (or 0xA82956) is known color: Lipstick. HEX triplet: A8, 29 and 56. RGB value is (168,41,86). Sum of RGB (Red+Green+Blue) = 168+41+86=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A82956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82956 is #57D6A9. Grayscale: #545454. Windows color (decimal): -5756586 or 5646760. OLE color: 5646760.
HSL color Cylindrical-coordinate representation of color #A82956: hue angle of 338.74º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82956 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 86 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.34 |
| HSL | 338.74º | 0.61% | 0.41% | - |
| HSV(B) | 338.74º | 0.76% | 0.66% | - |
| XYZ | 18.62 | 10.58 | 9.87 | - |
| YUV | 84.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 86 | 0 | 0.76 | 0.49 | 0.34 | 338.74 | 0.61 | 0.41 |
| Hex | A8 | 29 | 56 | 0 | 4C | 31 | 22 | 153 | 3D | 29 |
| Octal | 250 | 51 | 126 | 0 | 114 | 61 | 42 | 523 | 75 | 51 |
| Binary | 10101000 | 101001 | 1010110 | 0 | 1001100 | 110001 | 100010 | 101010011 | 111101 | 101001 |
Color Harmonies of #A82956
Complementary color
Monochromatic Colors of #A82956
Black with #A82956
Text Example
Text Example
White with #A82956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82956; }
p { color: rgb(168,41,86); }
H1.HeaderClassName
{
color: #A82956;
}
.AnyTagClassName
{
color: #A82956;
}
</style>
background-color css
<style>
a { background-color: #A82956; }
a { background-color: rgb(168,41,86); }
div.DivClassName
{
background-color: #A82956;
}
.BgClassName
{
background-color: #A82956;
}
</style>
border-color css
<style>
span { border-color: #A82956; }
span { border-color: rgb(168,41,86); }
td.TdClassName
{
border-color: #A82956;
}
.TagClassName
{
border-color: #A82956;
}
</style>