Shades of Hippie Pink #AD555E
Tints of Hippie Pink #AD555E
RGB
CMYK
RGB Variations
Color information
#AD555E (or 0xAD555E) is known color: Hippie Pink. HEX triplet: AD, 55 and 5E. RGB value is (173,85,94). Sum of RGB (Red+Green+Blue) = 173+85+94=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555E is #52AAA1. Grayscale: #707070. Windows color (decimal): -5417634 or 6182317. OLE color: 6182317.
HSL color Cylindrical-coordinate representation of color #AD555E: hue angle of 353.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD555E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 94 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.32 |
| HSL | 353.86º | 0.35% | 0.51% | - |
| HSV(B) | 353.86º | 0.51% | 0.68% | - |
| XYZ | 22.5 | 16.19 | 12.53 | - |
| YUV | 112.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 94 | 0 | 0.51 | 0.46 | 0.32 | 353.86 | 0.35 | 0.51 |
| Hex | AD | 55 | 5E | 0 | 33 | 2E | 20 | 162 | 23 | 33 |
| Octal | 255 | 125 | 136 | 0 | 63 | 56 | 40 | 542 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1011110 | 0 | 110011 | 101110 | 100000 | 101100010 | 100011 | 110011 |
Color Harmonies of #AD555E
Complementary color
Monochromatic Colors of #AD555E
Black with #AD555E
Text Example
Text Example
White with #AD555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD555E; }
p { color: rgb(173,85,94); }
H1.HeaderClassName
{
color: #AD555E;
}
.AnyTagClassName
{
color: #AD555E;
}
</style>
background-color css
<style>
a { background-color: #AD555E; }
a { background-color: rgb(173,85,94); }
div.DivClassName
{
background-color: #AD555E;
}
.BgClassName
{
background-color: #AD555E;
}
</style>
border-color css
<style>
span { border-color: #AD555E; }
span { border-color: rgb(173,85,94); }
td.TdClassName
{
border-color: #AD555E;
}
.TagClassName
{
border-color: #AD555E;
}
</style>