Shades of Hippie Pink #AA4E57
Tints of Hippie Pink #AA4E57
RGB
CMYK
RGB Variations
Color information
#AA4E57 (or 0xAA4E57) is known color: Hippie Pink. HEX triplet: AA, 4E and 57. RGB value is (170,78,87). Sum of RGB (Red+Green+Blue) = 170+78+87=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E57 is #55B1A8. Grayscale: #6A6A6A. Windows color (decimal): -5616041 or 5721770. OLE color: 5721770.
HSL color Cylindrical-coordinate representation of color #AA4E57: hue angle of 354.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E57 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 87 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.33 |
| HSL | 354.13º | 0.37% | 0.49% | - |
| HSV(B) | 354.13º | 0.54% | 0.67% | - |
| XYZ | 21.02 | 14.68 | 10.74 | - |
| YUV | 106.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 87 | 0 | 0.54 | 0.49 | 0.33 | 354.13 | 0.37 | 0.49 |
| Hex | AA | 4E | 57 | 0 | 36 | 31 | 21 | 162 | 25 | 31 |
| Octal | 252 | 116 | 127 | 0 | 66 | 61 | 41 | 542 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1010111 | 0 | 110110 | 110001 | 100001 | 101100010 | 100101 | 110001 |
Color Harmonies of #AA4E57
Complementary color
Monochromatic Colors of #AA4E57
Black with #AA4E57
Text Example
Text Example
White with #AA4E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E57; }
p { color: rgb(170,78,87); }
H1.HeaderClassName
{
color: #AA4E57;
}
.AnyTagClassName
{
color: #AA4E57;
}
</style>
background-color css
<style>
a { background-color: #AA4E57; }
a { background-color: rgb(170,78,87); }
div.DivClassName
{
background-color: #AA4E57;
}
.BgClassName
{
background-color: #AA4E57;
}
</style>
border-color css
<style>
span { border-color: #AA4E57; }
span { border-color: rgb(170,78,87); }
td.TdClassName
{
border-color: #AA4E57;
}
.TagClassName
{
border-color: #AA4E57;
}
</style>