Shades of Hippie Pink #AD4647
Tints of Hippie Pink #AD4647
RGB
CMYK
RGB Variations
Color information
#AD4647 (or 0xAD4647) is known color: Hippie Pink. HEX triplet: AD, 46 and 47. RGB value is (173,70,71). Sum of RGB (Red+Green+Blue) = 173+70+71=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4647 is #52B9B8. Grayscale: #656565. Windows color (decimal): -5421497 or 4671149. OLE color: 4671149.
HSL color Cylindrical-coordinate representation of color #AD4647: hue angle of 359.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4647 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 71 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.32 |
| HSL | 359.42º | 0.42% | 0.48% | - |
| HSV(B) | 359.42º | 0.6% | 0.68% | - |
| XYZ | 20.56 | 13.72 | 7.53 | - |
| YUV | 100.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 71 | 0 | 0.60 | 0.59 | 0.32 | 359.42 | 0.42 | 0.48 |
| Hex | AD | 46 | 47 | 0 | 3C | 3B | 20 | 167 | 2A | 30 |
| Octal | 255 | 106 | 107 | 0 | 74 | 73 | 40 | 547 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1000111 | 0 | 111100 | 111011 | 100000 | 101100111 | 101010 | 110000 |
Color Harmonies of #AD4647
Complementary color
Monochromatic Colors of #AD4647
Black with #AD4647
Text Example
Text Example
White with #AD4647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4647; }
p { color: rgb(173,70,71); }
H1.HeaderClassName
{
color: #AD4647;
}
.AnyTagClassName
{
color: #AD4647;
}
</style>
background-color css
<style>
a { background-color: #AD4647; }
a { background-color: rgb(173,70,71); }
div.DivClassName
{
background-color: #AD4647;
}
.BgClassName
{
background-color: #AD4647;
}
</style>
border-color css
<style>
span { border-color: #AD4647; }
span { border-color: rgb(173,70,71); }
td.TdClassName
{
border-color: #AD4647;
}
.TagClassName
{
border-color: #AD4647;
}
</style>