Shades of Hippie Pink #AD4E5D
Tints of Hippie Pink #AD4E5D
RGB
CMYK
RGB Variations
Color information
#AD4E5D (or 0xAD4E5D) is known color: Hippie Pink. HEX triplet: AD, 4E and 5D. RGB value is (173,78,93). Sum of RGB (Red+Green+Blue) = 173+78+93=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4E5D is #52B1A2. Grayscale: #6C6C6C. Windows color (decimal): -5419427 or 6114989. OLE color: 6114989.
HSL color Cylindrical-coordinate representation of color #AD4E5D: hue angle of 350.53º 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 #AD4E5D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 93 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.32 |
| HSL | 350.53º | 0.38% | 0.49% | - |
| HSV(B) | 350.53º | 0.55% | 0.68% | - |
| XYZ | 21.93 | 15.12 | 12.12 | - |
| YUV | 108.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 93 | 0 | 0.55 | 0.46 | 0.32 | 350.53 | 0.38 | 0.49 |
| Hex | AD | 4E | 5D | 0 | 37 | 2E | 20 | 15F | 26 | 31 |
| Octal | 255 | 116 | 135 | 0 | 67 | 56 | 40 | 537 | 46 | 61 |
| Binary | 10101101 | 1001110 | 1011101 | 0 | 110111 | 101110 | 100000 | 101011111 | 100110 | 110001 |
Color Harmonies of #AD4E5D
Complementary color
Monochromatic Colors of #AD4E5D
Black with #AD4E5D
Text Example
Text Example
White with #AD4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E5D; }
p { color: rgb(173,78,93); }
H1.HeaderClassName
{
color: #AD4E5D;
}
.AnyTagClassName
{
color: #AD4E5D;
}
</style>
background-color css
<style>
a { background-color: #AD4E5D; }
a { background-color: rgb(173,78,93); }
div.DivClassName
{
background-color: #AD4E5D;
}
.BgClassName
{
background-color: #AD4E5D;
}
</style>
border-color css
<style>
span { border-color: #AD4E5D; }
span { border-color: rgb(173,78,93); }
td.TdClassName
{
border-color: #AD4E5D;
}
.TagClassName
{
border-color: #AD4E5D;
}
</style>