Shades of Hippie Pink #AD555B
Tints of Hippie Pink #AD555B
RGB
CMYK
RGB Variations
Color information
#AD555B (or 0xAD555B) is known color: Hippie Pink. HEX triplet: AD, 55 and 5B. RGB value is (173,85,91). Sum of RGB (Red+Green+Blue) = 173+85+91=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD555B is #52AAA4. Grayscale: #707070. Windows color (decimal): -5417637 or 5985709. OLE color: 5985709.
HSL color Cylindrical-coordinate representation of color #AD555B: hue angle of 355.91º 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 #AD555B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 91 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.32 |
| HSL | 355.91º | 0.35% | 0.51% | - |
| HSV(B) | 355.91º | 0.51% | 0.68% | - |
| XYZ | 22.37 | 16.14 | 11.83 | - |
| YUV | 112 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 91 | 0 | 0.51 | 0.47 | 0.32 | 355.91 | 0.35 | 0.51 |
| Hex | AD | 55 | 5B | 0 | 33 | 2F | 20 | 164 | 23 | 33 |
| Octal | 255 | 125 | 133 | 0 | 63 | 57 | 40 | 544 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1011011 | 0 | 110011 | 101111 | 100000 | 101100100 | 100011 | 110011 |
Color Harmonies of #AD555B
Complementary color
Monochromatic Colors of #AD555B
Black with #AD555B
Text Example
Text Example
White with #AD555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD555B; }
p { color: rgb(173,85,91); }
H1.HeaderClassName
{
color: #AD555B;
}
.AnyTagClassName
{
color: #AD555B;
}
</style>
background-color css
<style>
a { background-color: #AD555B; }
a { background-color: rgb(173,85,91); }
div.DivClassName
{
background-color: #AD555B;
}
.BgClassName
{
background-color: #AD555B;
}
</style>
border-color css
<style>
span { border-color: #AD555B; }
span { border-color: rgb(173,85,91); }
td.TdClassName
{
border-color: #AD555B;
}
.TagClassName
{
border-color: #AD555B;
}
</style>