Shades of Hippie Pink #AA4959
Tints of Hippie Pink #AA4959
RGB
CMYK
RGB Variations
Color information
#AA4959 (or 0xAA4959) is known color: Hippie Pink. HEX triplet: AA, 49 and 59. RGB value is (170,73,89). Sum of RGB (Red+Green+Blue) = 170+73+89=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4959 is #55B6A6. Grayscale: #676767. Windows color (decimal): -5617319 or 5851562. OLE color: 5851562.
HSL color Cylindrical-coordinate representation of color #AA4959: hue angle of 350.1º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4959 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 89 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.33 |
| HSL | 350.1º | 0.4% | 0.48% | - |
| HSV(B) | 350.1º | 0.57% | 0.67% | - |
| XYZ | 20.76 | 14.03 | 11.07 | - |
| YUV | 103.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 89 | 0 | 0.57 | 0.48 | 0.33 | 350.1 | 0.4 | 0.48 |
| Hex | AA | 49 | 59 | 0 | 39 | 30 | 21 | 15E | 28 | 30 |
| Octal | 252 | 111 | 131 | 0 | 71 | 60 | 41 | 536 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1011001 | 0 | 111001 | 110000 | 100001 | 101011110 | 101000 | 110000 |
Color Harmonies of #AA4959
Complementary color
Monochromatic Colors of #AA4959
Black with #AA4959
Text Example
Text Example
White with #AA4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4959; }
p { color: rgb(170,73,89); }
H1.HeaderClassName
{
color: #AA4959;
}
.AnyTagClassName
{
color: #AA4959;
}
</style>
background-color css
<style>
a { background-color: #AA4959; }
a { background-color: rgb(170,73,89); }
div.DivClassName
{
background-color: #AA4959;
}
.BgClassName
{
background-color: #AA4959;
}
</style>
border-color css
<style>
span { border-color: #AA4959; }
span { border-color: rgb(170,73,89); }
td.TdClassName
{
border-color: #AA4959;
}
.TagClassName
{
border-color: #AA4959;
}
</style>