Shades of Lipstick #AD285C
Tints of Lipstick #AD285C
RGB
CMYK
RGB Variations
Color information
#AD285C (or 0xAD285C) is known color: Lipstick. HEX triplet: AD, 28 and 5C. RGB value is (173,40,92). Sum of RGB (Red+Green+Blue) = 173+40+92=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD285C is #52D7A3. Grayscale: #555555. Windows color (decimal): -5429156 or 6039725. OLE color: 6039725.
HSL color Cylindrical-coordinate representation of color #AD285C: hue angle of 336.54º 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 #AD285C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 92 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.32 |
| HSL | 336.54º | 0.62% | 0.42% | - |
| HSV(B) | 336.54º | 0.77% | 0.68% | - |
| XYZ | 19.92 | 11.17 | 11.23 | - |
| YUV | 85.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 92 | 0 | 0.77 | 0.47 | 0.32 | 336.54 | 0.62 | 0.42 |
| Hex | AD | 28 | 5C | 0 | 4D | 2F | 20 | 151 | 3E | 2A |
| Octal | 255 | 50 | 134 | 0 | 115 | 57 | 40 | 521 | 76 | 52 |
| Binary | 10101101 | 101000 | 1011100 | 0 | 1001101 | 101111 | 100000 | 101010001 | 111110 | 101010 |
Color Harmonies of #AD285C
Complementary color
Monochromatic Colors of #AD285C
Black with #AD285C
Text Example
Text Example
White with #AD285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD285C; }
p { color: rgb(173,40,92); }
H1.HeaderClassName
{
color: #AD285C;
}
.AnyTagClassName
{
color: #AD285C;
}
</style>
background-color css
<style>
a { background-color: #AD285C; }
a { background-color: rgb(173,40,92); }
div.DivClassName
{
background-color: #AD285C;
}
.BgClassName
{
background-color: #AD285C;
}
</style>
border-color css
<style>
span { border-color: #AD285C; }
span { border-color: rgb(173,40,92); }
td.TdClassName
{
border-color: #AD285C;
}
.TagClassName
{
border-color: #AD285C;
}
</style>