Shades of Hippie Pink #AD505D
Tints of Hippie Pink #AD505D
RGB
CMYK
RGB Variations
Color information
#AD505D (or 0xAD505D) is known color: Hippie Pink. HEX triplet: AD, 50 and 5D. RGB value is (173,80,93). Sum of RGB (Red+Green+Blue) = 173+80+93=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD505D is #52AFA2. Grayscale: #6D6D6D. Windows color (decimal): -5418915 or 6115501. OLE color: 6115501.
HSL color Cylindrical-coordinate representation of color #AD505D: hue angle of 351.61º 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 #AD505D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 93 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.32 |
| HSL | 351.61º | 0.37% | 0.5% | - |
| HSV(B) | 351.61º | 0.54% | 0.68% | - |
| XYZ | 22.08 | 15.41 | 12.17 | - |
| YUV | 109.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 93 | 0 | 0.54 | 0.46 | 0.32 | 351.61 | 0.37 | 0.5 |
| Hex | AD | 50 | 5D | 0 | 36 | 2E | 20 | 160 | 25 | 32 |
| Octal | 255 | 120 | 135 | 0 | 66 | 56 | 40 | 540 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1011101 | 0 | 110110 | 101110 | 100000 | 101100000 | 100101 | 110010 |
Color Harmonies of #AD505D
Complementary color
Monochromatic Colors of #AD505D
Black with #AD505D
Text Example
Text Example
White with #AD505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD505D; }
p { color: rgb(173,80,93); }
H1.HeaderClassName
{
color: #AD505D;
}
.AnyTagClassName
{
color: #AD505D;
}
</style>
background-color css
<style>
a { background-color: #AD505D; }
a { background-color: rgb(173,80,93); }
div.DivClassName
{
background-color: #AD505D;
}
.BgClassName
{
background-color: #AD505D;
}
</style>
border-color css
<style>
span { border-color: #AD505D; }
span { border-color: rgb(173,80,93); }
td.TdClassName
{
border-color: #AD505D;
}
.TagClassName
{
border-color: #AD505D;
}
</style>