Shades of Hippie Pink #AD484E
Tints of Hippie Pink #AD484E
RGB
CMYK
RGB Variations
Color information
#AD484E (or 0xAD484E) is known color: Hippie Pink. HEX triplet: AD, 48 and 4E. RGB value is (173,72,78). Sum of RGB (Red+Green+Blue) = 173+72+78=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD484E is #52B7B1. Grayscale: #666666. Windows color (decimal): -5420978 or 5130413. OLE color: 5130413.
HSL color Cylindrical-coordinate representation of color #AD484E: hue angle of 356.44º 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 #AD484E is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 78 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.32 |
| HSL | 356.44º | 0.41% | 0.48% | - |
| HSV(B) | 356.44º | 0.58% | 0.68% | - |
| XYZ | 20.93 | 14.07 | 8.82 | - |
| YUV | 102.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 78 | 0 | 0.58 | 0.55 | 0.32 | 356.44 | 0.41 | 0.48 |
| Hex | AD | 48 | 4E | 0 | 3A | 37 | 20 | 164 | 29 | 30 |
| Octal | 255 | 110 | 116 | 0 | 72 | 67 | 40 | 544 | 51 | 60 |
| Binary | 10101101 | 1001000 | 1001110 | 0 | 111010 | 110111 | 100000 | 101100100 | 101001 | 110000 |
Color Harmonies of #AD484E
Complementary color
Monochromatic Colors of #AD484E
Black with #AD484E
Text Example
Text Example
White with #AD484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD484E; }
p { color: rgb(173,72,78); }
H1.HeaderClassName
{
color: #AD484E;
}
.AnyTagClassName
{
color: #AD484E;
}
</style>
background-color css
<style>
a { background-color: #AD484E; }
a { background-color: rgb(173,72,78); }
div.DivClassName
{
background-color: #AD484E;
}
.BgClassName
{
background-color: #AD484E;
}
</style>
border-color css
<style>
span { border-color: #AD484E; }
span { border-color: rgb(173,72,78); }
td.TdClassName
{
border-color: #AD484E;
}
.TagClassName
{
border-color: #AD484E;
}
</style>