Shades of Hippie Pink #AA4E61
Tints of Hippie Pink #AA4E61
RGB
CMYK
RGB Variations
Color information
#AA4E61 (or 0xAA4E61) is known color: Hippie Pink. HEX triplet: AA, 4E and 61. RGB value is (170,78,97). Sum of RGB (Red+Green+Blue) = 170+78+97=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E61 is #55B19E. Grayscale: #6B6B6B. Windows color (decimal): -5616031 or 6377130. OLE color: 6377130.
HSL color Cylindrical-coordinate representation of color #AA4E61: hue angle of 347.61º 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 #AA4E61 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 97 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.33 |
| HSL | 347.61º | 0.37% | 0.49% | - |
| HSV(B) | 347.61º | 0.54% | 0.67% | - |
| XYZ | 21.46 | 14.86 | 13.05 | - |
| YUV | 107.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 97 | 0 | 0.54 | 0.43 | 0.33 | 347.61 | 0.37 | 0.49 |
| Hex | AA | 4E | 61 | 0 | 36 | 2B | 21 | 15C | 25 | 31 |
| Octal | 252 | 116 | 141 | 0 | 66 | 53 | 41 | 534 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1100001 | 0 | 110110 | 101011 | 100001 | 101011100 | 100101 | 110001 |
Color Harmonies of #AA4E61
Complementary color
Monochromatic Colors of #AA4E61
Black with #AA4E61
Text Example
Text Example
White with #AA4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E61; }
p { color: rgb(170,78,97); }
H1.HeaderClassName
{
color: #AA4E61;
}
.AnyTagClassName
{
color: #AA4E61;
}
</style>
background-color css
<style>
a { background-color: #AA4E61; }
a { background-color: rgb(170,78,97); }
div.DivClassName
{
background-color: #AA4E61;
}
.BgClassName
{
background-color: #AA4E61;
}
</style>
border-color css
<style>
span { border-color: #AA4E61; }
span { border-color: rgb(170,78,97); }
td.TdClassName
{
border-color: #AA4E61;
}
.TagClassName
{
border-color: #AA4E61;
}
</style>