Shades of Hippie Pink #AA4957
Tints of Hippie Pink #AA4957
RGB
CMYK
RGB Variations
Color information
#AA4957 (or 0xAA4957) is known color: Hippie Pink. HEX triplet: AA, 49 and 57. RGB value is (170,73,87). Sum of RGB (Red+Green+Blue) = 170+73+87=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4957 is #55B6A8. Grayscale: #676767. Windows color (decimal): -5617321 or 5720490. OLE color: 5720490.
HSL color Cylindrical-coordinate representation of color #AA4957: hue angle of 351.34º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4957 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 87 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.33 |
| HSL | 351.34º | 0.4% | 0.48% | - |
| HSV(B) | 351.34º | 0.57% | 0.67% | - |
| XYZ | 20.68 | 14 | 10.63 | - |
| YUV | 103.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 87 | 0 | 0.57 | 0.49 | 0.33 | 351.34 | 0.4 | 0.48 |
| Hex | AA | 49 | 57 | 0 | 39 | 31 | 21 | 15F | 28 | 30 |
| Octal | 252 | 111 | 127 | 0 | 71 | 61 | 41 | 537 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1010111 | 0 | 111001 | 110001 | 100001 | 101011111 | 101000 | 110000 |
Color Harmonies of #AA4957
Complementary color
Monochromatic Colors of #AA4957
Black with #AA4957
Text Example
Text Example
White with #AA4957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4957; }
p { color: rgb(170,73,87); }
H1.HeaderClassName
{
color: #AA4957;
}
.AnyTagClassName
{
color: #AA4957;
}
</style>
background-color css
<style>
a { background-color: #AA4957; }
a { background-color: rgb(170,73,87); }
div.DivClassName
{
background-color: #AA4957;
}
.BgClassName
{
background-color: #AA4957;
}
</style>
border-color css
<style>
span { border-color: #AA4957; }
span { border-color: rgb(170,73,87); }
td.TdClassName
{
border-color: #AA4957;
}
.TagClassName
{
border-color: #AA4957;
}
</style>