Shades of Hippie Pink #AA4751
Tints of Hippie Pink #AA4751
RGB
CMYK
RGB Variations
Color information
#AA4751 (or 0xAA4751) is known color: Hippie Pink. HEX triplet: AA, 47 and 51. RGB value is (170,71,81). Sum of RGB (Red+Green+Blue) = 170+71+81=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4751 is #55B8AE. Grayscale: #656565. Windows color (decimal): -5617839 or 5326762. OLE color: 5326762.
HSL color Cylindrical-coordinate representation of color #AA4751: hue angle of 353.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4751 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 81 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.33 |
| HSL | 353.94º | 0.41% | 0.47% | - |
| HSV(B) | 353.94º | 0.58% | 0.67% | - |
| XYZ | 20.32 | 13.65 | 9.35 | - |
| YUV | 101.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 81 | 0 | 0.58 | 0.52 | 0.33 | 353.94 | 0.41 | 0.47 |
| Hex | AA | 47 | 51 | 0 | 3A | 34 | 21 | 162 | 29 | 2F |
| Octal | 252 | 107 | 121 | 0 | 72 | 64 | 41 | 542 | 51 | 57 |
| Binary | 10101010 | 1000111 | 1010001 | 0 | 111010 | 110100 | 100001 | 101100010 | 101001 | 101111 |
Color Harmonies of #AA4751
Complementary color
Monochromatic Colors of #AA4751
Black with #AA4751
Text Example
Text Example
White with #AA4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4751; }
p { color: rgb(170,71,81); }
H1.HeaderClassName
{
color: #AA4751;
}
.AnyTagClassName
{
color: #AA4751;
}
</style>
background-color css
<style>
a { background-color: #AA4751; }
a { background-color: rgb(170,71,81); }
div.DivClassName
{
background-color: #AA4751;
}
.BgClassName
{
background-color: #AA4751;
}
</style>
border-color css
<style>
span { border-color: #AA4751; }
span { border-color: rgb(170,71,81); }
td.TdClassName
{
border-color: #AA4751;
}
.TagClassName
{
border-color: #AA4751;
}
</style>