Shades of Hippie Pink #AD505F
Tints of Hippie Pink #AD505F
RGB
CMYK
RGB Variations
Color information
#AD505F (or 0xAD505F) is known color: Hippie Pink. HEX triplet: AD, 50 and 5F. RGB value is (173,80,95). Sum of RGB (Red+Green+Blue) = 173+80+95=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD505F is #52AFA0. Grayscale: #6D6D6D. Windows color (decimal): -5418913 or 6246573. OLE color: 6246573.
HSL color Cylindrical-coordinate representation of color #AD505F: hue angle of 350.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD505F is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 95 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.32 |
| HSL | 350.32º | 0.37% | 0.5% | - |
| HSV(B) | 350.32º | 0.54% | 0.68% | - |
| XYZ | 22.17 | 15.45 | 12.64 | - |
| YUV | 109.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 95 | 0 | 0.54 | 0.45 | 0.32 | 350.32 | 0.37 | 0.5 |
| Hex | AD | 50 | 5F | 0 | 36 | 2D | 20 | 15E | 25 | 32 |
| Octal | 255 | 120 | 137 | 0 | 66 | 55 | 40 | 536 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1011111 | 0 | 110110 | 101101 | 100000 | 101011110 | 100101 | 110010 |
Color Harmonies of #AD505F
Complementary color
Monochromatic Colors of #AD505F
Black with #AD505F
Text Example
Text Example
White with #AD505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD505F; }
p { color: rgb(173,80,95); }
H1.HeaderClassName
{
color: #AD505F;
}
.AnyTagClassName
{
color: #AD505F;
}
</style>
background-color css
<style>
a { background-color: #AD505F; }
a { background-color: rgb(173,80,95); }
div.DivClassName
{
background-color: #AD505F;
}
.BgClassName
{
background-color: #AD505F;
}
</style>
border-color css
<style>
span { border-color: #AD505F; }
span { border-color: rgb(173,80,95); }
td.TdClassName
{
border-color: #AD505F;
}
.TagClassName
{
border-color: #AD505F;
}
</style>