Shades of Lipstick #AD2556
Tints of Lipstick #AD2556
RGB
CMYK
RGB Variations
Color information
#AD2556 (or 0xAD2556) is known color: Lipstick. HEX triplet: AD, 25 and 56. RGB value is (173,37,86). Sum of RGB (Red+Green+Blue) = 173+37+86=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2556 is #52DAA9. Grayscale: #535353. Windows color (decimal): -5429930 or 5645741. OLE color: 5645741.
HSL color Cylindrical-coordinate representation of color #AD2556: hue angle of 338.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2556 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 86 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.32 |
| HSL | 338.38º | 0.65% | 0.41% | - |
| HSV(B) | 338.38º | 0.79% | 0.68% | - |
| XYZ | 19.57 | 10.88 | 9.87 | - |
| YUV | 83.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 86 | 0 | 0.79 | 0.50 | 0.32 | 338.38 | 0.65 | 0.41 |
| Hex | AD | 25 | 56 | 0 | 4F | 32 | 20 | 152 | 41 | 29 |
| Octal | 255 | 45 | 126 | 0 | 117 | 62 | 40 | 522 | 101 | 51 |
| Binary | 10101101 | 100101 | 1010110 | 0 | 1001111 | 110010 | 100000 | 101010010 | 1000001 | 101001 |
Color Harmonies of #AD2556
Complementary color
Monochromatic Colors of #AD2556
Black with #AD2556
Text Example
Text Example
White with #AD2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2556; }
p { color: rgb(173,37,86); }
H1.HeaderClassName
{
color: #AD2556;
}
.AnyTagClassName
{
color: #AD2556;
}
</style>
background-color css
<style>
a { background-color: #AD2556; }
a { background-color: rgb(173,37,86); }
div.DivClassName
{
background-color: #AD2556;
}
.BgClassName
{
background-color: #AD2556;
}
</style>
border-color css
<style>
span { border-color: #AD2556; }
span { border-color: rgb(173,37,86); }
td.TdClassName
{
border-color: #AD2556;
}
.TagClassName
{
border-color: #AD2556;
}
</style>