Shades of Hippie Pink #AD4D61
Tints of Hippie Pink #AD4D61
RGB
CMYK
RGB Variations
Color information
#AD4D61 (or 0xAD4D61) is known color: Hippie Pink. HEX triplet: AD, 4D and 61. RGB value is (173,77,97). Sum of RGB (Red+Green+Blue) = 173+77+97=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D61 is #52B29E. Grayscale: #6C6C6C. Windows color (decimal): -5419679 or 6376877. OLE color: 6376877.
HSL color Cylindrical-coordinate representation of color #AD4D61: hue angle of 347.5º 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 #AD4D61 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 97 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.32 |
| HSL | 347.5º | 0.38% | 0.49% | - |
| HSV(B) | 347.5º | 0.55% | 0.68% | - |
| XYZ | 22.05 | 15.06 | 13.05 | - |
| YUV | 107.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 97 | 0 | 0.55 | 0.44 | 0.32 | 347.5 | 0.38 | 0.49 |
| Hex | AD | 4D | 61 | 0 | 37 | 2C | 20 | 15C | 26 | 31 |
| Octal | 255 | 115 | 141 | 0 | 67 | 54 | 40 | 534 | 46 | 61 |
| Binary | 10101101 | 1001101 | 1100001 | 0 | 110111 | 101100 | 100000 | 101011100 | 100110 | 110001 |
Color Harmonies of #AD4D61
Complementary color
Monochromatic Colors of #AD4D61
Black with #AD4D61
Text Example
Text Example
White with #AD4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D61; }
p { color: rgb(173,77,97); }
H1.HeaderClassName
{
color: #AD4D61;
}
.AnyTagClassName
{
color: #AD4D61;
}
</style>
background-color css
<style>
a { background-color: #AD4D61; }
a { background-color: rgb(173,77,97); }
div.DivClassName
{
background-color: #AD4D61;
}
.BgClassName
{
background-color: #AD4D61;
}
</style>
border-color css
<style>
span { border-color: #AD4D61; }
span { border-color: rgb(173,77,97); }
td.TdClassName
{
border-color: #AD4D61;
}
.TagClassName
{
border-color: #AD4D61;
}
</style>