Shades of Hippie Pink #AD4852
Tints of Hippie Pink #AD4852
RGB
CMYK
RGB Variations
Color information
#AD4852 (or 0xAD4852) is known color: Hippie Pink. HEX triplet: AD, 48 and 52. RGB value is (173,72,82). Sum of RGB (Red+Green+Blue) = 173+72+82=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4852 is #52B7AD. Grayscale: #676767. Windows color (decimal): -5420974 or 5392557. OLE color: 5392557.
HSL color Cylindrical-coordinate representation of color #AD4852: hue angle of 354.06º 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 #AD4852 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 82 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.32 |
| HSL | 354.06º | 0.41% | 0.48% | - |
| HSV(B) | 354.06º | 0.58% | 0.68% | - |
| XYZ | 21.07 | 14.13 | 9.6 | - |
| YUV | 103.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 82 | 0 | 0.58 | 0.53 | 0.32 | 354.06 | 0.41 | 0.48 |
| Hex | AD | 48 | 52 | 0 | 3A | 35 | 20 | 162 | 29 | 30 |
| Octal | 255 | 110 | 122 | 0 | 72 | 65 | 40 | 542 | 51 | 60 |
| Binary | 10101101 | 1001000 | 1010010 | 0 | 111010 | 110101 | 100000 | 101100010 | 101001 | 110000 |
Color Harmonies of #AD4852
Complementary color
Monochromatic Colors of #AD4852
Black with #AD4852
Text Example
Text Example
White with #AD4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4852; }
p { color: rgb(173,72,82); }
H1.HeaderClassName
{
color: #AD4852;
}
.AnyTagClassName
{
color: #AD4852;
}
</style>
background-color css
<style>
a { background-color: #AD4852; }
a { background-color: rgb(173,72,82); }
div.DivClassName
{
background-color: #AD4852;
}
.BgClassName
{
background-color: #AD4852;
}
</style>
border-color css
<style>
span { border-color: #AD4852; }
span { border-color: rgb(173,72,82); }
td.TdClassName
{
border-color: #AD4852;
}
.TagClassName
{
border-color: #AD4852;
}
</style>