Shades of Hippie Pink #AD4559
Tints of Hippie Pink #AD4559
RGB
CMYK
RGB Variations
Color information
#AD4559 (or 0xAD4559) is known color: Hippie Pink. HEX triplet: AD, 45 and 59. RGB value is (173,69,89). Sum of RGB (Red+Green+Blue) = 173+69+89=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4559 is #52BAA6. Grayscale: #666666. Windows color (decimal): -5421735 or 5850541. OLE color: 5850541.
HSL color Cylindrical-coordinate representation of color #AD4559: hue angle of 348.46º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4559 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 89 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.32 |
| HSL | 348.46º | 0.43% | 0.47% | - |
| HSV(B) | 348.46º | 0.6% | 0.68% | - |
| XYZ | 21.16 | 13.86 | 11.01 | - |
| YUV | 102.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 89 | 0 | 0.60 | 0.49 | 0.32 | 348.46 | 0.43 | 0.47 |
| Hex | AD | 45 | 59 | 0 | 3C | 31 | 20 | 15C | 2B | 2F |
| Octal | 255 | 105 | 131 | 0 | 74 | 61 | 40 | 534 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1011001 | 0 | 111100 | 110001 | 100000 | 101011100 | 101011 | 101111 |
Color Harmonies of #AD4559
Complementary color
Monochromatic Colors of #AD4559
Black with #AD4559
Text Example
Text Example
White with #AD4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4559; }
p { color: rgb(173,69,89); }
H1.HeaderClassName
{
color: #AD4559;
}
.AnyTagClassName
{
color: #AD4559;
}
</style>
background-color css
<style>
a { background-color: #AD4559; }
a { background-color: rgb(173,69,89); }
div.DivClassName
{
background-color: #AD4559;
}
.BgClassName
{
background-color: #AD4559;
}
</style>
border-color css
<style>
span { border-color: #AD4559; }
span { border-color: rgb(173,69,89); }
td.TdClassName
{
border-color: #AD4559;
}
.TagClassName
{
border-color: #AD4559;
}
</style>