Shades of Hippie Pink #AD484D
Tints of Hippie Pink #AD484D
RGB
CMYK
RGB Variations
Color information
#AD484D (or 0xAD484D) is known color: Hippie Pink. HEX triplet: AD, 48 and 4D. RGB value is (173,72,77). Sum of RGB (Red+Green+Blue) = 173+72+77=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD484D is #52B7B2. Grayscale: #666666. Windows color (decimal): -5420979 or 5064877. OLE color: 5064877.
HSL color Cylindrical-coordinate representation of color #AD484D: hue angle of 357.03º 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 #AD484D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 77 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.32 |
| HSL | 357.03º | 0.41% | 0.48% | - |
| HSV(B) | 357.03º | 0.58% | 0.68% | - |
| XYZ | 20.89 | 14.05 | 8.63 | - |
| YUV | 102.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 77 | 0 | 0.58 | 0.55 | 0.32 | 357.03 | 0.41 | 0.48 |
| Hex | AD | 48 | 4D | 0 | 3A | 37 | 20 | 165 | 29 | 30 |
| Octal | 255 | 110 | 115 | 0 | 72 | 67 | 40 | 545 | 51 | 60 |
| Binary | 10101101 | 1001000 | 1001101 | 0 | 111010 | 110111 | 100000 | 101100101 | 101001 | 110000 |
Color Harmonies of #AD484D
Complementary color
Monochromatic Colors of #AD484D
Black with #AD484D
Text Example
Text Example
White with #AD484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD484D; }
p { color: rgb(173,72,77); }
H1.HeaderClassName
{
color: #AD484D;
}
.AnyTagClassName
{
color: #AD484D;
}
</style>
background-color css
<style>
a { background-color: #AD484D; }
a { background-color: rgb(173,72,77); }
div.DivClassName
{
background-color: #AD484D;
}
.BgClassName
{
background-color: #AD484D;
}
</style>
border-color css
<style>
span { border-color: #AD484D; }
span { border-color: rgb(173,72,77); }
td.TdClassName
{
border-color: #AD484D;
}
.TagClassName
{
border-color: #AD484D;
}
</style>