Shades of Hippie Pink #AD565F
Tints of Hippie Pink #AD565F
RGB
CMYK
RGB Variations
Color information
#AD565F (or 0xAD565F) is known color: Hippie Pink. HEX triplet: AD, 56 and 5F. RGB value is (173,86,95). Sum of RGB (Red+Green+Blue) = 173+86+95=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD565F is #52A9A0. Grayscale: #717171. Windows color (decimal): -5417377 or 6248109. OLE color: 6248109.
HSL color Cylindrical-coordinate representation of color #AD565F: hue angle of 353.79º 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 #AD565F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 95 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.32 |
| HSL | 353.79º | 0.35% | 0.51% | - |
| HSV(B) | 353.79º | 0.5% | 0.68% | - |
| XYZ | 22.63 | 16.37 | 12.79 | - |
| YUV | 113.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 95 | 0 | 0.50 | 0.45 | 0.32 | 353.79 | 0.35 | 0.51 |
| Hex | AD | 56 | 5F | 0 | 32 | 2D | 20 | 162 | 23 | 33 |
| Octal | 255 | 126 | 137 | 0 | 62 | 55 | 40 | 542 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1011111 | 0 | 110010 | 101101 | 100000 | 101100010 | 100011 | 110011 |
Color Harmonies of #AD565F
Complementary color
Monochromatic Colors of #AD565F
Black with #AD565F
Text Example
Text Example
White with #AD565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD565F; }
p { color: rgb(173,86,95); }
H1.HeaderClassName
{
color: #AD565F;
}
.AnyTagClassName
{
color: #AD565F;
}
</style>
background-color css
<style>
a { background-color: #AD565F; }
a { background-color: rgb(173,86,95); }
div.DivClassName
{
background-color: #AD565F;
}
.BgClassName
{
background-color: #AD565F;
}
</style>
border-color css
<style>
span { border-color: #AD565F; }
span { border-color: rgb(173,86,95); }
td.TdClassName
{
border-color: #AD565F;
}
.TagClassName
{
border-color: #AD565F;
}
</style>