Shades of Hippie Pink #AA5562
Tints of Hippie Pink #AA5562
RGB
CMYK
RGB Variations
Color information
#AA5562 (or 0xAA5562) is known color: Hippie Pink. HEX triplet: AA, 55 and 62. RGB value is (170,85,98). Sum of RGB (Red+Green+Blue) = 170+85+98=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5562 is #55AA9D. Grayscale: #6F6F6F. Windows color (decimal): -5614238 or 6444458. OLE color: 6444458.
HSL color Cylindrical-coordinate representation of color #AA5562: hue angle of 350.82º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5562 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 98 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.33 |
| HSL | 350.82º | 0.33% | 0.5% | - |
| HSV(B) | 350.82º | 0.5% | 0.67% | - |
| XYZ | 22.03 | 15.92 | 13.47 | - |
| YUV | 111.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 98 | 0 | 0.50 | 0.42 | 0.33 | 350.82 | 0.33 | 0.5 |
| Hex | AA | 55 | 62 | 0 | 32 | 2A | 21 | 15F | 21 | 32 |
| Octal | 252 | 125 | 142 | 0 | 62 | 52 | 41 | 537 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1100010 | 0 | 110010 | 101010 | 100001 | 101011111 | 100001 | 110010 |
Color Harmonies of #AA5562
Complementary color
Monochromatic Colors of #AA5562
Black with #AA5562
Text Example
Text Example
White with #AA5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5562; }
p { color: rgb(170,85,98); }
H1.HeaderClassName
{
color: #AA5562;
}
.AnyTagClassName
{
color: #AA5562;
}
</style>
background-color css
<style>
a { background-color: #AA5562; }
a { background-color: rgb(170,85,98); }
div.DivClassName
{
background-color: #AA5562;
}
.BgClassName
{
background-color: #AA5562;
}
</style>
border-color css
<style>
span { border-color: #AA5562; }
span { border-color: rgb(170,85,98); }
td.TdClassName
{
border-color: #AA5562;
}
.TagClassName
{
border-color: #AA5562;
}
</style>