Shades of Hippie Pink #AD4D60
Tints of Hippie Pink #AD4D60
RGB
CMYK
RGB Variations
Color information
#AD4D60 (or 0xAD4D60) is known color: Hippie Pink. HEX triplet: AD, 4D and 60. RGB value is (173,77,96). Sum of RGB (Red+Green+Blue) = 173+77+96=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D60 is #52B29F. Grayscale: #6B6B6B. Windows color (decimal): -5419680 or 6311341. OLE color: 6311341.
HSL color Cylindrical-coordinate representation of color #AD4D60: hue angle of 348.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4D60 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 96 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.32 |
| HSL | 348.13º | 0.38% | 0.49% | - |
| HSV(B) | 348.13º | 0.55% | 0.68% | - |
| XYZ | 22 | 15.04 | 12.81 | - |
| YUV | 107.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 96 | 0 | 0.55 | 0.45 | 0.32 | 348.13 | 0.38 | 0.49 |
| Hex | AD | 4D | 60 | 0 | 37 | 2D | 20 | 15C | 26 | 31 |
| Octal | 255 | 115 | 140 | 0 | 67 | 55 | 40 | 534 | 46 | 61 |
| Binary | 10101101 | 1001101 | 1100000 | 0 | 110111 | 101101 | 100000 | 101011100 | 100110 | 110001 |
Color Harmonies of #AD4D60
Complementary color
Monochromatic Colors of #AD4D60
Black with #AD4D60
Text Example
Text Example
White with #AD4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D60; }
p { color: rgb(173,77,96); }
H1.HeaderClassName
{
color: #AD4D60;
}
.AnyTagClassName
{
color: #AD4D60;
}
</style>
background-color css
<style>
a { background-color: #AD4D60; }
a { background-color: rgb(173,77,96); }
div.DivClassName
{
background-color: #AD4D60;
}
.BgClassName
{
background-color: #AD4D60;
}
</style>
border-color css
<style>
span { border-color: #AD4D60; }
span { border-color: rgb(173,77,96); }
td.TdClassName
{
border-color: #AD4D60;
}
.TagClassName
{
border-color: #AD4D60;
}
</style>