Shades of Lipstick #A82953
Tints of Lipstick #A82953
RGB
CMYK
RGB Variations
Color information
#A82953 (or 0xA82953) is known color: Lipstick. HEX triplet: A8, 29 and 53. RGB value is (168,41,83). Sum of RGB (Red+Green+Blue) = 168+41+83=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A82953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82953 is #57D6AC. Grayscale: #535353. Windows color (decimal): -5756589 or 5450152. OLE color: 5450152.
HSL color Cylindrical-coordinate representation of color #A82953: hue angle of 340.16º 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 #A82953 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 83 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.34 |
| HSL | 340.16º | 0.61% | 0.41% | - |
| HSV(B) | 340.16º | 0.76% | 0.66% | - |
| XYZ | 18.5 | 10.54 | 9.24 | - |
| YUV | 83.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 83 | 0 | 0.76 | 0.51 | 0.34 | 340.16 | 0.61 | 0.41 |
| Hex | A8 | 29 | 53 | 0 | 4C | 33 | 22 | 154 | 3D | 29 |
| Octal | 250 | 51 | 123 | 0 | 114 | 63 | 42 | 524 | 75 | 51 |
| Binary | 10101000 | 101001 | 1010011 | 0 | 1001100 | 110011 | 100010 | 101010100 | 111101 | 101001 |
Color Harmonies of #A82953
Complementary color
Monochromatic Colors of #A82953
Black with #A82953
Text Example
Text Example
White with #A82953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82953; }
p { color: rgb(168,41,83); }
H1.HeaderClassName
{
color: #A82953;
}
.AnyTagClassName
{
color: #A82953;
}
</style>
background-color css
<style>
a { background-color: #A82953; }
a { background-color: rgb(168,41,83); }
div.DivClassName
{
background-color: #A82953;
}
.BgClassName
{
background-color: #A82953;
}
</style>
border-color css
<style>
span { border-color: #A82953; }
span { border-color: rgb(168,41,83); }
td.TdClassName
{
border-color: #A82953;
}
.TagClassName
{
border-color: #A82953;
}
</style>