Shades of Hippie Pink #AA5758
Tints of Hippie Pink #AA5758
RGB
CMYK
RGB Variations
Color information
#AA5758 (or 0xAA5758) is known color: Hippie Pink. HEX triplet: AA, 57 and 58. RGB value is (170,87,88). Sum of RGB (Red+Green+Blue) = 170+87+88=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5758 is #55A8A7. Grayscale: #707070. Windows color (decimal): -5613736 or 5789610. OLE color: 5789610.
HSL color Cylindrical-coordinate representation of color #AA5758: hue angle of 359.28º 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 #AA5758 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 88 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.33 |
| HSL | 359.28º | 0.33% | 0.5% | - |
| HSV(B) | 359.28º | 0.49% | 0.67% | - |
| XYZ | 21.75 | 16.07 | 11.19 | - |
| YUV | 111.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 88 | 0 | 0.49 | 0.48 | 0.33 | 359.28 | 0.33 | 0.5 |
| Hex | AA | 57 | 58 | 0 | 31 | 30 | 21 | 167 | 21 | 32 |
| Octal | 252 | 127 | 130 | 0 | 61 | 60 | 41 | 547 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1011000 | 0 | 110001 | 110000 | 100001 | 101100111 | 100001 | 110010 |
Color Harmonies of #AA5758
Complementary color
Monochromatic Colors of #AA5758
Black with #AA5758
Text Example
Text Example
White with #AA5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5758; }
p { color: rgb(170,87,88); }
H1.HeaderClassName
{
color: #AA5758;
}
.AnyTagClassName
{
color: #AA5758;
}
</style>
background-color css
<style>
a { background-color: #AA5758; }
a { background-color: rgb(170,87,88); }
div.DivClassName
{
background-color: #AA5758;
}
.BgClassName
{
background-color: #AA5758;
}
</style>
border-color css
<style>
span { border-color: #AA5758; }
span { border-color: rgb(170,87,88); }
td.TdClassName
{
border-color: #AA5758;
}
.TagClassName
{
border-color: #AA5758;
}
</style>