Shades of Hippie Pink #AA5662
Tints of Hippie Pink #AA5662
RGB
CMYK
RGB Variations
Color information
#AA5662 (or 0xAA5662) is known color: Hippie Pink. HEX triplet: AA, 56 and 62. RGB value is (170,86,98). Sum of RGB (Red+Green+Blue) = 170+86+98=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5662 is #55A99D. Grayscale: #707070. Windows color (decimal): -5613982 or 6444714. OLE color: 6444714.
HSL color Cylindrical-coordinate representation of color #AA5662: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5662 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 98 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.33 |
| HSL | 351.43º | 0.33% | 0.5% | - |
| HSV(B) | 351.43º | 0.49% | 0.67% | - |
| XYZ | 22.11 | 16.08 | 13.49 | - |
| YUV | 112.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 98 | 0 | 0.49 | 0.42 | 0.33 | 351.43 | 0.33 | 0.5 |
| Hex | AA | 56 | 62 | 0 | 31 | 2A | 21 | 15F | 21 | 32 |
| Octal | 252 | 126 | 142 | 0 | 61 | 52 | 41 | 537 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1100010 | 0 | 110001 | 101010 | 100001 | 101011111 | 100001 | 110010 |
Color Harmonies of #AA5662
Complementary color
Monochromatic Colors of #AA5662
Black with #AA5662
Text Example
Text Example
White with #AA5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5662; }
p { color: rgb(170,86,98); }
H1.HeaderClassName
{
color: #AA5662;
}
.AnyTagClassName
{
color: #AA5662;
}
</style>
background-color css
<style>
a { background-color: #AA5662; }
a { background-color: rgb(170,86,98); }
div.DivClassName
{
background-color: #AA5662;
}
.BgClassName
{
background-color: #AA5662;
}
</style>
border-color css
<style>
span { border-color: #AA5662; }
span { border-color: rgb(170,86,98); }
td.TdClassName
{
border-color: #AA5662;
}
.TagClassName
{
border-color: #AA5662;
}
</style>