Shades of Hippie Pink #AD4954
Tints of Hippie Pink #AD4954
RGB
CMYK
RGB Variations
Color information
#AD4954 (or 0xAD4954) is known color: Hippie Pink. HEX triplet: AD, 49 and 54. RGB value is (173,73,84). Sum of RGB (Red+Green+Blue) = 173+73+84=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4954 is #52B6AB. Grayscale: #686868. Windows color (decimal): -5420716 or 5523885. OLE color: 5523885.
HSL color Cylindrical-coordinate representation of color #AD4954: hue angle of 353.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4954 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 84 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.32 |
| HSL | 353.4º | 0.41% | 0.48% | - |
| HSV(B) | 353.4º | 0.58% | 0.68% | - |
| XYZ | 21.22 | 14.29 | 10.03 | - |
| YUV | 104.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 84 | 0 | 0.58 | 0.51 | 0.32 | 353.4 | 0.41 | 0.48 |
| Hex | AD | 49 | 54 | 0 | 3A | 33 | 20 | 161 | 29 | 30 |
| Octal | 255 | 111 | 124 | 0 | 72 | 63 | 40 | 541 | 51 | 60 |
| Binary | 10101101 | 1001001 | 1010100 | 0 | 111010 | 110011 | 100000 | 101100001 | 101001 | 110000 |
Color Harmonies of #AD4954
Complementary color
Monochromatic Colors of #AD4954
Black with #AD4954
Text Example
Text Example
White with #AD4954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4954; }
p { color: rgb(173,73,84); }
H1.HeaderClassName
{
color: #AD4954;
}
.AnyTagClassName
{
color: #AD4954;
}
</style>
background-color css
<style>
a { background-color: #AD4954; }
a { background-color: rgb(173,73,84); }
div.DivClassName
{
background-color: #AD4954;
}
.BgClassName
{
background-color: #AD4954;
}
</style>
border-color css
<style>
span { border-color: #AD4954; }
span { border-color: rgb(173,73,84); }
td.TdClassName
{
border-color: #AD4954;
}
.TagClassName
{
border-color: #AD4954;
}
</style>