Shades of Lipstick #AD265B
Tints of Lipstick #AD265B
RGB
CMYK
RGB Variations
Color information
#AD265B (or 0xAD265B) is known color: Lipstick. HEX triplet: AD, 26 and 5B. RGB value is (173,38,91). Sum of RGB (Red+Green+Blue) = 173+38+91=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD265B is #52D9A4. Grayscale: #545454. Windows color (decimal): -5429669 or 5973677. OLE color: 5973677.
HSL color Cylindrical-coordinate representation of color #AD265B: hue angle of 336.44º 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 #AD265B is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 91 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.32 |
| HSL | 336.44º | 0.64% | 0.41% | - |
| HSV(B) | 336.44º | 0.78% | 0.68% | - |
| XYZ | 19.82 | 11.03 | 10.98 | - |
| YUV | 84.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 91 | 0 | 0.78 | 0.47 | 0.32 | 336.44 | 0.64 | 0.41 |
| Hex | AD | 26 | 5B | 0 | 4E | 2F | 20 | 150 | 40 | 29 |
| Octal | 255 | 46 | 133 | 0 | 116 | 57 | 40 | 520 | 100 | 51 |
| Binary | 10101101 | 100110 | 1011011 | 0 | 1001110 | 101111 | 100000 | 101010000 | 1000000 | 101001 |
Color Harmonies of #AD265B
Complementary color
Monochromatic Colors of #AD265B
Black with #AD265B
Text Example
Text Example
White with #AD265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD265B; }
p { color: rgb(173,38,91); }
H1.HeaderClassName
{
color: #AD265B;
}
.AnyTagClassName
{
color: #AD265B;
}
</style>
background-color css
<style>
a { background-color: #AD265B; }
a { background-color: rgb(173,38,91); }
div.DivClassName
{
background-color: #AD265B;
}
.BgClassName
{
background-color: #AD265B;
}
</style>
border-color css
<style>
span { border-color: #AD265B; }
span { border-color: rgb(173,38,91); }
td.TdClassName
{
border-color: #AD265B;
}
.TagClassName
{
border-color: #AD265B;
}
</style>