Shades of Lipstick #AD245A
Tints of Lipstick #AD245A
RGB
CMYK
RGB Variations
Color information
#AD245A (or 0xAD245A) is known color: Lipstick. HEX triplet: AD, 24 and 5A. RGB value is (173,36,90). Sum of RGB (Red+Green+Blue) = 173+36+90=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD245A is #52DBA5. Grayscale: #535353. Windows color (decimal): -5430182 or 5907629. OLE color: 5907629.
HSL color Cylindrical-coordinate representation of color #AD245A: hue angle of 336.35º degrees, saturation: 0.66, 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 #AD245A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 90 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.32 |
| HSL | 336.35º | 0.66% | 0.41% | - |
| HSV(B) | 336.35º | 0.79% | 0.68% | - |
| XYZ | 19.71 | 10.88 | 10.73 | - |
| YUV | 83.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 90 | 0 | 0.79 | 0.48 | 0.32 | 336.35 | 0.66 | 0.41 |
| Hex | AD | 24 | 5A | 0 | 4F | 30 | 20 | 150 | 42 | 29 |
| Octal | 255 | 44 | 132 | 0 | 117 | 60 | 40 | 520 | 102 | 51 |
| Binary | 10101101 | 100100 | 1011010 | 0 | 1001111 | 110000 | 100000 | 101010000 | 1000010 | 101001 |
Color Harmonies of #AD245A
Complementary color
Monochromatic Colors of #AD245A
Black with #AD245A
Text Example
Text Example
White with #AD245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD245A; }
p { color: rgb(173,36,90); }
H1.HeaderClassName
{
color: #AD245A;
}
.AnyTagClassName
{
color: #AD245A;
}
</style>
background-color css
<style>
a { background-color: #AD245A; }
a { background-color: rgb(173,36,90); }
div.DivClassName
{
background-color: #AD245A;
}
.BgClassName
{
background-color: #AD245A;
}
</style>
border-color css
<style>
span { border-color: #AD245A; }
span { border-color: rgb(173,36,90); }
td.TdClassName
{
border-color: #AD245A;
}
.TagClassName
{
border-color: #AD245A;
}
</style>