Shades of Hippie Pink #AD565C
Tints of Hippie Pink #AD565C
RGB
CMYK
RGB Variations
Color information
#AD565C (or 0xAD565C) is known color: Hippie Pink. HEX triplet: AD, 56 and 5C. RGB value is (173,86,92). Sum of RGB (Red+Green+Blue) = 173+86+92=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD565C is #52A9A3. Grayscale: #707070. Windows color (decimal): -5417380 or 6051501. OLE color: 6051501.
HSL color Cylindrical-coordinate representation of color #AD565C: hue angle of 355.86º degrees, saturation: 0.35, 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 #AD565C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 92 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.32 |
| HSL | 355.86º | 0.35% | 0.51% | - |
| HSV(B) | 355.86º | 0.5% | 0.68% | - |
| XYZ | 22.49 | 16.31 | 12.09 | - |
| YUV | 112.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 92 | 0 | 0.50 | 0.47 | 0.32 | 355.86 | 0.35 | 0.51 |
| Hex | AD | 56 | 5C | 0 | 32 | 2F | 20 | 164 | 23 | 33 |
| Octal | 255 | 126 | 134 | 0 | 62 | 57 | 40 | 544 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1011100 | 0 | 110010 | 101111 | 100000 | 101100100 | 100011 | 110011 |
Color Harmonies of #AD565C
Complementary color
Monochromatic Colors of #AD565C
Black with #AD565C
Text Example
Text Example
White with #AD565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD565C; }
p { color: rgb(173,86,92); }
H1.HeaderClassName
{
color: #AD565C;
}
.AnyTagClassName
{
color: #AD565C;
}
</style>
background-color css
<style>
a { background-color: #AD565C; }
a { background-color: rgb(173,86,92); }
div.DivClassName
{
background-color: #AD565C;
}
.BgClassName
{
background-color: #AD565C;
}
</style>
border-color css
<style>
span { border-color: #AD565C; }
span { border-color: rgb(173,86,92); }
td.TdClassName
{
border-color: #AD565C;
}
.TagClassName
{
border-color: #AD565C;
}
</style>