Shades of Lipstick #AD2659
Tints of Lipstick #AD2659
RGB
CMYK
RGB Variations
Color information
#AD2659 (or 0xAD2659) is known color: Lipstick. HEX triplet: AD, 26 and 59. RGB value is (173,38,89). Sum of RGB (Red+Green+Blue) = 173+38+89=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2659 is #52D9A6. Grayscale: #545454. Windows color (decimal): -5429671 or 5842605. OLE color: 5842605.
HSL color Cylindrical-coordinate representation of color #AD2659: hue angle of 337.33º 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 #AD2659 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 89 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.32 |
| HSL | 337.33º | 0.64% | 0.41% | - |
| HSV(B) | 337.33º | 0.78% | 0.68% | - |
| XYZ | 19.73 | 10.99 | 10.53 | - |
| YUV | 84.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 89 | 0 | 0.78 | 0.49 | 0.32 | 337.33 | 0.64 | 0.41 |
| Hex | AD | 26 | 59 | 0 | 4E | 31 | 20 | 151 | 40 | 29 |
| Octal | 255 | 46 | 131 | 0 | 116 | 61 | 40 | 521 | 100 | 51 |
| Binary | 10101101 | 100110 | 1011001 | 0 | 1001110 | 110001 | 100000 | 101010001 | 1000000 | 101001 |
Color Harmonies of #AD2659
Complementary color
Monochromatic Colors of #AD2659
Black with #AD2659
Text Example
Text Example
White with #AD2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2659; }
p { color: rgb(173,38,89); }
H1.HeaderClassName
{
color: #AD2659;
}
.AnyTagClassName
{
color: #AD2659;
}
</style>
background-color css
<style>
a { background-color: #AD2659; }
a { background-color: rgb(173,38,89); }
div.DivClassName
{
background-color: #AD2659;
}
.BgClassName
{
background-color: #AD2659;
}
</style>
border-color css
<style>
span { border-color: #AD2659; }
span { border-color: rgb(173,38,89); }
td.TdClassName
{
border-color: #AD2659;
}
.TagClassName
{
border-color: #AD2659;
}
</style>