Shades of Hippie Pink #AD525C
Tints of Hippie Pink #AD525C
RGB
CMYK
RGB Variations
Color information
#AD525C (or 0xAD525C) is known color: Hippie Pink. HEX triplet: AD, 52 and 5C. RGB value is (173,82,92). Sum of RGB (Red+Green+Blue) = 173+82+92=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525C is #52ADA3. Grayscale: #6E6E6E. Windows color (decimal): -5418404 or 6050477. OLE color: 6050477.
HSL color Cylindrical-coordinate representation of color #AD525C: hue angle of 353.41º 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 #AD525C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 92 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.32 |
| HSL | 353.41º | 0.36% | 0.5% | - |
| HSV(B) | 353.41º | 0.53% | 0.68% | - |
| XYZ | 22.18 | 15.69 | 11.98 | - |
| YUV | 110.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 92 | 0 | 0.53 | 0.47 | 0.32 | 353.41 | 0.36 | 0.5 |
| Hex | AD | 52 | 5C | 0 | 35 | 2F | 20 | 161 | 24 | 32 |
| Octal | 255 | 122 | 134 | 0 | 65 | 57 | 40 | 541 | 44 | 62 |
| Binary | 10101101 | 1010010 | 1011100 | 0 | 110101 | 101111 | 100000 | 101100001 | 100100 | 110010 |
Color Harmonies of #AD525C
Complementary color
Monochromatic Colors of #AD525C
Black with #AD525C
Text Example
Text Example
White with #AD525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD525C; }
p { color: rgb(173,82,92); }
H1.HeaderClassName
{
color: #AD525C;
}
.AnyTagClassName
{
color: #AD525C;
}
</style>
background-color css
<style>
a { background-color: #AD525C; }
a { background-color: rgb(173,82,92); }
div.DivClassName
{
background-color: #AD525C;
}
.BgClassName
{
background-color: #AD525C;
}
</style>
border-color css
<style>
span { border-color: #AD525C; }
span { border-color: rgb(173,82,92); }
td.TdClassName
{
border-color: #AD525C;
}
.TagClassName
{
border-color: #AD525C;
}
</style>