Shades of Hippie Pink #AD465D
Tints of Hippie Pink #AD465D
RGB
CMYK
RGB Variations
Color information
#AD465D (or 0xAD465D) is known color: Hippie Pink. HEX triplet: AD, 46 and 5D. RGB value is (173,70,93). Sum of RGB (Red+Green+Blue) = 173+70+93=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD465D is #52B9A2. Grayscale: #676767. Windows color (decimal): -5421475 or 6112941. OLE color: 6112941.
HSL color Cylindrical-coordinate representation of color #AD465D: hue angle of 346.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD465D is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 93 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.32 |
| HSL | 346.6º | 0.42% | 0.48% | - |
| HSV(B) | 346.6º | 0.6% | 0.68% | - |
| XYZ | 21.4 | 14.05 | 11.94 | - |
| YUV | 103.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 93 | 0 | 0.60 | 0.46 | 0.32 | 346.6 | 0.42 | 0.48 |
| Hex | AD | 46 | 5D | 0 | 3C | 2E | 20 | 15B | 2A | 30 |
| Octal | 255 | 106 | 135 | 0 | 74 | 56 | 40 | 533 | 52 | 60 |
| Binary | 10101101 | 1000110 | 1011101 | 0 | 111100 | 101110 | 100000 | 101011011 | 101010 | 110000 |
Color Harmonies of #AD465D
Complementary color
Monochromatic Colors of #AD465D
Black with #AD465D
Text Example
Text Example
White with #AD465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD465D; }
p { color: rgb(173,70,93); }
H1.HeaderClassName
{
color: #AD465D;
}
.AnyTagClassName
{
color: #AD465D;
}
</style>
background-color css
<style>
a { background-color: #AD465D; }
a { background-color: rgb(173,70,93); }
div.DivClassName
{
background-color: #AD465D;
}
.BgClassName
{
background-color: #AD465D;
}
</style>
border-color css
<style>
span { border-color: #AD465D; }
span { border-color: rgb(173,70,93); }
td.TdClassName
{
border-color: #AD465D;
}
.TagClassName
{
border-color: #AD465D;
}
</style>