Shades of Hippie Pink #AD4549
Tints of Hippie Pink #AD4549
RGB
CMYK
RGB Variations
Color information
#AD4549 (or 0xAD4549) is known color: Hippie Pink. HEX triplet: AD, 45 and 49. RGB value is (173,69,73). Sum of RGB (Red+Green+Blue) = 173+69+73=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4549 is #52BAB6. Grayscale: #646464. Windows color (decimal): -5421751 or 4801965. OLE color: 4801965.
HSL color Cylindrical-coordinate representation of color #AD4549: hue angle of 357.69º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4549 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 73 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.32 |
| HSL | 357.69º | 0.43% | 0.47% | - |
| HSV(B) | 357.69º | 0.6% | 0.68% | - |
| XYZ | 20.56 | 13.62 | 7.85 | - |
| YUV | 100.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 73 | 0 | 0.60 | 0.58 | 0.32 | 357.69 | 0.43 | 0.47 |
| Hex | AD | 45 | 49 | 0 | 3C | 3A | 20 | 166 | 2B | 2F |
| Octal | 255 | 105 | 111 | 0 | 74 | 72 | 40 | 546 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1001001 | 0 | 111100 | 111010 | 100000 | 101100110 | 101011 | 101111 |
Color Harmonies of #AD4549
Complementary color
Monochromatic Colors of #AD4549
Black with #AD4549
Text Example
Text Example
White with #AD4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4549; }
p { color: rgb(173,69,73); }
H1.HeaderClassName
{
color: #AD4549;
}
.AnyTagClassName
{
color: #AD4549;
}
</style>
background-color css
<style>
a { background-color: #AD4549; }
a { background-color: rgb(173,69,73); }
div.DivClassName
{
background-color: #AD4549;
}
.BgClassName
{
background-color: #AD4549;
}
</style>
border-color css
<style>
span { border-color: #AD4549; }
span { border-color: rgb(173,69,73); }
td.TdClassName
{
border-color: #AD4549;
}
.TagClassName
{
border-color: #AD4549;
}
</style>