Shades of Hippie Pink #AA5359
Tints of Hippie Pink #AA5359
RGB
CMYK
RGB Variations
Color information
#AA5359 (or 0xAA5359) is known color: Hippie Pink. HEX triplet: AA, 53 and 59. RGB value is (170,83,89). Sum of RGB (Red+Green+Blue) = 170+83+89=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5359 is #55ACA6. Grayscale: #6D6D6D. Windows color (decimal): -5614759 or 5854122. OLE color: 5854122.
HSL color Cylindrical-coordinate representation of color #AA5359: hue angle of 355.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5359 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 89 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.33 |
| HSL | 355.86º | 0.34% | 0.5% | - |
| HSV(B) | 355.86º | 0.51% | 0.67% | - |
| XYZ | 21.47 | 15.45 | 11.3 | - |
| YUV | 109.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 89 | 0 | 0.51 | 0.48 | 0.33 | 355.86 | 0.34 | 0.5 |
| Hex | AA | 53 | 59 | 0 | 33 | 30 | 21 | 164 | 22 | 32 |
| Octal | 252 | 123 | 131 | 0 | 63 | 60 | 41 | 544 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1011001 | 0 | 110011 | 110000 | 100001 | 101100100 | 100010 | 110010 |
Color Harmonies of #AA5359
Complementary color
Monochromatic Colors of #AA5359
Black with #AA5359
Text Example
Text Example
White with #AA5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5359; }
p { color: rgb(170,83,89); }
H1.HeaderClassName
{
color: #AA5359;
}
.AnyTagClassName
{
color: #AA5359;
}
</style>
background-color css
<style>
a { background-color: #AA5359; }
a { background-color: rgb(170,83,89); }
div.DivClassName
{
background-color: #AA5359;
}
.BgClassName
{
background-color: #AA5359;
}
</style>
border-color css
<style>
span { border-color: #AA5359; }
span { border-color: rgb(170,83,89); }
td.TdClassName
{
border-color: #AA5359;
}
.TagClassName
{
border-color: #AA5359;
}
</style>