Shades of Hippie Pink #AD5055
Tints of Hippie Pink #AD5055
RGB
CMYK
RGB Variations
Color information
#AD5055 (or 0xAD5055) is known color: Hippie Pink. HEX triplet: AD, 50 and 55. RGB value is (173,80,85). Sum of RGB (Red+Green+Blue) = 173+80+85=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5055 is #52AFAA. Grayscale: #6C6C6C. Windows color (decimal): -5418923 or 5591213. OLE color: 5591213.
HSL color Cylindrical-coordinate representation of color #AD5055: hue angle of 356.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5055 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 85 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.32 |
| HSL | 356.77º | 0.37% | 0.5% | - |
| HSV(B) | 356.77º | 0.54% | 0.68% | - |
| XYZ | 21.74 | 15.28 | 10.4 | - |
| YUV | 108.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 85 | 0 | 0.54 | 0.51 | 0.32 | 356.77 | 0.37 | 0.5 |
| Hex | AD | 50 | 55 | 0 | 36 | 33 | 20 | 165 | 25 | 32 |
| Octal | 255 | 120 | 125 | 0 | 66 | 63 | 40 | 545 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1010101 | 0 | 110110 | 110011 | 100000 | 101100101 | 100101 | 110010 |
Color Harmonies of #AD5055
Complementary color
Monochromatic Colors of #AD5055
Black with #AD5055
Text Example
Text Example
White with #AD5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5055; }
p { color: rgb(173,80,85); }
H1.HeaderClassName
{
color: #AD5055;
}
.AnyTagClassName
{
color: #AD5055;
}
</style>
background-color css
<style>
a { background-color: #AD5055; }
a { background-color: rgb(173,80,85); }
div.DivClassName
{
background-color: #AD5055;
}
.BgClassName
{
background-color: #AD5055;
}
</style>
border-color css
<style>
span { border-color: #AD5055; }
span { border-color: rgb(173,80,85); }
td.TdClassName
{
border-color: #AD5055;
}
.TagClassName
{
border-color: #AD5055;
}
</style>