Shades of Lipstick #A82C5A
Tints of Lipstick #A82C5A
RGB
CMYK
RGB Variations
Color information
#A82C5A (or 0xA82C5A) is known color: Lipstick. HEX triplet: A8, 2C and 5A. RGB value is (168,44,90). Sum of RGB (Red+Green+Blue) = 168+44+90=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C5A is #57D3A5. Grayscale: #565656. Windows color (decimal): -5755814 or 5909672. OLE color: 5909672.
HSL color Cylindrical-coordinate representation of color #A82C5A: hue angle of 337.74º 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 #A82C5A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 90 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.34 |
| HSL | 337.74º | 0.58% | 0.42% | - |
| HSV(B) | 337.74º | 0.74% | 0.66% | - |
| XYZ | 18.89 | 10.86 | 10.77 | - |
| YUV | 86.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 90 | 0 | 0.74 | 0.46 | 0.34 | 337.74 | 0.58 | 0.42 |
| Hex | A8 | 2C | 5A | 0 | 4A | 2E | 22 | 152 | 3A | 2A |
| Octal | 250 | 54 | 132 | 0 | 112 | 56 | 42 | 522 | 72 | 52 |
| Binary | 10101000 | 101100 | 1011010 | 0 | 1001010 | 101110 | 100010 | 101010010 | 111010 | 101010 |
Color Harmonies of #A82C5A
Complementary color
Monochromatic Colors of #A82C5A
Black with #A82C5A
Text Example
Text Example
White with #A82C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C5A; }
p { color: rgb(168,44,90); }
H1.HeaderClassName
{
color: #A82C5A;
}
.AnyTagClassName
{
color: #A82C5A;
}
</style>
background-color css
<style>
a { background-color: #A82C5A; }
a { background-color: rgb(168,44,90); }
div.DivClassName
{
background-color: #A82C5A;
}
.BgClassName
{
background-color: #A82C5A;
}
</style>
border-color css
<style>
span { border-color: #A82C5A; }
span { border-color: rgb(168,44,90); }
td.TdClassName
{
border-color: #A82C5A;
}
.TagClassName
{
border-color: #A82C5A;
}
</style>