Shades of Hippie Pink #AD455C
Tints of Hippie Pink #AD455C
RGB
CMYK
RGB Variations
Color information
#AD455C (or 0xAD455C) is known color: Hippie Pink. HEX triplet: AD, 45 and 5C. RGB value is (173,69,92). Sum of RGB (Red+Green+Blue) = 173+69+92=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD455C is #52BAA3. Grayscale: #666666. Windows color (decimal): -5421732 or 6047149. OLE color: 6047149.
HSL color Cylindrical-coordinate representation of color #AD455C: hue angle of 346.73º 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 #AD455C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 92 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.32 |
| HSL | 346.73º | 0.43% | 0.47% | - |
| HSV(B) | 346.73º | 0.6% | 0.68% | - |
| XYZ | 21.29 | 13.91 | 11.69 | - |
| YUV | 102.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 92 | 0 | 0.60 | 0.47 | 0.32 | 346.73 | 0.43 | 0.47 |
| Hex | AD | 45 | 5C | 0 | 3C | 2F | 20 | 15B | 2B | 2F |
| Octal | 255 | 105 | 134 | 0 | 74 | 57 | 40 | 533 | 53 | 57 |
| Binary | 10101101 | 1000101 | 1011100 | 0 | 111100 | 101111 | 100000 | 101011011 | 101011 | 101111 |
Color Harmonies of #AD455C
Complementary color
Monochromatic Colors of #AD455C
Black with #AD455C
Text Example
Text Example
White with #AD455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD455C; }
p { color: rgb(173,69,92); }
H1.HeaderClassName
{
color: #AD455C;
}
.AnyTagClassName
{
color: #AD455C;
}
</style>
background-color css
<style>
a { background-color: #AD455C; }
a { background-color: rgb(173,69,92); }
div.DivClassName
{
background-color: #AD455C;
}
.BgClassName
{
background-color: #AD455C;
}
</style>
border-color css
<style>
span { border-color: #AD455C; }
span { border-color: rgb(173,69,92); }
td.TdClassName
{
border-color: #AD455C;
}
.TagClassName
{
border-color: #AD455C;
}
</style>