Shades of Hippie Pink #AA4657
Tints of Hippie Pink #AA4657
RGB
CMYK
RGB Variations
Color information
#AA4657 (or 0xAA4657) is known color: Hippie Pink. HEX triplet: AA, 46 and 57. RGB value is (170,70,87). Sum of RGB (Red+Green+Blue) = 170+70+87=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4657 is #55B9A8. Grayscale: #656565. Windows color (decimal): -5618089 or 5719722. OLE color: 5719722.
HSL color Cylindrical-coordinate representation of color #AA4657: hue angle of 349.8º 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 #AA4657 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 87 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.33 |
| HSL | 349.8º | 0.42% | 0.47% | - |
| HSV(B) | 349.8º | 0.59% | 0.67% | - |
| XYZ | 20.49 | 13.61 | 10.56 | - |
| YUV | 101.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 87 | 0 | 0.59 | 0.49 | 0.33 | 349.8 | 0.42 | 0.47 |
| Hex | AA | 46 | 57 | 0 | 3B | 31 | 21 | 15E | 2A | 2F |
| Octal | 252 | 106 | 127 | 0 | 73 | 61 | 41 | 536 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1010111 | 0 | 111011 | 110001 | 100001 | 101011110 | 101010 | 101111 |
Color Harmonies of #AA4657
Complementary color
Monochromatic Colors of #AA4657
Black with #AA4657
Text Example
Text Example
White with #AA4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4657; }
p { color: rgb(170,70,87); }
H1.HeaderClassName
{
color: #AA4657;
}
.AnyTagClassName
{
color: #AA4657;
}
</style>
background-color css
<style>
a { background-color: #AA4657; }
a { background-color: rgb(170,70,87); }
div.DivClassName
{
background-color: #AA4657;
}
.BgClassName
{
background-color: #AA4657;
}
</style>
border-color css
<style>
span { border-color: #AA4657; }
span { border-color: rgb(170,70,87); }
td.TdClassName
{
border-color: #AA4657;
}
.TagClassName
{
border-color: #AA4657;
}
</style>