Shades of Hippie Pink #AA4E51
Tints of Hippie Pink #AA4E51
RGB
CMYK
RGB Variations
Color information
#AA4E51 (or 0xAA4E51) is known color: Hippie Pink. HEX triplet: AA, 4E and 51. RGB value is (170,78,81). Sum of RGB (Red+Green+Blue) = 170+78+81=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E51 is #55B1AE. Grayscale: #696969. Windows color (decimal): -5616047 or 5328554. OLE color: 5328554.
HSL color Cylindrical-coordinate representation of color #AA4E51: hue angle of 358.04º 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 #AA4E51 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 81 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.33 |
| HSL | 358.04º | 0.37% | 0.49% | - |
| HSV(B) | 358.04º | 0.54% | 0.67% | - |
| XYZ | 20.79 | 14.59 | 9.5 | - |
| YUV | 105.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 81 | 0 | 0.54 | 0.52 | 0.33 | 358.04 | 0.37 | 0.49 |
| Hex | AA | 4E | 51 | 0 | 36 | 34 | 21 | 166 | 25 | 31 |
| Octal | 252 | 116 | 121 | 0 | 66 | 64 | 41 | 546 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1010001 | 0 | 110110 | 110100 | 100001 | 101100110 | 100101 | 110001 |
Color Harmonies of #AA4E51
Complementary color
Monochromatic Colors of #AA4E51
Black with #AA4E51
Text Example
Text Example
White with #AA4E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E51; }
p { color: rgb(170,78,81); }
H1.HeaderClassName
{
color: #AA4E51;
}
.AnyTagClassName
{
color: #AA4E51;
}
</style>
background-color css
<style>
a { background-color: #AA4E51; }
a { background-color: rgb(170,78,81); }
div.DivClassName
{
background-color: #AA4E51;
}
.BgClassName
{
background-color: #AA4E51;
}
</style>
border-color css
<style>
span { border-color: #AA4E51; }
span { border-color: rgb(170,78,81); }
td.TdClassName
{
border-color: #AA4E51;
}
.TagClassName
{
border-color: #AA4E51;
}
</style>