Shades of Hippie Pink #AD575C
Tints of Hippie Pink #AD575C
RGB
CMYK
RGB Variations
Color information
#AD575C (or 0xAD575C) is known color: Hippie Pink. HEX triplet: AD, 57 and 5C. RGB value is (173,87,92). Sum of RGB (Red+Green+Blue) = 173+87+92=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD575C is #52A8A3. Grayscale: #717171. Windows color (decimal): -5417124 or 6051757. OLE color: 6051757.
HSL color Cylindrical-coordinate representation of color #AD575C: hue angle of 356.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD575C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 92 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.32 |
| HSL | 356.51º | 0.34% | 0.51% | - |
| HSV(B) | 356.51º | 0.5% | 0.68% | - |
| XYZ | 22.57 | 16.47 | 12.12 | - |
| YUV | 113.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 92 | 0 | 0.50 | 0.47 | 0.32 | 356.51 | 0.34 | 0.51 |
| Hex | AD | 57 | 5C | 0 | 32 | 2F | 20 | 165 | 22 | 33 |
| Octal | 255 | 127 | 134 | 0 | 62 | 57 | 40 | 545 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1011100 | 0 | 110010 | 101111 | 100000 | 101100101 | 100010 | 110011 |
Color Harmonies of #AD575C
Complementary color
Monochromatic Colors of #AD575C
Black with #AD575C
Text Example
Text Example
White with #AD575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD575C; }
p { color: rgb(173,87,92); }
H1.HeaderClassName
{
color: #AD575C;
}
.AnyTagClassName
{
color: #AD575C;
}
</style>
background-color css
<style>
a { background-color: #AD575C; }
a { background-color: rgb(173,87,92); }
div.DivClassName
{
background-color: #AD575C;
}
.BgClassName
{
background-color: #AD575C;
}
</style>
border-color css
<style>
span { border-color: #AD575C; }
span { border-color: rgb(173,87,92); }
td.TdClassName
{
border-color: #AD575C;
}
.TagClassName
{
border-color: #AD575C;
}
</style>