Shades of Hippie Pink #AD505B
Tints of Hippie Pink #AD505B
RGB
CMYK
RGB Variations
Color information
#AD505B (or 0xAD505B) is known color: Hippie Pink. HEX triplet: AD, 50 and 5B. RGB value is (173,80,91). Sum of RGB (Red+Green+Blue) = 173+80+91=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD505B is #52AFA4. Grayscale: #6D6D6D. Windows color (decimal): -5418917 or 5984429. OLE color: 5984429.
HSL color Cylindrical-coordinate representation of color #AD505B: hue angle of 352.9º 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 #AD505B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 91 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.32 |
| HSL | 352.9º | 0.37% | 0.5% | - |
| HSV(B) | 352.9º | 0.54% | 0.68% | - |
| XYZ | 21.99 | 15.38 | 11.71 | - |
| YUV | 109.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 91 | 0 | 0.54 | 0.47 | 0.32 | 352.9 | 0.37 | 0.5 |
| Hex | AD | 50 | 5B | 0 | 36 | 2F | 20 | 161 | 25 | 32 |
| Octal | 255 | 120 | 133 | 0 | 66 | 57 | 40 | 541 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1011011 | 0 | 110110 | 101111 | 100000 | 101100001 | 100101 | 110010 |
Color Harmonies of #AD505B
Complementary color
Monochromatic Colors of #AD505B
Black with #AD505B
Text Example
Text Example
White with #AD505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD505B; }
p { color: rgb(173,80,91); }
H1.HeaderClassName
{
color: #AD505B;
}
.AnyTagClassName
{
color: #AD505B;
}
</style>
background-color css
<style>
a { background-color: #AD505B; }
a { background-color: rgb(173,80,91); }
div.DivClassName
{
background-color: #AD505B;
}
.BgClassName
{
background-color: #AD505B;
}
</style>
border-color css
<style>
span { border-color: #AD505B; }
span { border-color: rgb(173,80,91); }
td.TdClassName
{
border-color: #AD505B;
}
.TagClassName
{
border-color: #AD505B;
}
</style>