Shades of Hippie Pink #AD4652
Tints of Hippie Pink #AD4652
RGB
CMYK
RGB Variations
Color information
#AD4652 (or 0xAD4652) is known color: Hippie Pink. HEX triplet: AD, 46 and 52. RGB value is (173,70,82). Sum of RGB (Red+Green+Blue) = 173+70+82=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4652 is #52B9AD. Grayscale: #666666. Windows color (decimal): -5421486 or 5392045. OLE color: 5392045.
HSL color Cylindrical-coordinate representation of color #AD4652: hue angle of 353.01º 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 #AD4652 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 82 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.32 |
| HSL | 353.01º | 0.42% | 0.48% | - |
| HSV(B) | 353.01º | 0.6% | 0.68% | - |
| XYZ | 20.95 | 13.87 | 9.56 | - |
| YUV | 102.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 82 | 0 | 0.60 | 0.53 | 0.32 | 353.01 | 0.42 | 0.48 |
| Hex | AD | 46 | 52 | 0 | 3C | 35 | 20 | 161 | 2A | 30 |
| Octal | 255 | 106 | 122 | 0 | 74 | 65 | 40 | 541 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1010010 | 0 | 111100 | 110101 | 100000 | 101100001 | 101010 | 110000 |
Color Harmonies of #AD4652
Complementary color
Monochromatic Colors of #AD4652
Black with #AD4652
Text Example
Text Example
White with #AD4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4652; }
p { color: rgb(173,70,82); }
H1.HeaderClassName
{
color: #AD4652;
}
.AnyTagClassName
{
color: #AD4652;
}
</style>
background-color css
<style>
a { background-color: #AD4652; }
a { background-color: rgb(173,70,82); }
div.DivClassName
{
background-color: #AD4652;
}
.BgClassName
{
background-color: #AD4652;
}
</style>
border-color css
<style>
span { border-color: #AD4652; }
span { border-color: rgb(173,70,82); }
td.TdClassName
{
border-color: #AD4652;
}
.TagClassName
{
border-color: #AD4652;
}
</style>