Shades of Hippie Pink #AA5458
Tints of Hippie Pink #AA5458
RGB
CMYK
RGB Variations
Color information
#AA5458 (or 0xAA5458) is known color: Hippie Pink. HEX triplet: AA, 54 and 58. RGB value is (170,84,88). Sum of RGB (Red+Green+Blue) = 170+84+88=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5458 is #55ABA7. Grayscale: #6E6E6E. Windows color (decimal): -5614504 or 5788842. OLE color: 5788842.
HSL color Cylindrical-coordinate representation of color #AA5458: hue angle of 357.21º 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 #AA5458 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 88 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.33 |
| HSL | 357.21º | 0.34% | 0.5% | - |
| HSV(B) | 357.21º | 0.51% | 0.67% | - |
| XYZ | 21.51 | 15.59 | 11.11 | - |
| YUV | 110.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 88 | 0 | 0.51 | 0.48 | 0.33 | 357.21 | 0.34 | 0.5 |
| Hex | AA | 54 | 58 | 0 | 33 | 30 | 21 | 165 | 22 | 32 |
| Octal | 252 | 124 | 130 | 0 | 63 | 60 | 41 | 545 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1011000 | 0 | 110011 | 110000 | 100001 | 101100101 | 100010 | 110010 |
Color Harmonies of #AA5458
Complementary color
Monochromatic Colors of #AA5458
Black with #AA5458
Text Example
Text Example
White with #AA5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5458; }
p { color: rgb(170,84,88); }
H1.HeaderClassName
{
color: #AA5458;
}
.AnyTagClassName
{
color: #AA5458;
}
</style>
background-color css
<style>
a { background-color: #AA5458; }
a { background-color: rgb(170,84,88); }
div.DivClassName
{
background-color: #AA5458;
}
.BgClassName
{
background-color: #AA5458;
}
</style>
border-color css
<style>
span { border-color: #AA5458; }
span { border-color: rgb(170,84,88); }
td.TdClassName
{
border-color: #AA5458;
}
.TagClassName
{
border-color: #AA5458;
}
</style>