Shades of Hippie Pink #AA4E5C
Tints of Hippie Pink #AA4E5C
RGB
CMYK
RGB Variations
Color information
#AA4E5C (or 0xAA4E5C) is known color: Hippie Pink. HEX triplet: AA, 4E and 5C. RGB value is (170,78,92). Sum of RGB (Red+Green+Blue) = 170+78+92=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E5C is #55B1A3. Grayscale: #6B6B6B. Windows color (decimal): -5616036 or 6049450. OLE color: 6049450.
HSL color Cylindrical-coordinate representation of color #AA4E5C: hue angle of 350.87º 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 #AA4E5C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 92 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.33 |
| HSL | 350.87º | 0.37% | 0.49% | - |
| HSV(B) | 350.87º | 0.54% | 0.67% | - |
| XYZ | 21.23 | 14.77 | 11.86 | - |
| YUV | 107.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 92 | 0 | 0.54 | 0.46 | 0.33 | 350.87 | 0.37 | 0.49 |
| Hex | AA | 4E | 5C | 0 | 36 | 2E | 21 | 15F | 25 | 31 |
| Octal | 252 | 116 | 134 | 0 | 66 | 56 | 41 | 537 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1011100 | 0 | 110110 | 101110 | 100001 | 101011111 | 100101 | 110001 |
Color Harmonies of #AA4E5C
Complementary color
Monochromatic Colors of #AA4E5C
Black with #AA4E5C
Text Example
Text Example
White with #AA4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E5C; }
p { color: rgb(170,78,92); }
H1.HeaderClassName
{
color: #AA4E5C;
}
.AnyTagClassName
{
color: #AA4E5C;
}
</style>
background-color css
<style>
a { background-color: #AA4E5C; }
a { background-color: rgb(170,78,92); }
div.DivClassName
{
background-color: #AA4E5C;
}
.BgClassName
{
background-color: #AA4E5C;
}
</style>
border-color css
<style>
span { border-color: #AA4E5C; }
span { border-color: rgb(170,78,92); }
td.TdClassName
{
border-color: #AA4E5C;
}
.TagClassName
{
border-color: #AA4E5C;
}
</style>