Shades of Lipstick #A82649
Tints of Lipstick #A82649
RGB
CMYK
RGB Variations
Color information
#A82649 (or 0xA82649) is known color: Lipstick. HEX triplet: A8, 26 and 49. RGB value is (168,38,73). Sum of RGB (Red+Green+Blue) = 168+38+73=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A82649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82649 is #57D9B6. Grayscale: #505050. Windows color (decimal): -5757367 or 4794024. OLE color: 4794024.
HSL color Cylindrical-coordinate representation of color #A82649: hue angle of 343.85º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82649 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 73 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.34 |
| HSL | 343.85º | 0.63% | 0.4% | - |
| HSV(B) | 343.85º | 0.77% | 0.66% | - |
| XYZ | 18.04 | 10.19 | 7.32 | - |
| YUV | 80.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 73 | 0 | 0.77 | 0.57 | 0.34 | 343.85 | 0.63 | 0.4 |
| Hex | A8 | 26 | 49 | 0 | 4D | 39 | 22 | 158 | 3F | 28 |
| Octal | 250 | 46 | 111 | 0 | 115 | 71 | 42 | 530 | 77 | 50 |
| Binary | 10101000 | 100110 | 1001001 | 0 | 1001101 | 111001 | 100010 | 101011000 | 111111 | 101000 |
Color Harmonies of #A82649
Complementary color
Monochromatic Colors of #A82649
Black with #A82649
Text Example
Text Example
White with #A82649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82649; }
p { color: rgb(168,38,73); }
H1.HeaderClassName
{
color: #A82649;
}
.AnyTagClassName
{
color: #A82649;
}
</style>
background-color css
<style>
a { background-color: #A82649; }
a { background-color: rgb(168,38,73); }
div.DivClassName
{
background-color: #A82649;
}
.BgClassName
{
background-color: #A82649;
}
</style>
border-color css
<style>
span { border-color: #A82649; }
span { border-color: rgb(168,38,73); }
td.TdClassName
{
border-color: #A82649;
}
.TagClassName
{
border-color: #A82649;
}
</style>