Shades of Lipstick #A8285A
Tints of Lipstick #A8285A
RGB
CMYK
RGB Variations
Color information
#A8285A (or 0xA8285A) is known color: Lipstick. HEX triplet: A8, 28 and 5A. RGB value is (168,40,90). Sum of RGB (Red+Green+Blue) = 168+40+90=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A8285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8285A is #57D7A5. Grayscale: #535353. Windows color (decimal): -5756838 or 5908648. OLE color: 5908648.
HSL color Cylindrical-coordinate representation of color #A8285A: hue angle of 336.56º degrees, saturation: 0.62, 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 #A8285A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 90 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.34 |
| HSL | 336.56º | 0.62% | 0.41% | - |
| HSV(B) | 336.56º | 0.76% | 0.66% | - |
| XYZ | 18.75 | 10.58 | 10.73 | - |
| YUV | 83.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 90 | 0 | 0.76 | 0.46 | 0.34 | 336.56 | 0.62 | 0.41 |
| Hex | A8 | 28 | 5A | 0 | 4C | 2E | 22 | 151 | 3E | 29 |
| Octal | 250 | 50 | 132 | 0 | 114 | 56 | 42 | 521 | 76 | 51 |
| Binary | 10101000 | 101000 | 1011010 | 0 | 1001100 | 101110 | 100010 | 101010001 | 111110 | 101001 |
Color Harmonies of #A8285A
Complementary color
Monochromatic Colors of #A8285A
Black with #A8285A
Text Example
Text Example
White with #A8285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8285A; }
p { color: rgb(168,40,90); }
H1.HeaderClassName
{
color: #A8285A;
}
.AnyTagClassName
{
color: #A8285A;
}
</style>
background-color css
<style>
a { background-color: #A8285A; }
a { background-color: rgb(168,40,90); }
div.DivClassName
{
background-color: #A8285A;
}
.BgClassName
{
background-color: #A8285A;
}
</style>
border-color css
<style>
span { border-color: #A8285A; }
span { border-color: rgb(168,40,90); }
td.TdClassName
{
border-color: #A8285A;
}
.TagClassName
{
border-color: #A8285A;
}
</style>