Shades of Hippie Pink #AA4E50
Tints of Hippie Pink #AA4E50
RGB
CMYK
RGB Variations
Color information
#AA4E50 (or 0xAA4E50) is known color: Hippie Pink. HEX triplet: AA, 4E and 50. RGB value is (170,78,80). Sum of RGB (Red+Green+Blue) = 170+78+80=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E50 is #55B1AF. Grayscale: #696969. Windows color (decimal): -5616048 or 5263018. OLE color: 5263018.
HSL color Cylindrical-coordinate representation of color #AA4E50: hue angle of 358.7º 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 #AA4E50 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 80 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.33 |
| HSL | 358.7º | 0.37% | 0.49% | - |
| HSV(B) | 358.7º | 0.54% | 0.67% | - |
| XYZ | 20.75 | 14.57 | 9.31 | - |
| YUV | 105.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 80 | 0 | 0.54 | 0.53 | 0.33 | 358.7 | 0.37 | 0.49 |
| Hex | AA | 4E | 50 | 0 | 36 | 35 | 21 | 167 | 25 | 31 |
| Octal | 252 | 116 | 120 | 0 | 66 | 65 | 41 | 547 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1010000 | 0 | 110110 | 110101 | 100001 | 101100111 | 100101 | 110001 |
Color Harmonies of #AA4E50
Complementary color
Monochromatic Colors of #AA4E50
Black with #AA4E50
Text Example
Text Example
White with #AA4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E50; }
p { color: rgb(170,78,80); }
H1.HeaderClassName
{
color: #AA4E50;
}
.AnyTagClassName
{
color: #AA4E50;
}
</style>
background-color css
<style>
a { background-color: #AA4E50; }
a { background-color: rgb(170,78,80); }
div.DivClassName
{
background-color: #AA4E50;
}
.BgClassName
{
background-color: #AA4E50;
}
</style>
border-color css
<style>
span { border-color: #AA4E50; }
span { border-color: rgb(170,78,80); }
td.TdClassName
{
border-color: #AA4E50;
}
.TagClassName
{
border-color: #AA4E50;
}
</style>