Shades of Hippie Pink #AD4D5C
Tints of Hippie Pink #AD4D5C
RGB
CMYK
RGB Variations
Color information
#AD4D5C (or 0xAD4D5C) is known color: Hippie Pink. HEX triplet: AD, 4D and 5C. RGB value is (173,77,92). Sum of RGB (Red+Green+Blue) = 173+77+92=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D5C is #52B2A3. Grayscale: #6B6B6B. Windows color (decimal): -5419684 or 6049197. OLE color: 6049197.
HSL color Cylindrical-coordinate representation of color #AD4D5C: hue angle of 350.62º 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 #AD4D5C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 92 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.32 |
| HSL | 350.63º | 0.38% | 0.49% | - |
| HSV(B) | 350.63º | 0.55% | 0.68% | - |
| XYZ | 21.82 | 14.96 | 11.86 | - |
| YUV | 107.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 92 | 0 | 0.55 | 0.47 | 0.32 | 350.63 | 0.38 | 0.49 |
| Hex | AD | 4D | 5C | 0 | 37 | 2F | 20 | 15F | 26 | 31 |
| Octal | 255 | 115 | 134 | 0 | 67 | 57 | 40 | 537 | 46 | 61 |
| Binary | 10101101 | 1001101 | 1011100 | 0 | 110111 | 101111 | 100000 | 101011111 | 100110 | 110001 |
Color Harmonies of #AD4D5C
Complementary color
Monochromatic Colors of #AD4D5C
Black with #AD4D5C
Text Example
Text Example
White with #AD4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D5C; }
p { color: rgb(173,77,92); }
H1.HeaderClassName
{
color: #AD4D5C;
}
.AnyTagClassName
{
color: #AD4D5C;
}
</style>
background-color css
<style>
a { background-color: #AD4D5C; }
a { background-color: rgb(173,77,92); }
div.DivClassName
{
background-color: #AD4D5C;
}
.BgClassName
{
background-color: #AD4D5C;
}
</style>
border-color css
<style>
span { border-color: #AD4D5C; }
span { border-color: rgb(173,77,92); }
td.TdClassName
{
border-color: #AD4D5C;
}
.TagClassName
{
border-color: #AD4D5C;
}
</style>