Shades of Hippie Pink #AD525E
Tints of Hippie Pink #AD525E
RGB
CMYK
RGB Variations
Color information
#AD525E (or 0xAD525E) is known color: Hippie Pink. HEX triplet: AD, 52 and 5E. RGB value is (173,82,94). Sum of RGB (Red+Green+Blue) = 173+82+94=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525E is #52ADA1. Grayscale: #6E6E6E. Windows color (decimal): -5418402 or 6181549. OLE color: 6181549.
HSL color Cylindrical-coordinate representation of color #AD525E: hue angle of 352.09º 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 #AD525E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 94 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.32 |
| HSL | 352.09º | 0.36% | 0.5% | - |
| HSV(B) | 352.09º | 0.53% | 0.68% | - |
| XYZ | 22.27 | 15.73 | 12.45 | - |
| YUV | 110.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 94 | 0 | 0.53 | 0.46 | 0.32 | 352.09 | 0.36 | 0.5 |
| Hex | AD | 52 | 5E | 0 | 35 | 2E | 20 | 160 | 24 | 32 |
| Octal | 255 | 122 | 136 | 0 | 65 | 56 | 40 | 540 | 44 | 62 |
| Binary | 10101101 | 1010010 | 1011110 | 0 | 110101 | 101110 | 100000 | 101100000 | 100100 | 110010 |
Color Harmonies of #AD525E
Complementary color
Monochromatic Colors of #AD525E
Black with #AD525E
Text Example
Text Example
White with #AD525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD525E; }
p { color: rgb(173,82,94); }
H1.HeaderClassName
{
color: #AD525E;
}
.AnyTagClassName
{
color: #AD525E;
}
</style>
background-color css
<style>
a { background-color: #AD525E; }
a { background-color: rgb(173,82,94); }
div.DivClassName
{
background-color: #AD525E;
}
.BgClassName
{
background-color: #AD525E;
}
</style>
border-color css
<style>
span { border-color: #AD525E; }
span { border-color: rgb(173,82,94); }
td.TdClassName
{
border-color: #AD525E;
}
.TagClassName
{
border-color: #AD525E;
}
</style>