Shades of Hippie Pink #AD525A
Tints of Hippie Pink #AD525A
RGB
CMYK
RGB Variations
Color information
#AD525A (or 0xAD525A) is known color: Hippie Pink. HEX triplet: AD, 52 and 5A. RGB value is (173,82,90). Sum of RGB (Red+Green+Blue) = 173+82+90=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD525A is #52ADA5. Grayscale: #6E6E6E. Windows color (decimal): -5418406 or 5919405. OLE color: 5919405.
HSL color Cylindrical-coordinate representation of color #AD525A: hue angle of 354.73º 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 #AD525A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 90 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.32 |
| HSL | 354.73º | 0.36% | 0.5% | - |
| HSV(B) | 354.73º | 0.53% | 0.68% | - |
| XYZ | 22.1 | 15.66 | 11.53 | - |
| YUV | 110.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 90 | 0 | 0.53 | 0.48 | 0.32 | 354.73 | 0.36 | 0.5 |
| Hex | AD | 52 | 5A | 0 | 35 | 30 | 20 | 163 | 24 | 32 |
| Octal | 255 | 122 | 132 | 0 | 65 | 60 | 40 | 543 | 44 | 62 |
| Binary | 10101101 | 1010010 | 1011010 | 0 | 110101 | 110000 | 100000 | 101100011 | 100100 | 110010 |
Color Harmonies of #AD525A
Complementary color
Monochromatic Colors of #AD525A
Black with #AD525A
Text Example
Text Example
White with #AD525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD525A; }
p { color: rgb(173,82,90); }
H1.HeaderClassName
{
color: #AD525A;
}
.AnyTagClassName
{
color: #AD525A;
}
</style>
background-color css
<style>
a { background-color: #AD525A; }
a { background-color: rgb(173,82,90); }
div.DivClassName
{
background-color: #AD525A;
}
.BgClassName
{
background-color: #AD525A;
}
</style>
border-color css
<style>
span { border-color: #AD525A; }
span { border-color: rgb(173,82,90); }
td.TdClassName
{
border-color: #AD525A;
}
.TagClassName
{
border-color: #AD525A;
}
</style>