Shades of Lipstick #AD2653
Tints of Lipstick #AD2653
RGB
CMYK
RGB Variations
Color information
#AD2653 (or 0xAD2653) is known color: Lipstick. HEX triplet: AD, 26 and 53. RGB value is (173,38,83). Sum of RGB (Red+Green+Blue) = 173+38+83=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2653 is #52D9AC. Grayscale: #535353. Windows color (decimal): -5429677 or 5449389. OLE color: 5449389.
HSL color Cylindrical-coordinate representation of color #AD2653: hue angle of 340º 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 #AD2653 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 83 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.32 |
| HSL | 340º | 0.64% | 0.41% | - |
| HSV(B) | 340º | 0.78% | 0.68% | - |
| XYZ | 19.49 | 10.9 | 9.26 | - |
| YUV | 83.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 83 | 0 | 0.78 | 0.52 | 0.32 | 340 | 0.64 | 0.41 |
| Hex | AD | 26 | 53 | 0 | 4E | 34 | 20 | 154 | 40 | 29 |
| Octal | 255 | 46 | 123 | 0 | 116 | 64 | 40 | 524 | 100 | 51 |
| Binary | 10101101 | 100110 | 1010011 | 0 | 1001110 | 110100 | 100000 | 101010100 | 1000000 | 101001 |
Color Harmonies of #AD2653
Complementary color
Monochromatic Colors of #AD2653
Black with #AD2653
Text Example
Text Example
White with #AD2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2653; }
p { color: rgb(173,38,83); }
H1.HeaderClassName
{
color: #AD2653;
}
.AnyTagClassName
{
color: #AD2653;
}
</style>
background-color css
<style>
a { background-color: #AD2653; }
a { background-color: rgb(173,38,83); }
div.DivClassName
{
background-color: #AD2653;
}
.BgClassName
{
background-color: #AD2653;
}
</style>
border-color css
<style>
span { border-color: #AD2653; }
span { border-color: rgb(173,38,83); }
td.TdClassName
{
border-color: #AD2653;
}
.TagClassName
{
border-color: #AD2653;
}
</style>