Shades of Hippie Pink #AA4E5A
Tints of Hippie Pink #AA4E5A
RGB
CMYK
RGB Variations
Color information
#AA4E5A (or 0xAA4E5A) is known color: Hippie Pink. HEX triplet: AA, 4E and 5A. RGB value is (170,78,90). Sum of RGB (Red+Green+Blue) = 170+78+90=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E5A is #55B1A5. Grayscale: #6A6A6A. Windows color (decimal): -5616038 or 5918378. OLE color: 5918378.
HSL color Cylindrical-coordinate representation of color #AA4E5A: hue angle of 352.17º 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 #AA4E5A is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 90 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.33 |
| HSL | 352.17º | 0.37% | 0.49% | - |
| HSV(B) | 352.17º | 0.54% | 0.67% | - |
| XYZ | 21.15 | 14.73 | 11.4 | - |
| YUV | 106.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 90 | 0 | 0.54 | 0.47 | 0.33 | 352.17 | 0.37 | 0.49 |
| Hex | AA | 4E | 5A | 0 | 36 | 2F | 21 | 160 | 25 | 31 |
| Octal | 252 | 116 | 132 | 0 | 66 | 57 | 41 | 540 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1011010 | 0 | 110110 | 101111 | 100001 | 101100000 | 100101 | 110001 |
Color Harmonies of #AA4E5A
Complementary color
Monochromatic Colors of #AA4E5A
Black with #AA4E5A
Text Example
Text Example
White with #AA4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E5A; }
p { color: rgb(170,78,90); }
H1.HeaderClassName
{
color: #AA4E5A;
}
.AnyTagClassName
{
color: #AA4E5A;
}
</style>
background-color css
<style>
a { background-color: #AA4E5A; }
a { background-color: rgb(170,78,90); }
div.DivClassName
{
background-color: #AA4E5A;
}
.BgClassName
{
background-color: #AA4E5A;
}
</style>
border-color css
<style>
span { border-color: #AA4E5A; }
span { border-color: rgb(170,78,90); }
td.TdClassName
{
border-color: #AA4E5A;
}
.TagClassName
{
border-color: #AA4E5A;
}
</style>