Shades of Hippie Pink #AA5162
Tints of Hippie Pink #AA5162
RGB
CMYK
RGB Variations
Color information
#AA5162 (or 0xAA5162) is known color: Hippie Pink. HEX triplet: AA, 51 and 62. RGB value is (170,81,98). Sum of RGB (Red+Green+Blue) = 170+81+98=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5162 is #55AE9D. Grayscale: #6D6D6D. Windows color (decimal): -5615262 or 6443434. OLE color: 6443434.
HSL color Cylindrical-coordinate representation of color #AA5162: hue angle of 348.54º 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 #AA5162 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 98 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.33 |
| HSL | 348.54º | 0.35% | 0.49% | - |
| HSV(B) | 348.54º | 0.52% | 0.67% | - |
| XYZ | 21.72 | 15.31 | 13.37 | - |
| YUV | 109.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 98 | 0 | 0.52 | 0.42 | 0.33 | 348.54 | 0.35 | 0.49 |
| Hex | AA | 51 | 62 | 0 | 34 | 2A | 21 | 15D | 23 | 31 |
| Octal | 252 | 121 | 142 | 0 | 64 | 52 | 41 | 535 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1100010 | 0 | 110100 | 101010 | 100001 | 101011101 | 100011 | 110001 |
Color Harmonies of #AA5162
Complementary color
Monochromatic Colors of #AA5162
Black with #AA5162
Text Example
Text Example
White with #AA5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5162; }
p { color: rgb(170,81,98); }
H1.HeaderClassName
{
color: #AA5162;
}
.AnyTagClassName
{
color: #AA5162;
}
</style>
background-color css
<style>
a { background-color: #AA5162; }
a { background-color: rgb(170,81,98); }
div.DivClassName
{
background-color: #AA5162;
}
.BgClassName
{
background-color: #AA5162;
}
</style>
border-color css
<style>
span { border-color: #AA5162; }
span { border-color: rgb(170,81,98); }
td.TdClassName
{
border-color: #AA5162;
}
.TagClassName
{
border-color: #AA5162;
}
</style>