Shades of Hippie Pink #AA5062
Tints of Hippie Pink #AA5062
RGB
CMYK
RGB Variations
Color information
#AA5062 (or 0xAA5062) is known color: Hippie Pink. HEX triplet: AA, 50 and 62. RGB value is (170,80,98). Sum of RGB (Red+Green+Blue) = 170+80+98=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5062 is #55AF9D. Grayscale: #6C6C6C. Windows color (decimal): -5615518 or 6443178. OLE color: 6443178.
HSL color Cylindrical-coordinate representation of color #AA5062: hue angle of 348º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5062 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 98 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.33 |
| HSL | 348º | 0.36% | 0.49% | - |
| HSV(B) | 348º | 0.53% | 0.67% | - |
| XYZ | 21.65 | 15.17 | 13.34 | - |
| YUV | 108.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 98 | 0 | 0.53 | 0.42 | 0.33 | 348 | 0.36 | 0.49 |
| Hex | AA | 50 | 62 | 0 | 35 | 2A | 21 | 15C | 24 | 31 |
| Octal | 252 | 120 | 142 | 0 | 65 | 52 | 41 | 534 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1100010 | 0 | 110101 | 101010 | 100001 | 101011100 | 100100 | 110001 |
Color Harmonies of #AA5062
Complementary color
Monochromatic Colors of #AA5062
Black with #AA5062
Text Example
Text Example
White with #AA5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5062; }
p { color: rgb(170,80,98); }
H1.HeaderClassName
{
color: #AA5062;
}
.AnyTagClassName
{
color: #AA5062;
}
</style>
background-color css
<style>
a { background-color: #AA5062; }
a { background-color: rgb(170,80,98); }
div.DivClassName
{
background-color: #AA5062;
}
.BgClassName
{
background-color: #AA5062;
}
</style>
border-color css
<style>
span { border-color: #AA5062; }
span { border-color: rgb(170,80,98); }
td.TdClassName
{
border-color: #AA5062;
}
.TagClassName
{
border-color: #AA5062;
}
</style>