Shades of Hippie Pink #AA4C64
Tints of Hippie Pink #AA4C64
RGB
CMYK
RGB Variations
Color information
#AA4C64 (or 0xAA4C64) is known color: Hippie Pink. HEX triplet: AA, 4C and 64. RGB value is (170,76,100). Sum of RGB (Red+Green+Blue) = 170+76+100=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C64 is #55B39B. Grayscale: #6A6A6A. Windows color (decimal): -5616540 or 6573226. OLE color: 6573226.
HSL color Cylindrical-coordinate representation of color #AA4C64: hue angle of 344.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4C64 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 100 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.33 |
| HSL | 344.68º | 0.38% | 0.48% | - |
| HSV(B) | 344.68º | 0.55% | 0.67% | - |
| XYZ | 21.46 | 14.64 | 13.75 | - |
| YUV | 106.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 100 | 0 | 0.55 | 0.41 | 0.33 | 344.68 | 0.38 | 0.48 |
| Hex | AA | 4C | 64 | 0 | 37 | 29 | 21 | 159 | 26 | 30 |
| Octal | 252 | 114 | 144 | 0 | 67 | 51 | 41 | 531 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1100100 | 0 | 110111 | 101001 | 100001 | 101011001 | 100110 | 110000 |
Color Harmonies of #AA4C64
Complementary color
Monochromatic Colors of #AA4C64
Black with #AA4C64
Text Example
Text Example
White with #AA4C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C64; }
p { color: rgb(170,76,100); }
H1.HeaderClassName
{
color: #AA4C64;
}
.AnyTagClassName
{
color: #AA4C64;
}
</style>
background-color css
<style>
a { background-color: #AA4C64; }
a { background-color: rgb(170,76,100); }
div.DivClassName
{
background-color: #AA4C64;
}
.BgClassName
{
background-color: #AA4C64;
}
</style>
border-color css
<style>
span { border-color: #AA4C64; }
span { border-color: rgb(170,76,100); }
td.TdClassName
{
border-color: #AA4C64;
}
.TagClassName
{
border-color: #AA4C64;
}
</style>