Shades of Hippie Pink #AA5154
Tints of Hippie Pink #AA5154
RGB
CMYK
RGB Variations
Color information
#AA5154 (or 0xAA5154) is known color: Hippie Pink. HEX triplet: AA, 51 and 54. RGB value is (170,81,84). Sum of RGB (Red+Green+Blue) = 170+81+84=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5154 is #55AEAB. Grayscale: #6C6C6C. Windows color (decimal): -5615276 or 5525930. OLE color: 5525930.
HSL color Cylindrical-coordinate representation of color #AA5154: hue angle of 357.98º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5154 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 84 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.33 |
| HSL | 357.98º | 0.35% | 0.49% | - |
| HSV(B) | 357.98º | 0.52% | 0.67% | - |
| XYZ | 21.12 | 15.07 | 10.18 | - |
| YUV | 107.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 84 | 0 | 0.52 | 0.51 | 0.33 | 357.98 | 0.35 | 0.49 |
| Hex | AA | 51 | 54 | 0 | 34 | 33 | 21 | 166 | 23 | 31 |
| Octal | 252 | 121 | 124 | 0 | 64 | 63 | 41 | 546 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1010100 | 0 | 110100 | 110011 | 100001 | 101100110 | 100011 | 110001 |
Color Harmonies of #AA5154
Complementary color
Monochromatic Colors of #AA5154
Black with #AA5154
Text Example
Text Example
White with #AA5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5154; }
p { color: rgb(170,81,84); }
H1.HeaderClassName
{
color: #AA5154;
}
.AnyTagClassName
{
color: #AA5154;
}
</style>
background-color css
<style>
a { background-color: #AA5154; }
a { background-color: rgb(170,81,84); }
div.DivClassName
{
background-color: #AA5154;
}
.BgClassName
{
background-color: #AA5154;
}
</style>
border-color css
<style>
span { border-color: #AA5154; }
span { border-color: rgb(170,81,84); }
td.TdClassName
{
border-color: #AA5154;
}
.TagClassName
{
border-color: #AA5154;
}
</style>