Shades of Hippie Pink #AD4658
Tints of Hippie Pink #AD4658
RGB
CMYK
RGB Variations
Color information
#AD4658 (or 0xAD4658) is known color: Hippie Pink. HEX triplet: AD, 46 and 58. RGB value is (173,70,88). Sum of RGB (Red+Green+Blue) = 173+70+88=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4658 is #52B9A7. Grayscale: #666666. Windows color (decimal): -5421480 or 5785261. OLE color: 5785261.
HSL color Cylindrical-coordinate representation of color #AD4658: hue angle of 349.51º 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 #AD4658 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 88 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.32 |
| HSL | 349.51º | 0.42% | 0.48% | - |
| HSV(B) | 349.51º | 0.6% | 0.68% | - |
| XYZ | 21.19 | 13.97 | 10.81 | - |
| YUV | 102.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 88 | 0 | 0.60 | 0.49 | 0.32 | 349.51 | 0.42 | 0.48 |
| Hex | AD | 46 | 58 | 0 | 3C | 31 | 20 | 15E | 2A | 30 |
| Octal | 255 | 106 | 130 | 0 | 74 | 61 | 40 | 536 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1011000 | 0 | 111100 | 110001 | 100000 | 101011110 | 101010 | 110000 |
Color Harmonies of #AD4658
Complementary color
Monochromatic Colors of #AD4658
Black with #AD4658
Text Example
Text Example
White with #AD4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4658; }
p { color: rgb(173,70,88); }
H1.HeaderClassName
{
color: #AD4658;
}
.AnyTagClassName
{
color: #AD4658;
}
</style>
background-color css
<style>
a { background-color: #AD4658; }
a { background-color: rgb(173,70,88); }
div.DivClassName
{
background-color: #AD4658;
}
.BgClassName
{
background-color: #AD4658;
}
</style>
border-color css
<style>
span { border-color: #AD4658; }
span { border-color: rgb(173,70,88); }
td.TdClassName
{
border-color: #AD4658;
}
.TagClassName
{
border-color: #AD4658;
}
</style>