Shades of Hippie Pink #AA4C51
Tints of Hippie Pink #AA4C51
RGB
CMYK
RGB Variations
Color information
#AA4C51 (or 0xAA4C51) is known color: Hippie Pink. HEX triplet: AA, 4C and 51. RGB value is (170,76,81). Sum of RGB (Red+Green+Blue) = 170+76+81=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C51 is #55B3AE. Grayscale: #686868. Windows color (decimal): -5616559 or 5328042. OLE color: 5328042.
HSL color Cylindrical-coordinate representation of color #AA4C51: hue angle of 356.81º 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 #AA4C51 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 81 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.33 |
| HSL | 356.81º | 0.38% | 0.48% | - |
| HSV(B) | 356.81º | 0.55% | 0.67% | - |
| XYZ | 20.65 | 14.31 | 9.46 | - |
| YUV | 104.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 81 | 0 | 0.55 | 0.52 | 0.33 | 356.81 | 0.38 | 0.48 |
| Hex | AA | 4C | 51 | 0 | 37 | 34 | 21 | 165 | 26 | 30 |
| Octal | 252 | 114 | 121 | 0 | 67 | 64 | 41 | 545 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1010001 | 0 | 110111 | 110100 | 100001 | 101100101 | 100110 | 110000 |
Color Harmonies of #AA4C51
Complementary color
Monochromatic Colors of #AA4C51
Black with #AA4C51
Text Example
Text Example
White with #AA4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C51; }
p { color: rgb(170,76,81); }
H1.HeaderClassName
{
color: #AA4C51;
}
.AnyTagClassName
{
color: #AA4C51;
}
</style>
background-color css
<style>
a { background-color: #AA4C51; }
a { background-color: rgb(170,76,81); }
div.DivClassName
{
background-color: #AA4C51;
}
.BgClassName
{
background-color: #AA4C51;
}
</style>
border-color css
<style>
span { border-color: #AA4C51; }
span { border-color: rgb(170,76,81); }
td.TdClassName
{
border-color: #AA4C51;
}
.TagClassName
{
border-color: #AA4C51;
}
</style>