Shades of Hippie Pink #AD4557
Tints of Hippie Pink #AD4557
RGB
CMYK
RGB Variations
Color information
#AD4557 (or 0xAD4557) is known color: Hippie Pink. HEX triplet: AD, 45 and 57. RGB value is (173,69,87). Sum of RGB (Red+Green+Blue) = 173+69+87=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4557 is #52BAA8. Grayscale: #666666. Windows color (decimal): -5421737 or 5719469. OLE color: 5719469.
HSL color Cylindrical-coordinate representation of color #AD4557: hue angle of 349.62º 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 #AD4557 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 87 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.32 |
| HSL | 349.62º | 0.43% | 0.47% | - |
| HSV(B) | 349.62º | 0.6% | 0.68% | - |
| XYZ | 21.08 | 13.83 | 10.57 | - |
| YUV | 102.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 87 | 0 | 0.60 | 0.50 | 0.32 | 349.62 | 0.43 | 0.47 |
| Hex | AD | 45 | 57 | 0 | 3C | 32 | 20 | 15E | 2B | 2F |
| Octal | 255 | 105 | 127 | 0 | 74 | 62 | 40 | 536 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1010111 | 0 | 111100 | 110010 | 100000 | 101011110 | 101011 | 101111 |
Color Harmonies of #AD4557
Complementary color
Monochromatic Colors of #AD4557
Black with #AD4557
Text Example
Text Example
White with #AD4557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4557; }
p { color: rgb(173,69,87); }
H1.HeaderClassName
{
color: #AD4557;
}
.AnyTagClassName
{
color: #AD4557;
}
</style>
background-color css
<style>
a { background-color: #AD4557; }
a { background-color: rgb(173,69,87); }
div.DivClassName
{
background-color: #AD4557;
}
.BgClassName
{
background-color: #AD4557;
}
</style>
border-color css
<style>
span { border-color: #AD4557; }
span { border-color: rgb(173,69,87); }
td.TdClassName
{
border-color: #AD4557;
}
.TagClassName
{
border-color: #AD4557;
}
</style>