Shades of Hippie Pink #AD5257
Tints of Hippie Pink #AD5257
RGB
CMYK
RGB Variations
Color information
#AD5257 (or 0xAD5257) is known color: Hippie Pink. HEX triplet: AD, 52 and 57. RGB value is (173,82,87). Sum of RGB (Red+Green+Blue) = 173+82+87=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5257 is #52ADA8. Grayscale: #6D6D6D. Windows color (decimal): -5418409 or 5722797. OLE color: 5722797.
HSL color Cylindrical-coordinate representation of color #AD5257: hue angle of 356.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5257 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 87 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.32 |
| HSL | 356.7º | 0.36% | 0.5% | - |
| HSV(B) | 356.7º | 0.53% | 0.68% | - |
| XYZ | 21.97 | 15.61 | 10.87 | - |
| YUV | 109.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 87 | 0 | 0.53 | 0.50 | 0.32 | 356.7 | 0.36 | 0.5 |
| Hex | AD | 52 | 57 | 0 | 35 | 32 | 20 | 165 | 24 | 32 |
| Octal | 255 | 122 | 127 | 0 | 65 | 62 | 40 | 545 | 44 | 62 |
| Binary | 10101101 | 1010010 | 1010111 | 0 | 110101 | 110010 | 100000 | 101100101 | 100100 | 110010 |
Color Harmonies of #AD5257
Complementary color
Monochromatic Colors of #AD5257
Black with #AD5257
Text Example
Text Example
White with #AD5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5257; }
p { color: rgb(173,82,87); }
H1.HeaderClassName
{
color: #AD5257;
}
.AnyTagClassName
{
color: #AD5257;
}
</style>
background-color css
<style>
a { background-color: #AD5257; }
a { background-color: rgb(173,82,87); }
div.DivClassName
{
background-color: #AD5257;
}
.BgClassName
{
background-color: #AD5257;
}
</style>
border-color css
<style>
span { border-color: #AD5257; }
span { border-color: rgb(173,82,87); }
td.TdClassName
{
border-color: #AD5257;
}
.TagClassName
{
border-color: #AD5257;
}
</style>