Shades of Hippie Pink #AA4E55
Tints of Hippie Pink #AA4E55
RGB
CMYK
RGB Variations
Color information
#AA4E55 (or 0xAA4E55) is known color: Hippie Pink. HEX triplet: AA, 4E and 55. RGB value is (170,78,85). Sum of RGB (Red+Green+Blue) = 170+78+85=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E55 is #55B1AA. Grayscale: #6A6A6A. Windows color (decimal): -5616043 or 5590698. OLE color: 5590698.
HSL color Cylindrical-coordinate representation of color #AA4E55: hue angle of 355.43º 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 #AA4E55 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 85 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.33 |
| HSL | 355.43º | 0.37% | 0.49% | - |
| HSV(B) | 355.43º | 0.54% | 0.67% | - |
| XYZ | 20.94 | 14.65 | 10.32 | - |
| YUV | 106.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 85 | 0 | 0.54 | 0.50 | 0.33 | 355.43 | 0.37 | 0.49 |
| Hex | AA | 4E | 55 | 0 | 36 | 32 | 21 | 163 | 25 | 31 |
| Octal | 252 | 116 | 125 | 0 | 66 | 62 | 41 | 543 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1010101 | 0 | 110110 | 110010 | 100001 | 101100011 | 100101 | 110001 |
Color Harmonies of #AA4E55
Complementary color
Monochromatic Colors of #AA4E55
Black with #AA4E55
Text Example
Text Example
White with #AA4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E55; }
p { color: rgb(170,78,85); }
H1.HeaderClassName
{
color: #AA4E55;
}
.AnyTagClassName
{
color: #AA4E55;
}
</style>
background-color css
<style>
a { background-color: #AA4E55; }
a { background-color: rgb(170,78,85); }
div.DivClassName
{
background-color: #AA4E55;
}
.BgClassName
{
background-color: #AA4E55;
}
</style>
border-color css
<style>
span { border-color: #AA4E55; }
span { border-color: rgb(170,78,85); }
td.TdClassName
{
border-color: #AA4E55;
}
.TagClassName
{
border-color: #AA4E55;
}
</style>