Shades of Hippie Pink #AA4F54
Tints of Hippie Pink #AA4F54
RGB
CMYK
RGB Variations
Color information
#AA4F54 (or 0xAA4F54) is known color: Hippie Pink. HEX triplet: AA, 4F and 54. RGB value is (170,79,84). Sum of RGB (Red+Green+Blue) = 170+79+84=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F54 is #55B0AB. Grayscale: #6A6A6A. Windows color (decimal): -5615788 or 5525418. OLE color: 5525418.
HSL color Cylindrical-coordinate representation of color #AA4F54: hue angle of 356.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 #AA4F54 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 84 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.33 |
| HSL | 356.7º | 0.37% | 0.49% | - |
| HSV(B) | 356.7º | 0.54% | 0.67% | - |
| XYZ | 20.97 | 14.78 | 10.13 | - |
| YUV | 106.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 84 | 0 | 0.54 | 0.51 | 0.33 | 356.7 | 0.37 | 0.49 |
| Hex | AA | 4F | 54 | 0 | 36 | 33 | 21 | 165 | 25 | 31 |
| Octal | 252 | 117 | 124 | 0 | 66 | 63 | 41 | 545 | 45 | 61 |
| Binary | 10101010 | 1001111 | 1010100 | 0 | 110110 | 110011 | 100001 | 101100101 | 100101 | 110001 |
Color Harmonies of #AA4F54
Complementary color
Monochromatic Colors of #AA4F54
Black with #AA4F54
Text Example
Text Example
White with #AA4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F54; }
p { color: rgb(170,79,84); }
H1.HeaderClassName
{
color: #AA4F54;
}
.AnyTagClassName
{
color: #AA4F54;
}
</style>
background-color css
<style>
a { background-color: #AA4F54; }
a { background-color: rgb(170,79,84); }
div.DivClassName
{
background-color: #AA4F54;
}
.BgClassName
{
background-color: #AA4F54;
}
</style>
border-color css
<style>
span { border-color: #AA4F54; }
span { border-color: rgb(170,79,84); }
td.TdClassName
{
border-color: #AA4F54;
}
.TagClassName
{
border-color: #AA4F54;
}
</style>