Shades of Hippie Pink #AD455D
Tints of Hippie Pink #AD455D
RGB
CMYK
RGB Variations
Color information
#AD455D (or 0xAD455D) is known color: Hippie Pink. HEX triplet: AD, 45 and 5D. RGB value is (173,69,93). Sum of RGB (Red+Green+Blue) = 173+69+93=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD455D is #52BAA2. Grayscale: #666666. Windows color (decimal): -5421731 or 6112685. OLE color: 6112685.
HSL color Cylindrical-coordinate representation of color #AD455D: hue angle of 346.15º 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 #AD455D is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 93 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.32 |
| HSL | 346.15º | 0.43% | 0.47% | - |
| HSV(B) | 346.15º | 0.6% | 0.68% | - |
| XYZ | 21.34 | 13.93 | 11.92 | - |
| YUV | 102.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 93 | 0 | 0.60 | 0.46 | 0.32 | 346.15 | 0.43 | 0.47 |
| Hex | AD | 45 | 5D | 0 | 3C | 2E | 20 | 15A | 2B | 2F |
| Octal | 255 | 105 | 135 | 0 | 74 | 56 | 40 | 532 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1011101 | 0 | 111100 | 101110 | 100000 | 101011010 | 101011 | 101111 |
Color Harmonies of #AD455D
Complementary color
Monochromatic Colors of #AD455D
Black with #AD455D
Text Example
Text Example
White with #AD455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD455D; }
p { color: rgb(173,69,93); }
H1.HeaderClassName
{
color: #AD455D;
}
.AnyTagClassName
{
color: #AD455D;
}
</style>
background-color css
<style>
a { background-color: #AD455D; }
a { background-color: rgb(173,69,93); }
div.DivClassName
{
background-color: #AD455D;
}
.BgClassName
{
background-color: #AD455D;
}
</style>
border-color css
<style>
span { border-color: #AD455D; }
span { border-color: rgb(173,69,93); }
td.TdClassName
{
border-color: #AD455D;
}
.TagClassName
{
border-color: #AD455D;
}
</style>