Shades of Hippie Pink #AD505C
Tints of Hippie Pink #AD505C
RGB
CMYK
RGB Variations
Color information
#AD505C (or 0xAD505C) is known color: Hippie Pink. HEX triplet: AD, 50 and 5C. RGB value is (173,80,92). Sum of RGB (Red+Green+Blue) = 173+80+92=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD505C is #52AFA3. Grayscale: #6D6D6D. Windows color (decimal): -5418916 or 6049965. OLE color: 6049965.
HSL color Cylindrical-coordinate representation of color #AD505C: hue angle of 352.26º 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 #AD505C is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 92 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.32 |
| HSL | 352.26º | 0.37% | 0.5% | - |
| HSV(B) | 352.26º | 0.54% | 0.68% | - |
| XYZ | 22.03 | 15.39 | 11.94 | - |
| YUV | 109.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 92 | 0 | 0.54 | 0.47 | 0.32 | 352.26 | 0.37 | 0.5 |
| Hex | AD | 50 | 5C | 0 | 36 | 2F | 20 | 160 | 25 | 32 |
| Octal | 255 | 120 | 134 | 0 | 66 | 57 | 40 | 540 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1011100 | 0 | 110110 | 101111 | 100000 | 101100000 | 100101 | 110010 |
Color Harmonies of #AD505C
Complementary color
Monochromatic Colors of #AD505C
Black with #AD505C
Text Example
Text Example
White with #AD505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD505C; }
p { color: rgb(173,80,92); }
H1.HeaderClassName
{
color: #AD505C;
}
.AnyTagClassName
{
color: #AD505C;
}
</style>
background-color css
<style>
a { background-color: #AD505C; }
a { background-color: rgb(173,80,92); }
div.DivClassName
{
background-color: #AD505C;
}
.BgClassName
{
background-color: #AD505C;
}
</style>
border-color css
<style>
span { border-color: #AD505C; }
span { border-color: rgb(173,80,92); }
td.TdClassName
{
border-color: #AD505C;
}
.TagClassName
{
border-color: #AD505C;
}
</style>