Shades of Hippie Pink #AA5659
Tints of Hippie Pink #AA5659
RGB
CMYK
RGB Variations
Color information
#AA5659 (or 0xAA5659) is known color: Hippie Pink. HEX triplet: AA, 56 and 59. RGB value is (170,86,89). Sum of RGB (Red+Green+Blue) = 170+86+89=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5659 is #55A9A6. Grayscale: #6F6F6F. Windows color (decimal): -5613991 or 5854890. OLE color: 5854890.
HSL color Cylindrical-coordinate representation of color #AA5659: hue angle of 357.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5659 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 89 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.33 |
| HSL | 357.86º | 0.33% | 0.5% | - |
| HSV(B) | 357.86º | 0.49% | 0.67% | - |
| XYZ | 21.71 | 15.92 | 11.38 | - |
| YUV | 111.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 89 | 0 | 0.49 | 0.48 | 0.33 | 357.86 | 0.33 | 0.5 |
| Hex | AA | 56 | 59 | 0 | 31 | 30 | 21 | 166 | 21 | 32 |
| Octal | 252 | 126 | 131 | 0 | 61 | 60 | 41 | 546 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1011001 | 0 | 110001 | 110000 | 100001 | 101100110 | 100001 | 110010 |
Color Harmonies of #AA5659
Complementary color
Monochromatic Colors of #AA5659
Black with #AA5659
Text Example
Text Example
White with #AA5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5659; }
p { color: rgb(170,86,89); }
H1.HeaderClassName
{
color: #AA5659;
}
.AnyTagClassName
{
color: #AA5659;
}
</style>
background-color css
<style>
a { background-color: #AA5659; }
a { background-color: rgb(170,86,89); }
div.DivClassName
{
background-color: #AA5659;
}
.BgClassName
{
background-color: #AA5659;
}
</style>
border-color css
<style>
span { border-color: #AA5659; }
span { border-color: rgb(170,86,89); }
td.TdClassName
{
border-color: #AA5659;
}
.TagClassName
{
border-color: #AA5659;
}
</style>