Shades of Hippie Pink #AA4656
Tints of Hippie Pink #AA4656
RGB
CMYK
RGB Variations
Color information
#AA4656 (or 0xAA4656) is known color: Hippie Pink. HEX triplet: AA, 46 and 56. RGB value is (170,70,86). Sum of RGB (Red+Green+Blue) = 170+70+86=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4656 is #55B9A9. Grayscale: #656565. Windows color (decimal): -5618090 or 5654186. OLE color: 5654186.
HSL color Cylindrical-coordinate representation of color #AA4656: hue angle of 350.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4656 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 86 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.33 |
| HSL | 350.4º | 0.42% | 0.47% | - |
| HSV(B) | 350.4º | 0.59% | 0.67% | - |
| XYZ | 20.45 | 13.6 | 10.35 | - |
| YUV | 101.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 86 | 0 | 0.59 | 0.49 | 0.33 | 350.4 | 0.42 | 0.47 |
| Hex | AA | 46 | 56 | 0 | 3B | 31 | 21 | 15E | 2A | 2F |
| Octal | 252 | 106 | 126 | 0 | 73 | 61 | 41 | 536 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1010110 | 0 | 111011 | 110001 | 100001 | 101011110 | 101010 | 101111 |
Color Harmonies of #AA4656
Complementary color
Monochromatic Colors of #AA4656
Black with #AA4656
Text Example
Text Example
White with #AA4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4656; }
p { color: rgb(170,70,86); }
H1.HeaderClassName
{
color: #AA4656;
}
.AnyTagClassName
{
color: #AA4656;
}
</style>
background-color css
<style>
a { background-color: #AA4656; }
a { background-color: rgb(170,70,86); }
div.DivClassName
{
background-color: #AA4656;
}
.BgClassName
{
background-color: #AA4656;
}
</style>
border-color css
<style>
span { border-color: #AA4656; }
span { border-color: rgb(170,70,86); }
td.TdClassName
{
border-color: #AA4656;
}
.TagClassName
{
border-color: #AA4656;
}
</style>