Shades of Hippie Pink #AD555D
Tints of Hippie Pink #AD555D
RGB
CMYK
RGB Variations
Color information
#AD555D (or 0xAD555D) is known color: Hippie Pink. HEX triplet: AD, 55 and 5D. RGB value is (173,85,93). Sum of RGB (Red+Green+Blue) = 173+85+93=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555D is #52AAA2. Grayscale: #707070. Windows color (decimal): -5417635 or 6116781. OLE color: 6116781.
HSL color Cylindrical-coordinate representation of color #AD555D: hue angle of 354.55º 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 #AD555D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 93 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.32 |
| HSL | 354.55º | 0.35% | 0.51% | - |
| HSV(B) | 354.55º | 0.51% | 0.68% | - |
| XYZ | 22.46 | 16.17 | 12.29 | - |
| YUV | 112.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 93 | 0 | 0.51 | 0.46 | 0.32 | 354.55 | 0.35 | 0.51 |
| Hex | AD | 55 | 5D | 0 | 33 | 2E | 20 | 163 | 23 | 33 |
| Octal | 255 | 125 | 135 | 0 | 63 | 56 | 40 | 543 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1011101 | 0 | 110011 | 101110 | 100000 | 101100011 | 100011 | 110011 |
Color Harmonies of #AD555D
Complementary color
Monochromatic Colors of #AD555D
Black with #AD555D
Text Example
Text Example
White with #AD555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD555D; }
p { color: rgb(173,85,93); }
H1.HeaderClassName
{
color: #AD555D;
}
.AnyTagClassName
{
color: #AD555D;
}
</style>
background-color css
<style>
a { background-color: #AD555D; }
a { background-color: rgb(173,85,93); }
div.DivClassName
{
background-color: #AD555D;
}
.BgClassName
{
background-color: #AD555D;
}
</style>
border-color css
<style>
span { border-color: #AD555D; }
span { border-color: rgb(173,85,93); }
td.TdClassName
{
border-color: #AD555D;
}
.TagClassName
{
border-color: #AD555D;
}
</style>