Shades of Lipstick #AD265D
Tints of Lipstick #AD265D
RGB
CMYK
RGB Variations
Color information
#AD265D (or 0xAD265D) is known color: Lipstick. HEX triplet: AD, 26 and 5D. RGB value is (173,38,93). Sum of RGB (Red+Green+Blue) = 173+38+93=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD265D is #52D9A2. Grayscale: #545454. Windows color (decimal): -5429667 or 6104749. OLE color: 6104749.
HSL color Cylindrical-coordinate representation of color #AD265D: hue angle of 335.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD265D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 93 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.32 |
| HSL | 335.56º | 0.64% | 0.41% | - |
| HSV(B) | 335.56º | 0.78% | 0.68% | - |
| XYZ | 19.9 | 11.06 | 11.44 | - |
| YUV | 84.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 93 | 0 | 0.78 | 0.46 | 0.32 | 335.56 | 0.64 | 0.41 |
| Hex | AD | 26 | 5D | 0 | 4E | 2E | 20 | 150 | 40 | 29 |
| Octal | 255 | 46 | 135 | 0 | 116 | 56 | 40 | 520 | 100 | 51 |
| Binary | 10101101 | 100110 | 1011101 | 0 | 1001110 | 101110 | 100000 | 101010000 | 1000000 | 101001 |
Color Harmonies of #AD265D
Complementary color
Monochromatic Colors of #AD265D
Black with #AD265D
Text Example
Text Example
White with #AD265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD265D; }
p { color: rgb(173,38,93); }
H1.HeaderClassName
{
color: #AD265D;
}
.AnyTagClassName
{
color: #AD265D;
}
</style>
background-color css
<style>
a { background-color: #AD265D; }
a { background-color: rgb(173,38,93); }
div.DivClassName
{
background-color: #AD265D;
}
.BgClassName
{
background-color: #AD265D;
}
</style>
border-color css
<style>
span { border-color: #AD265D; }
span { border-color: rgb(173,38,93); }
td.TdClassName
{
border-color: #AD265D;
}
.TagClassName
{
border-color: #AD265D;
}
</style>