Shades of Lipstick #A82C54
Tints of Lipstick #A82C54
RGB
CMYK
RGB Variations
Color information
#A82C54 (or 0xA82C54) is known color: Lipstick. HEX triplet: A8, 2C and 54. RGB value is (168,44,84). Sum of RGB (Red+Green+Blue) = 168+44+84=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C54 is #57D3AB. Grayscale: #555555. Windows color (decimal): -5755820 or 5516456. OLE color: 5516456.
HSL color Cylindrical-coordinate representation of color #A82C54: hue angle of 340.65º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82C54 is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 84 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.34 |
| HSL | 340.65º | 0.58% | 0.42% | - |
| HSV(B) | 340.65º | 0.74% | 0.66% | - |
| XYZ | 18.65 | 10.77 | 9.48 | - |
| YUV | 85.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 84 | 0 | 0.74 | 0.5 | 0.34 | 340.65 | 0.58 | 0.42 |
| Hex | A8 | 2C | 54 | 0 | 4A | 32 | 22 | 155 | 3A | 2A |
| Octal | 250 | 54 | 124 | 0 | 112 | 62 | 42 | 525 | 72 | 52 |
| Binary | 10101000 | 101100 | 1010100 | 0 | 1001010 | 110010 | 100010 | 101010101 | 111010 | 101010 |
Color Harmonies of #A82C54
Complementary color
Monochromatic Colors of #A82C54
Black with #A82C54
Text Example
Text Example
White with #A82C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C54; }
p { color: rgb(168,44,84); }
H1.HeaderClassName
{
color: #A82C54;
}
.AnyTagClassName
{
color: #A82C54;
}
</style>
background-color css
<style>
a { background-color: #A82C54; }
a { background-color: rgb(168,44,84); }
div.DivClassName
{
background-color: #A82C54;
}
.BgClassName
{
background-color: #A82C54;
}
</style>
border-color css
<style>
span { border-color: #A82C54; }
span { border-color: rgb(168,44,84); }
td.TdClassName
{
border-color: #A82C54;
}
.TagClassName
{
border-color: #A82C54;
}
</style>