Shades of Hippie Pink #AD4D4F
Tints of Hippie Pink #AD4D4F
RGB
CMYK
RGB Variations
Color information
#AD4D4F (or 0xAD4D4F) is known color: Hippie Pink. HEX triplet: AD, 4D and 4F. RGB value is (173,77,79). Sum of RGB (Red+Green+Blue) = 173+77+79=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D4F is #52B2B0. Grayscale: #6A6A6A. Windows color (decimal): -5419697 or 5197229. OLE color: 5197229.
HSL color Cylindrical-coordinate representation of color #AD4D4F: hue angle of 358.75º 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 #AD4D4F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 79 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.32 |
| HSL | 358.75º | 0.38% | 0.49% | - |
| HSV(B) | 358.75º | 0.55% | 0.68% | - |
| XYZ | 21.3 | 14.76 | 9.12 | - |
| YUV | 105.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 79 | 0 | 0.55 | 0.54 | 0.32 | 358.75 | 0.38 | 0.49 |
| Hex | AD | 4D | 4F | 0 | 37 | 36 | 20 | 167 | 26 | 31 |
| Octal | 255 | 115 | 117 | 0 | 67 | 66 | 40 | 547 | 46 | 61 |
| Binary | 10101101 | 1001101 | 1001111 | 0 | 110111 | 110110 | 100000 | 101100111 | 100110 | 110001 |
Color Harmonies of #AD4D4F
Complementary color
Monochromatic Colors of #AD4D4F
Black with #AD4D4F
Text Example
Text Example
White with #AD4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D4F; }
p { color: rgb(173,77,79); }
H1.HeaderClassName
{
color: #AD4D4F;
}
.AnyTagClassName
{
color: #AD4D4F;
}
</style>
background-color css
<style>
a { background-color: #AD4D4F; }
a { background-color: rgb(173,77,79); }
div.DivClassName
{
background-color: #AD4D4F;
}
.BgClassName
{
background-color: #AD4D4F;
}
</style>
border-color css
<style>
span { border-color: #AD4D4F; }
span { border-color: rgb(173,77,79); }
td.TdClassName
{
border-color: #AD4D4F;
}
.TagClassName
{
border-color: #AD4D4F;
}
</style>