Shades of Hippie Pink #AA4E53
Tints of Hippie Pink #AA4E53
RGB
CMYK
RGB Variations
Color information
#AA4E53 (or 0xAA4E53) is known color: Hippie Pink. HEX triplet: AA, 4E and 53. RGB value is (170,78,83). Sum of RGB (Red+Green+Blue) = 170+78+83=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E53 is #55B1AC. Grayscale: #6A6A6A. Windows color (decimal): -5616045 or 5459626. OLE color: 5459626.
HSL color Cylindrical-coordinate representation of color #AA4E53: hue angle of 356.74º 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 #AA4E53 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 83 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.33 |
| HSL | 356.74º | 0.37% | 0.49% | - |
| HSV(B) | 356.74º | 0.54% | 0.67% | - |
| XYZ | 20.86 | 14.62 | 9.91 | - |
| YUV | 106.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 83 | 0 | 0.54 | 0.51 | 0.33 | 356.74 | 0.37 | 0.49 |
| Hex | AA | 4E | 53 | 0 | 36 | 33 | 21 | 165 | 25 | 31 |
| Octal | 252 | 116 | 123 | 0 | 66 | 63 | 41 | 545 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1010011 | 0 | 110110 | 110011 | 100001 | 101100101 | 100101 | 110001 |
Color Harmonies of #AA4E53
Complementary color
Monochromatic Colors of #AA4E53
Black with #AA4E53
Text Example
Text Example
White with #AA4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E53; }
p { color: rgb(170,78,83); }
H1.HeaderClassName
{
color: #AA4E53;
}
.AnyTagClassName
{
color: #AA4E53;
}
</style>
background-color css
<style>
a { background-color: #AA4E53; }
a { background-color: rgb(170,78,83); }
div.DivClassName
{
background-color: #AA4E53;
}
.BgClassName
{
background-color: #AA4E53;
}
</style>
border-color css
<style>
span { border-color: #AA4E53; }
span { border-color: rgb(170,78,83); }
td.TdClassName
{
border-color: #AA4E53;
}
.TagClassName
{
border-color: #AA4E53;
}
</style>