Shades of Hippie Pink #AA5462
Tints of Hippie Pink #AA5462
RGB
CMYK
RGB Variations
Color information
#AA5462 (or 0xAA5462) is known color: Hippie Pink. HEX triplet: AA, 54 and 62. RGB value is (170,84,98). Sum of RGB (Red+Green+Blue) = 170+84+98=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5462 is #55AB9D. Grayscale: #6F6F6F. Windows color (decimal): -5614494 or 6444202. OLE color: 6444202.
HSL color Cylindrical-coordinate representation of color #AA5462: hue angle of 350.23º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5462 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 98 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.33 |
| HSL | 350.23º | 0.34% | 0.5% | - |
| HSV(B) | 350.23º | 0.51% | 0.67% | - |
| XYZ | 21.95 | 15.77 | 13.44 | - |
| YUV | 111.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 98 | 0 | 0.51 | 0.42 | 0.33 | 350.23 | 0.34 | 0.5 |
| Hex | AA | 54 | 62 | 0 | 33 | 2A | 21 | 15E | 22 | 32 |
| Octal | 252 | 124 | 142 | 0 | 63 | 52 | 41 | 536 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1100010 | 0 | 110011 | 101010 | 100001 | 101011110 | 100010 | 110010 |
Color Harmonies of #AA5462
Complementary color
Monochromatic Colors of #AA5462
Black with #AA5462
Text Example
Text Example
White with #AA5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5462; }
p { color: rgb(170,84,98); }
H1.HeaderClassName
{
color: #AA5462;
}
.AnyTagClassName
{
color: #AA5462;
}
</style>
background-color css
<style>
a { background-color: #AA5462; }
a { background-color: rgb(170,84,98); }
div.DivClassName
{
background-color: #AA5462;
}
.BgClassName
{
background-color: #AA5462;
}
</style>
border-color css
<style>
span { border-color: #AA5462; }
span { border-color: rgb(170,84,98); }
td.TdClassName
{
border-color: #AA5462;
}
.TagClassName
{
border-color: #AA5462;
}
</style>