Shades of Hippie Pink #AD595C
Tints of Hippie Pink #AD595C
RGB
CMYK
RGB Variations
Color information
#AD595C (or 0xAD595C) is known color: Hippie Pink. HEX triplet: AD, 59 and 5C. RGB value is (173,89,92). Sum of RGB (Red+Green+Blue) = 173+89+92=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD595C is #52A6A3. Grayscale: #727272. Windows color (decimal): -5416612 or 6052269. OLE color: 6052269.
HSL color Cylindrical-coordinate representation of color #AD595C: hue angle of 357.86º 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 #AD595C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 92 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.32 |
| HSL | 357.86º | 0.34% | 0.51% | - |
| HSV(B) | 357.86º | 0.49% | 0.68% | - |
| XYZ | 22.74 | 16.8 | 12.17 | - |
| YUV | 114.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 92 | 0 | 0.49 | 0.47 | 0.32 | 357.86 | 0.34 | 0.51 |
| Hex | AD | 59 | 5C | 0 | 31 | 2F | 20 | 166 | 22 | 33 |
| Octal | 255 | 131 | 134 | 0 | 61 | 57 | 40 | 546 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1011100 | 0 | 110001 | 101111 | 100000 | 101100110 | 100010 | 110011 |
Color Harmonies of #AD595C
Complementary color
Monochromatic Colors of #AD595C
Black with #AD595C
Text Example
Text Example
White with #AD595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD595C; }
p { color: rgb(173,89,92); }
H1.HeaderClassName
{
color: #AD595C;
}
.AnyTagClassName
{
color: #AD595C;
}
</style>
background-color css
<style>
a { background-color: #AD595C; }
a { background-color: rgb(173,89,92); }
div.DivClassName
{
background-color: #AD595C;
}
.BgClassName
{
background-color: #AD595C;
}
</style>
border-color css
<style>
span { border-color: #AD595C; }
span { border-color: rgb(173,89,92); }
td.TdClassName
{
border-color: #AD595C;
}
.TagClassName
{
border-color: #AD595C;
}
</style>