Shades of Lipstick #AD235A
Tints of Lipstick #AD235A
RGB
CMYK
RGB Variations
Color information
#AD235A (or 0xAD235A) is known color: Lipstick. HEX triplet: AD, 23 and 5A. RGB value is (173,35,90). Sum of RGB (Red+Green+Blue) = 173+35+90=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD235A is #52DCA5. Grayscale: #525252. Windows color (decimal): -5430438 or 5907373. OLE color: 5907373.
HSL color Cylindrical-coordinate representation of color #AD235A: hue angle of 336.09º 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 #AD235A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 90 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.32 |
| HSL | 336.09º | 0.66% | 0.41% | - |
| HSV(B) | 336.09º | 0.8% | 0.68% | - |
| XYZ | 19.68 | 10.82 | 10.72 | - |
| YUV | 82.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 90 | 0 | 0.80 | 0.48 | 0.32 | 336.09 | 0.66 | 0.41 |
| Hex | AD | 23 | 5A | 0 | 50 | 30 | 20 | 150 | 42 | 29 |
| Octal | 255 | 43 | 132 | 0 | 120 | 60 | 40 | 520 | 102 | 51 |
| Binary | 10101101 | 100011 | 1011010 | 0 | 1010000 | 110000 | 100000 | 101010000 | 1000010 | 101001 |
Color Harmonies of #AD235A
Complementary color
Monochromatic Colors of #AD235A
Black with #AD235A
Text Example
Text Example
White with #AD235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD235A; }
p { color: rgb(173,35,90); }
H1.HeaderClassName
{
color: #AD235A;
}
.AnyTagClassName
{
color: #AD235A;
}
</style>
background-color css
<style>
a { background-color: #AD235A; }
a { background-color: rgb(173,35,90); }
div.DivClassName
{
background-color: #AD235A;
}
.BgClassName
{
background-color: #AD235A;
}
</style>
border-color css
<style>
span { border-color: #AD235A; }
span { border-color: rgb(173,35,90); }
td.TdClassName
{
border-color: #AD235A;
}
.TagClassName
{
border-color: #AD235A;
}
</style>