Shades of Hippie Pink #AD5458
Tints of Hippie Pink #AD5458
RGB
CMYK
RGB Variations
Color information
#AD5458 (or 0xAD5458) is known color: Hippie Pink. HEX triplet: AD, 54 and 58. RGB value is (173,84,88). Sum of RGB (Red+Green+Blue) = 173+84+88=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5458 is #52ABA7. Grayscale: #6F6F6F. Windows color (decimal): -5417896 or 5788845. OLE color: 5788845.
HSL color Cylindrical-coordinate representation of color #AD5458: hue angle of 357.3º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5458 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 88 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.32 |
| HSL | 357.3º | 0.35% | 0.5% | - |
| HSV(B) | 357.3º | 0.51% | 0.68% | - |
| XYZ | 22.17 | 15.93 | 11.14 | - |
| YUV | 111.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 88 | 0 | 0.51 | 0.49 | 0.32 | 357.3 | 0.35 | 0.5 |
| Hex | AD | 54 | 58 | 0 | 33 | 31 | 20 | 165 | 23 | 32 |
| Octal | 255 | 124 | 130 | 0 | 63 | 61 | 40 | 545 | 43 | 62 |
| Binary | 10101101 | 1010100 | 1011000 | 0 | 110011 | 110001 | 100000 | 101100101 | 100011 | 110010 |
Color Harmonies of #AD5458
Complementary color
Monochromatic Colors of #AD5458
Black with #AD5458
Text Example
Text Example
White with #AD5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5458; }
p { color: rgb(173,84,88); }
H1.HeaderClassName
{
color: #AD5458;
}
.AnyTagClassName
{
color: #AD5458;
}
</style>
background-color css
<style>
a { background-color: #AD5458; }
a { background-color: rgb(173,84,88); }
div.DivClassName
{
background-color: #AD5458;
}
.BgClassName
{
background-color: #AD5458;
}
</style>
border-color css
<style>
span { border-color: #AD5458; }
span { border-color: rgb(173,84,88); }
td.TdClassName
{
border-color: #AD5458;
}
.TagClassName
{
border-color: #AD5458;
}
</style>