Shades of Hippie Pink #AA4859
Tints of Hippie Pink #AA4859
RGB
CMYK
RGB Variations
Color information
#AA4859 (or 0xAA4859) is known color: Hippie Pink. HEX triplet: AA, 48 and 59. RGB value is (170,72,89). Sum of RGB (Red+Green+Blue) = 170+72+89=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4859 is #55B7A6. Grayscale: #676767. Windows color (decimal): -5617575 or 5851306. OLE color: 5851306.
HSL color Cylindrical-coordinate representation of color #AA4859: hue angle of 349.59º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4859 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 89 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.33 |
| HSL | 349.59º | 0.4% | 0.47% | - |
| HSV(B) | 349.59º | 0.58% | 0.67% | - |
| XYZ | 20.7 | 13.9 | 11.04 | - |
| YUV | 103.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 89 | 0 | 0.58 | 0.48 | 0.33 | 349.59 | 0.4 | 0.47 |
| Hex | AA | 48 | 59 | 0 | 3A | 30 | 21 | 15E | 28 | 2F |
| Octal | 252 | 110 | 131 | 0 | 72 | 60 | 41 | 536 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1011001 | 0 | 111010 | 110000 | 100001 | 101011110 | 101000 | 101111 |
Color Harmonies of #AA4859
Complementary color
Monochromatic Colors of #AA4859
Black with #AA4859
Text Example
Text Example
White with #AA4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4859; }
p { color: rgb(170,72,89); }
H1.HeaderClassName
{
color: #AA4859;
}
.AnyTagClassName
{
color: #AA4859;
}
</style>
background-color css
<style>
a { background-color: #AA4859; }
a { background-color: rgb(170,72,89); }
div.DivClassName
{
background-color: #AA4859;
}
.BgClassName
{
background-color: #AA4859;
}
</style>
border-color css
<style>
span { border-color: #AA4859; }
span { border-color: rgb(170,72,89); }
td.TdClassName
{
border-color: #AA4859;
}
.TagClassName
{
border-color: #AA4859;
}
</style>