Shades of Hippie Pink #AD595D
Tints of Hippie Pink #AD595D
RGB
CMYK
RGB Variations
Color information
#AD595D (or 0xAD595D) is known color: Hippie Pink. HEX triplet: AD, 59 and 5D. RGB value is (173,89,93). Sum of RGB (Red+Green+Blue) = 173+89+93=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595D is #52A6A2. Grayscale: #727272. Windows color (decimal): -5416611 or 6117805. OLE color: 6117805.
HSL color Cylindrical-coordinate representation of color #AD595D: hue angle of 357.14º 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 #AD595D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 93 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.32 |
| HSL | 357.14º | 0.34% | 0.51% | - |
| HSV(B) | 357.14º | 0.49% | 0.68% | - |
| XYZ | 22.78 | 16.82 | 12.4 | - |
| YUV | 114.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 93 | 0 | 0.49 | 0.46 | 0.32 | 357.14 | 0.34 | 0.51 |
| Hex | AD | 59 | 5D | 0 | 31 | 2E | 20 | 165 | 22 | 33 |
| Octal | 255 | 131 | 135 | 0 | 61 | 56 | 40 | 545 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1011101 | 0 | 110001 | 101110 | 100000 | 101100101 | 100010 | 110011 |
Color Harmonies of #AD595D
Complementary color
Monochromatic Colors of #AD595D
Black with #AD595D
Text Example
Text Example
White with #AD595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD595D; }
p { color: rgb(173,89,93); }
H1.HeaderClassName
{
color: #AD595D;
}
.AnyTagClassName
{
color: #AD595D;
}
</style>
background-color css
<style>
a { background-color: #AD595D; }
a { background-color: rgb(173,89,93); }
div.DivClassName
{
background-color: #AD595D;
}
.BgClassName
{
background-color: #AD595D;
}
</style>
border-color css
<style>
span { border-color: #AD595D; }
span { border-color: rgb(173,89,93); }
td.TdClassName
{
border-color: #AD595D;
}
.TagClassName
{
border-color: #AD595D;
}
</style>