Shades of Lipstick #AD225A
Tints of Lipstick #AD225A
RGB
CMYK
RGB Variations
Color information
#AD225A (or 0xAD225A) is known color: Lipstick. HEX triplet: AD, 22 and 5A. RGB value is (173,34,90). Sum of RGB (Red+Green+Blue) = 173+34+90=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD225A is #52DDA5. Grayscale: #515151. Windows color (decimal): -5430694 or 5907117. OLE color: 5907117.
HSL color Cylindrical-coordinate representation of color #AD225A: hue angle of 335.83º degrees, saturation: 0.67, 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 #AD225A is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 90 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.32 |
| HSL | 335.83º | 0.67% | 0.41% | - |
| HSV(B) | 335.83º | 0.8% | 0.68% | - |
| XYZ | 19.65 | 10.77 | 10.72 | - |
| YUV | 81.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 90 | 0 | 0.80 | 0.48 | 0.32 | 335.83 | 0.67 | 0.41 |
| Hex | AD | 22 | 5A | 0 | 50 | 30 | 20 | 150 | 43 | 29 |
| Octal | 255 | 42 | 132 | 0 | 120 | 60 | 40 | 520 | 103 | 51 |
| Binary | 10101101 | 100010 | 1011010 | 0 | 1010000 | 110000 | 100000 | 101010000 | 1000011 | 101001 |
Color Harmonies of #AD225A
Complementary color
Monochromatic Colors of #AD225A
Black with #AD225A
Text Example
Text Example
White with #AD225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD225A; }
p { color: rgb(173,34,90); }
H1.HeaderClassName
{
color: #AD225A;
}
.AnyTagClassName
{
color: #AD225A;
}
</style>
background-color css
<style>
a { background-color: #AD225A; }
a { background-color: rgb(173,34,90); }
div.DivClassName
{
background-color: #AD225A;
}
.BgClassName
{
background-color: #AD225A;
}
</style>
border-color css
<style>
span { border-color: #AD225A; }
span { border-color: rgb(173,34,90); }
td.TdClassName
{
border-color: #AD225A;
}
.TagClassName
{
border-color: #AD225A;
}
</style>