Shades of Lipstick #A8254D
Tints of Lipstick #A8254D
RGB
CMYK
RGB Variations
Color information
#A8254D (or 0xA8254D) is known color: Lipstick. HEX triplet: A8, 25 and 4D. RGB value is (168,37,77). Sum of RGB (Red+Green+Blue) = 168+37+77=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8254D is #57DAB2. Grayscale: #505050. Windows color (decimal): -5757619 or 5055912. OLE color: 5055912.
HSL color Cylindrical-coordinate representation of color #A8254D: hue angle of 341.68º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8254D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 77 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.34 |
| HSL | 341.68º | 0.64% | 0.4% | - |
| HSV(B) | 341.68º | 0.78% | 0.66% | - |
| XYZ | 18.15 | 10.18 | 8.03 | - |
| YUV | 80.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 77 | 0 | 0.78 | 0.54 | 0.34 | 341.68 | 0.64 | 0.4 |
| Hex | A8 | 25 | 4D | 0 | 4E | 36 | 22 | 156 | 40 | 28 |
| Octal | 250 | 45 | 115 | 0 | 116 | 66 | 42 | 526 | 100 | 50 |
| Binary | 10101000 | 100101 | 1001101 | 0 | 1001110 | 110110 | 100010 | 101010110 | 1000000 | 101000 |
Color Harmonies of #A8254D
Complementary color
Monochromatic Colors of #A8254D
Black with #A8254D
Text Example
Text Example
White with #A8254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8254D; }
p { color: rgb(168,37,77); }
H1.HeaderClassName
{
color: #A8254D;
}
.AnyTagClassName
{
color: #A8254D;
}
</style>
background-color css
<style>
a { background-color: #A8254D; }
a { background-color: rgb(168,37,77); }
div.DivClassName
{
background-color: #A8254D;
}
.BgClassName
{
background-color: #A8254D;
}
</style>
border-color css
<style>
span { border-color: #A8254D; }
span { border-color: rgb(168,37,77); }
td.TdClassName
{
border-color: #A8254D;
}
.TagClassName
{
border-color: #A8254D;
}
</style>