Shades of Lipstick #AD235E
Tints of Lipstick #AD235E
RGB
CMYK
RGB Variations
Color information
#AD235E (or 0xAD235E) is known color: Lipstick. HEX triplet: AD, 23 and 5E. RGB value is (173,35,94). Sum of RGB (Red+Green+Blue) = 173+35+94=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD235E is #52DCA1. Grayscale: #525252. Windows color (decimal): -5430434 or 6169517. OLE color: 6169517.
HSL color Cylindrical-coordinate representation of color #AD235E: hue angle of 334.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD235E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 94 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.32 |
| HSL | 334.35º | 0.66% | 0.41% | - |
| HSV(B) | 334.35º | 0.8% | 0.68% | - |
| XYZ | 19.85 | 10.89 | 11.65 | - |
| YUV | 82.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 94 | 0 | 0.80 | 0.46 | 0.32 | 334.35 | 0.66 | 0.41 |
| Hex | AD | 23 | 5E | 0 | 50 | 2E | 20 | 14E | 42 | 29 |
| Octal | 255 | 43 | 136 | 0 | 120 | 56 | 40 | 516 | 102 | 51 |
| Binary | 10101101 | 100011 | 1011110 | 0 | 1010000 | 101110 | 100000 | 101001110 | 1000010 | 101001 |
Color Harmonies of #AD235E
Complementary color
Monochromatic Colors of #AD235E
Black with #AD235E
Text Example
Text Example
White with #AD235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD235E; }
p { color: rgb(173,35,94); }
H1.HeaderClassName
{
color: #AD235E;
}
.AnyTagClassName
{
color: #AD235E;
}
</style>
background-color css
<style>
a { background-color: #AD235E; }
a { background-color: rgb(173,35,94); }
div.DivClassName
{
background-color: #AD235E;
}
.BgClassName
{
background-color: #AD235E;
}
</style>
border-color css
<style>
span { border-color: #AD235E; }
span { border-color: rgb(173,35,94); }
td.TdClassName
{
border-color: #AD235E;
}
.TagClassName
{
border-color: #AD235E;
}
</style>