Shades of Hippie Pink #AD515F
Tints of Hippie Pink #AD515F
RGB
CMYK
RGB Variations
Color information
#AD515F (or 0xAD515F) is known color: Hippie Pink. HEX triplet: AD, 51 and 5F. RGB value is (173,81,95). Sum of RGB (Red+Green+Blue) = 173+81+95=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD515F is #52AEA0. Grayscale: #6E6E6E. Windows color (decimal): -5418657 or 6246829. OLE color: 6246829.
HSL color Cylindrical-coordinate representation of color #AD515F: hue angle of 350.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD515F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 95 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.32 |
| HSL | 350.87º | 0.36% | 0.5% | - |
| HSV(B) | 350.87º | 0.53% | 0.68% | - |
| XYZ | 22.24 | 15.6 | 12.66 | - |
| YUV | 110.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 95 | 0 | 0.53 | 0.45 | 0.32 | 350.87 | 0.36 | 0.5 |
| Hex | AD | 51 | 5F | 0 | 35 | 2D | 20 | 15F | 24 | 32 |
| Octal | 255 | 121 | 137 | 0 | 65 | 55 | 40 | 537 | 44 | 62 |
| Binary | 10101101 | 1010001 | 1011111 | 0 | 110101 | 101101 | 100000 | 101011111 | 100100 | 110010 |
Color Harmonies of #AD515F
Complementary color
Monochromatic Colors of #AD515F
Black with #AD515F
Text Example
Text Example
White with #AD515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD515F; }
p { color: rgb(173,81,95); }
H1.HeaderClassName
{
color: #AD515F;
}
.AnyTagClassName
{
color: #AD515F;
}
</style>
background-color css
<style>
a { background-color: #AD515F; }
a { background-color: rgb(173,81,95); }
div.DivClassName
{
background-color: #AD515F;
}
.BgClassName
{
background-color: #AD515F;
}
</style>
border-color css
<style>
span { border-color: #AD515F; }
span { border-color: rgb(173,81,95); }
td.TdClassName
{
border-color: #AD515F;
}
.TagClassName
{
border-color: #AD515F;
}
</style>