Shades of Hippie Pink #AA5059
Tints of Hippie Pink #AA5059
RGB
CMYK
RGB Variations
Color information
#AA5059 (or 0xAA5059) is known color: Hippie Pink. HEX triplet: AA, 50 and 59. RGB value is (170,80,89). Sum of RGB (Red+Green+Blue) = 170+80+89=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5059 is #55AFA6. Grayscale: #6B6B6B. Windows color (decimal): -5615527 or 5853354. OLE color: 5853354.
HSL color Cylindrical-coordinate representation of color #AA5059: hue angle of 354º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5059 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 89 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.33 |
| HSL | 354º | 0.36% | 0.49% | - |
| HSV(B) | 354º | 0.53% | 0.67% | - |
| XYZ | 21.25 | 15 | 11.23 | - |
| YUV | 107.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 89 | 0 | 0.53 | 0.48 | 0.33 | 354 | 0.36 | 0.49 |
| Hex | AA | 50 | 59 | 0 | 35 | 30 | 21 | 162 | 24 | 31 |
| Octal | 252 | 120 | 131 | 0 | 65 | 60 | 41 | 542 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1011001 | 0 | 110101 | 110000 | 100001 | 101100010 | 100100 | 110001 |
Color Harmonies of #AA5059
Complementary color
Monochromatic Colors of #AA5059
Black with #AA5059
Text Example
Text Example
White with #AA5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5059; }
p { color: rgb(170,80,89); }
H1.HeaderClassName
{
color: #AA5059;
}
.AnyTagClassName
{
color: #AA5059;
}
</style>
background-color css
<style>
a { background-color: #AA5059; }
a { background-color: rgb(170,80,89); }
div.DivClassName
{
background-color: #AA5059;
}
.BgClassName
{
background-color: #AA5059;
}
</style>
border-color css
<style>
span { border-color: #AA5059; }
span { border-color: rgb(170,80,89); }
td.TdClassName
{
border-color: #AA5059;
}
.TagClassName
{
border-color: #AA5059;
}
</style>