Shades of Hippie Pink #AD585C
Tints of Hippie Pink #AD585C
RGB
CMYK
RGB Variations
Color information
#AD585C (or 0xAD585C) is known color: Hippie Pink. HEX triplet: AD, 58 and 5C. RGB value is (173,88,92). Sum of RGB (Red+Green+Blue) = 173+88+92=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD585C is #52A7A3. Grayscale: #717171. Windows color (decimal): -5416868 or 6052013. OLE color: 6052013.
HSL color Cylindrical-coordinate representation of color #AD585C: hue angle of 357.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD585C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 92 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.32 |
| HSL | 357.18º | 0.34% | 0.51% | - |
| HSV(B) | 357.18º | 0.49% | 0.68% | - |
| XYZ | 22.66 | 16.64 | 12.14 | - |
| YUV | 113.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 92 | 0 | 0.49 | 0.47 | 0.32 | 357.18 | 0.34 | 0.51 |
| Hex | AD | 58 | 5C | 0 | 31 | 2F | 20 | 165 | 22 | 33 |
| Octal | 255 | 130 | 134 | 0 | 61 | 57 | 40 | 545 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1011100 | 0 | 110001 | 101111 | 100000 | 101100101 | 100010 | 110011 |
Color Harmonies of #AD585C
Complementary color
Monochromatic Colors of #AD585C
Black with #AD585C
Text Example
Text Example
White with #AD585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD585C; }
p { color: rgb(173,88,92); }
H1.HeaderClassName
{
color: #AD585C;
}
.AnyTagClassName
{
color: #AD585C;
}
</style>
background-color css
<style>
a { background-color: #AD585C; }
a { background-color: rgb(173,88,92); }
div.DivClassName
{
background-color: #AD585C;
}
.BgClassName
{
background-color: #AD585C;
}
</style>
border-color css
<style>
span { border-color: #AD585C; }
span { border-color: rgb(173,88,92); }
td.TdClassName
{
border-color: #AD585C;
}
.TagClassName
{
border-color: #AD585C;
}
</style>