Shades of Hippie Pink #AD4E50
Tints of Hippie Pink #AD4E50
RGB
CMYK
RGB Variations
Color information
#AD4E50 (or 0xAD4E50) is known color: Hippie Pink. HEX triplet: AD, 4E and 50. RGB value is (173,78,80). Sum of RGB (Red+Green+Blue) = 173+78+80=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4E50 is #52B1AF. Grayscale: #6A6A6A. Windows color (decimal): -5419440 or 5263021. OLE color: 5263021.
HSL color Cylindrical-coordinate representation of color #AD4E50: hue angle of 358.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4E50 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 80 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.32 |
| HSL | 358.74º | 0.38% | 0.49% | - |
| HSV(B) | 358.74º | 0.55% | 0.68% | - |
| XYZ | 21.41 | 14.91 | 9.34 | - |
| YUV | 106.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 80 | 0 | 0.55 | 0.54 | 0.32 | 358.74 | 0.38 | 0.49 |
| Hex | AD | 4E | 50 | 0 | 37 | 36 | 20 | 167 | 26 | 31 |
| Octal | 255 | 116 | 120 | 0 | 67 | 66 | 40 | 547 | 46 | 61 |
| Binary | 10101101 | 1001110 | 1010000 | 0 | 110111 | 110110 | 100000 | 101100111 | 100110 | 110001 |
Color Harmonies of #AD4E50
Complementary color
Monochromatic Colors of #AD4E50
Black with #AD4E50
Text Example
Text Example
White with #AD4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E50; }
p { color: rgb(173,78,80); }
H1.HeaderClassName
{
color: #AD4E50;
}
.AnyTagClassName
{
color: #AD4E50;
}
</style>
background-color css
<style>
a { background-color: #AD4E50; }
a { background-color: rgb(173,78,80); }
div.DivClassName
{
background-color: #AD4E50;
}
.BgClassName
{
background-color: #AD4E50;
}
</style>
border-color css
<style>
span { border-color: #AD4E50; }
span { border-color: rgb(173,78,80); }
td.TdClassName
{
border-color: #AD4E50;
}
.TagClassName
{
border-color: #AD4E50;
}
</style>