Shades of Lipstick #AD285A
Tints of Lipstick #AD285A
RGB
CMYK
RGB Variations
Color information
#AD285A (or 0xAD285A) is known color: Lipstick. HEX triplet: AD, 28 and 5A. RGB value is (173,40,90). Sum of RGB (Red+Green+Blue) = 173+40+90=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD285A is #52D7A5. Grayscale: #555555. Windows color (decimal): -5429158 or 5908653. OLE color: 5908653.
HSL color Cylindrical-coordinate representation of color #AD285A: hue angle of 337.44º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD285A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 90 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.32 |
| HSL | 337.44º | 0.62% | 0.42% | - |
| HSV(B) | 337.44º | 0.77% | 0.68% | - |
| XYZ | 19.84 | 11.14 | 10.78 | - |
| YUV | 85.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 90 | 0 | 0.77 | 0.48 | 0.32 | 337.44 | 0.62 | 0.42 |
| Hex | AD | 28 | 5A | 0 | 4D | 30 | 20 | 151 | 3E | 2A |
| Octal | 255 | 50 | 132 | 0 | 115 | 60 | 40 | 521 | 76 | 52 |
| Binary | 10101101 | 101000 | 1011010 | 0 | 1001101 | 110000 | 100000 | 101010001 | 111110 | 101010 |
Color Harmonies of #AD285A
Complementary color
Monochromatic Colors of #AD285A
Black with #AD285A
Text Example
Text Example
White with #AD285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD285A; }
p { color: rgb(173,40,90); }
H1.HeaderClassName
{
color: #AD285A;
}
.AnyTagClassName
{
color: #AD285A;
}
</style>
background-color css
<style>
a { background-color: #AD285A; }
a { background-color: rgb(173,40,90); }
div.DivClassName
{
background-color: #AD285A;
}
.BgClassName
{
background-color: #AD285A;
}
</style>
border-color css
<style>
span { border-color: #AD285A; }
span { border-color: rgb(173,40,90); }
td.TdClassName
{
border-color: #AD285A;
}
.TagClassName
{
border-color: #AD285A;
}
</style>