Shades of Lipstick #AD285D
Tints of Lipstick #AD285D
RGB
CMYK
RGB Variations
Color information
#AD285D (or 0xAD285D) is known color: Lipstick. HEX triplet: AD, 28 and 5D. RGB value is (173,40,93). Sum of RGB (Red+Green+Blue) = 173+40+93=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD285D is #52D7A2. Grayscale: #555555. Windows color (decimal): -5429155 or 6105261. OLE color: 6105261.
HSL color Cylindrical-coordinate representation of color #AD285D: hue angle of 336.09º 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 #AD285D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 93 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.32 |
| HSL | 336.09º | 0.62% | 0.42% | - |
| HSV(B) | 336.09º | 0.77% | 0.68% | - |
| XYZ | 19.97 | 11.19 | 11.46 | - |
| YUV | 85.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 93 | 0 | 0.77 | 0.46 | 0.32 | 336.09 | 0.62 | 0.42 |
| Hex | AD | 28 | 5D | 0 | 4D | 2E | 20 | 150 | 3E | 2A |
| Octal | 255 | 50 | 135 | 0 | 115 | 56 | 40 | 520 | 76 | 52 |
| Binary | 10101101 | 101000 | 1011101 | 0 | 1001101 | 101110 | 100000 | 101010000 | 111110 | 101010 |
Color Harmonies of #AD285D
Complementary color
Monochromatic Colors of #AD285D
Black with #AD285D
Text Example
Text Example
White with #AD285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD285D; }
p { color: rgb(173,40,93); }
H1.HeaderClassName
{
color: #AD285D;
}
.AnyTagClassName
{
color: #AD285D;
}
</style>
background-color css
<style>
a { background-color: #AD285D; }
a { background-color: rgb(173,40,93); }
div.DivClassName
{
background-color: #AD285D;
}
.BgClassName
{
background-color: #AD285D;
}
</style>
border-color css
<style>
span { border-color: #AD285D; }
span { border-color: rgb(173,40,93); }
td.TdClassName
{
border-color: #AD285D;
}
.TagClassName
{
border-color: #AD285D;
}
</style>