Shades of Hippie Pink #AA4E60
Tints of Hippie Pink #AA4E60
RGB
CMYK
RGB Variations
Color information
#AA4E60 (or 0xAA4E60) is known color: Hippie Pink. HEX triplet: AA, 4E and 60. RGB value is (170,78,96). Sum of RGB (Red+Green+Blue) = 170+78+96=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E60 is #55B19F. Grayscale: #6B6B6B. Windows color (decimal): -5616032 or 6311594. OLE color: 6311594.
HSL color Cylindrical-coordinate representation of color #AA4E60: hue angle of 348.26º 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 #AA4E60 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 96 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.33 |
| HSL | 348.26º | 0.37% | 0.49% | - |
| HSV(B) | 348.26º | 0.54% | 0.67% | - |
| XYZ | 21.41 | 14.84 | 12.8 | - |
| YUV | 107.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 96 | 0 | 0.54 | 0.44 | 0.33 | 348.26 | 0.37 | 0.49 |
| Hex | AA | 4E | 60 | 0 | 36 | 2C | 21 | 15C | 25 | 31 |
| Octal | 252 | 116 | 140 | 0 | 66 | 54 | 41 | 534 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1100000 | 0 | 110110 | 101100 | 100001 | 101011100 | 100101 | 110001 |
Color Harmonies of #AA4E60
Complementary color
Monochromatic Colors of #AA4E60
Black with #AA4E60
Text Example
Text Example
White with #AA4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E60; }
p { color: rgb(170,78,96); }
H1.HeaderClassName
{
color: #AA4E60;
}
.AnyTagClassName
{
color: #AA4E60;
}
</style>
background-color css
<style>
a { background-color: #AA4E60; }
a { background-color: rgb(170,78,96); }
div.DivClassName
{
background-color: #AA4E60;
}
.BgClassName
{
background-color: #AA4E60;
}
</style>
border-color css
<style>
span { border-color: #AA4E60; }
span { border-color: rgb(170,78,96); }
td.TdClassName
{
border-color: #AA4E60;
}
.TagClassName
{
border-color: #AA4E60;
}
</style>