Shades of Hippie Pink #AA4C60
Tints of Hippie Pink #AA4C60
RGB
CMYK
RGB Variations
Color information
#AA4C60 (or 0xAA4C60) is known color: Hippie Pink. HEX triplet: AA, 4C and 60. RGB value is (170,76,96). Sum of RGB (Red+Green+Blue) = 170+76+96=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C60 is #55B39F. Grayscale: #6A6A6A. Windows color (decimal): -5616544 or 6311082. OLE color: 6311082.
HSL color Cylindrical-coordinate representation of color #AA4C60: hue angle of 347.23º 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 #AA4C60 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 96 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.33 |
| HSL | 347.23º | 0.38% | 0.48% | - |
| HSV(B) | 347.23º | 0.55% | 0.67% | - |
| XYZ | 21.27 | 14.56 | 12.76 | - |
| YUV | 106.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 96 | 0 | 0.55 | 0.44 | 0.33 | 347.23 | 0.38 | 0.48 |
| Hex | AA | 4C | 60 | 0 | 37 | 2C | 21 | 15B | 26 | 30 |
| Octal | 252 | 114 | 140 | 0 | 67 | 54 | 41 | 533 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1100000 | 0 | 110111 | 101100 | 100001 | 101011011 | 100110 | 110000 |
Color Harmonies of #AA4C60
Complementary color
Monochromatic Colors of #AA4C60
Black with #AA4C60
Text Example
Text Example
White with #AA4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C60; }
p { color: rgb(170,76,96); }
H1.HeaderClassName
{
color: #AA4C60;
}
.AnyTagClassName
{
color: #AA4C60;
}
</style>
background-color css
<style>
a { background-color: #AA4C60; }
a { background-color: rgb(170,76,96); }
div.DivClassName
{
background-color: #AA4C60;
}
.BgClassName
{
background-color: #AA4C60;
}
</style>
border-color css
<style>
span { border-color: #AA4C60; }
span { border-color: rgb(170,76,96); }
td.TdClassName
{
border-color: #AA4C60;
}
.TagClassName
{
border-color: #AA4C60;
}
</style>