Shades of Hippie Pink #AD4456
Tints of Hippie Pink #AD4456
RGB
CMYK
RGB Variations
Color information
#AD4456 (or 0xAD4456) is known color: Hippie Pink. HEX triplet: AD, 44 and 56. RGB value is (173,68,86). Sum of RGB (Red+Green+Blue) = 173+68+86=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4456 is #52BBA9. Grayscale: #656565. Windows color (decimal): -5421994 or 5653677. OLE color: 5653677.
HSL color Cylindrical-coordinate representation of color #AD4456: hue angle of 349.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4456 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 86 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.32 |
| HSL | 349.71º | 0.44% | 0.47% | - |
| HSV(B) | 349.71º | 0.61% | 0.68% | - |
| XYZ | 20.98 | 13.69 | 10.34 | - |
| YUV | 101.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 86 | 0 | 0.61 | 0.50 | 0.32 | 349.71 | 0.44 | 0.47 |
| Hex | AD | 44 | 56 | 0 | 3D | 32 | 20 | 15E | 2C | 2F |
| Octal | 255 | 104 | 126 | 0 | 75 | 62 | 40 | 536 | 54 | 57 |
| Binary | 10101101 | 1000100 | 1010110 | 0 | 111101 | 110010 | 100000 | 101011110 | 101100 | 101111 |
Color Harmonies of #AD4456
Complementary color
Monochromatic Colors of #AD4456
Black with #AD4456
Text Example
Text Example
White with #AD4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4456; }
p { color: rgb(173,68,86); }
H1.HeaderClassName
{
color: #AD4456;
}
.AnyTagClassName
{
color: #AD4456;
}
</style>
background-color css
<style>
a { background-color: #AD4456; }
a { background-color: rgb(173,68,86); }
div.DivClassName
{
background-color: #AD4456;
}
.BgClassName
{
background-color: #AD4456;
}
</style>
border-color css
<style>
span { border-color: #AD4456; }
span { border-color: rgb(173,68,86); }
td.TdClassName
{
border-color: #AD4456;
}
.TagClassName
{
border-color: #AD4456;
}
</style>