Shades of Hippie Pink #AD495D
Tints of Hippie Pink #AD495D
RGB
CMYK
RGB Variations
Color information
#AD495D (or 0xAD495D) is known color: Hippie Pink. HEX triplet: AD, 49 and 5D. RGB value is (173,73,93). Sum of RGB (Red+Green+Blue) = 173+73+93=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD495D is #52B6A2. Grayscale: #696969. Windows color (decimal): -5420707 or 6113709. OLE color: 6113709.
HSL color Cylindrical-coordinate representation of color #AD495D: hue angle of 348º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD495D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 93 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.32 |
| HSL | 348º | 0.41% | 0.48% | - |
| HSV(B) | 348º | 0.58% | 0.68% | - |
| XYZ | 21.59 | 14.44 | 12.01 | - |
| YUV | 105.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 93 | 0 | 0.58 | 0.46 | 0.32 | 348 | 0.41 | 0.48 |
| Hex | AD | 49 | 5D | 0 | 3A | 2E | 20 | 15C | 29 | 30 |
| Octal | 255 | 111 | 135 | 0 | 72 | 56 | 40 | 534 | 51 | 60 |
| Binary | 10101101 | 1001001 | 1011101 | 0 | 111010 | 101110 | 100000 | 101011100 | 101001 | 110000 |
Color Harmonies of #AD495D
Complementary color
Monochromatic Colors of #AD495D
Black with #AD495D
Text Example
Text Example
White with #AD495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD495D; }
p { color: rgb(173,73,93); }
H1.HeaderClassName
{
color: #AD495D;
}
.AnyTagClassName
{
color: #AD495D;
}
</style>
background-color css
<style>
a { background-color: #AD495D; }
a { background-color: rgb(173,73,93); }
div.DivClassName
{
background-color: #AD495D;
}
.BgClassName
{
background-color: #AD495D;
}
</style>
border-color css
<style>
span { border-color: #AD495D; }
span { border-color: rgb(173,73,93); }
td.TdClassName
{
border-color: #AD495D;
}
.TagClassName
{
border-color: #AD495D;
}
</style>