Shades of Hippie Pink #AA4D59
Tints of Hippie Pink #AA4D59
RGB
CMYK
RGB Variations
Color information
#AA4D59 (or 0xAA4D59) is known color: Hippie Pink. HEX triplet: AA, 4D and 59. RGB value is (170,77,89). Sum of RGB (Red+Green+Blue) = 170+77+89=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D59 is #55B2A6. Grayscale: #6A6A6A. Windows color (decimal): -5616295 or 5852586. OLE color: 5852586.
HSL color Cylindrical-coordinate representation of color #AA4D59: hue angle of 352.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D59 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 89 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.33 |
| HSL | 352.26º | 0.38% | 0.48% | - |
| HSV(B) | 352.26º | 0.55% | 0.67% | - |
| XYZ | 21.03 | 14.58 | 11.16 | - |
| YUV | 106.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 89 | 0 | 0.55 | 0.48 | 0.33 | 352.26 | 0.38 | 0.48 |
| Hex | AA | 4D | 59 | 0 | 37 | 30 | 21 | 160 | 26 | 30 |
| Octal | 252 | 115 | 131 | 0 | 67 | 60 | 41 | 540 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1011001 | 0 | 110111 | 110000 | 100001 | 101100000 | 100110 | 110000 |
Color Harmonies of #AA4D59
Complementary color
Monochromatic Colors of #AA4D59
Black with #AA4D59
Text Example
Text Example
White with #AA4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D59; }
p { color: rgb(170,77,89); }
H1.HeaderClassName
{
color: #AA4D59;
}
.AnyTagClassName
{
color: #AA4D59;
}
</style>
background-color css
<style>
a { background-color: #AA4D59; }
a { background-color: rgb(170,77,89); }
div.DivClassName
{
background-color: #AA4D59;
}
.BgClassName
{
background-color: #AA4D59;
}
</style>
border-color css
<style>
span { border-color: #AA4D59; }
span { border-color: rgb(170,77,89); }
td.TdClassName
{
border-color: #AA4D59;
}
.TagClassName
{
border-color: #AA4D59;
}
</style>