Shades of Hippie Pink #AD4552
Tints of Hippie Pink #AD4552
RGB
CMYK
RGB Variations
Color information
#AD4552 (or 0xAD4552) is known color: Hippie Pink. HEX triplet: AD, 45 and 52. RGB value is (173,69,82). Sum of RGB (Red+Green+Blue) = 173+69+82=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4552 is #52BAAD. Grayscale: #656565. Windows color (decimal): -5421742 or 5391789. OLE color: 5391789.
HSL color Cylindrical-coordinate representation of color #AD4552: hue angle of 352.5º 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 #AD4552 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 82 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.32 |
| HSL | 352.5º | 0.43% | 0.47% | - |
| HSV(B) | 352.5º | 0.6% | 0.68% | - |
| XYZ | 20.88 | 13.75 | 9.54 | - |
| YUV | 101.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 82 | 0 | 0.60 | 0.53 | 0.32 | 352.5 | 0.43 | 0.47 |
| Hex | AD | 45 | 52 | 0 | 3C | 35 | 20 | 160 | 2B | 2F |
| Octal | 255 | 105 | 122 | 0 | 74 | 65 | 40 | 540 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1010010 | 0 | 111100 | 110101 | 100000 | 101100000 | 101011 | 101111 |
Color Harmonies of #AD4552
Complementary color
Monochromatic Colors of #AD4552
Black with #AD4552
Text Example
Text Example
White with #AD4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4552; }
p { color: rgb(173,69,82); }
H1.HeaderClassName
{
color: #AD4552;
}
.AnyTagClassName
{
color: #AD4552;
}
</style>
background-color css
<style>
a { background-color: #AD4552; }
a { background-color: rgb(173,69,82); }
div.DivClassName
{
background-color: #AD4552;
}
.BgClassName
{
background-color: #AD4552;
}
</style>
border-color css
<style>
span { border-color: #AD4552; }
span { border-color: rgb(173,69,82); }
td.TdClassName
{
border-color: #AD4552;
}
.TagClassName
{
border-color: #AD4552;
}
</style>