Shades of Hippie Pink #AA595E
Tints of Hippie Pink #AA595E
RGB
CMYK
RGB Variations
Color information
#AA595E (or 0xAA595E) is known color: Hippie Pink. HEX triplet: AA, 59 and 5E. RGB value is (170,89,94). Sum of RGB (Red+Green+Blue) = 170+89+94=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA595E is #55A6A1. Grayscale: #717171. Windows color (decimal): -5613218 or 6183338. OLE color: 6183338.
HSL color Cylindrical-coordinate representation of color #AA595E: hue angle of 356.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA595E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 94 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.33 |
| HSL | 356.3º | 0.32% | 0.51% | - |
| HSV(B) | 356.3º | 0.48% | 0.67% | - |
| XYZ | 22.17 | 16.5 | 12.61 | - |
| YUV | 113.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 94 | 0 | 0.48 | 0.45 | 0.33 | 356.3 | 0.32 | 0.51 |
| Hex | AA | 59 | 5E | 0 | 30 | 2D | 21 | 164 | 20 | 33 |
| Octal | 252 | 131 | 136 | 0 | 60 | 55 | 41 | 544 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1011110 | 0 | 110000 | 101101 | 100001 | 101100100 | 100000 | 110011 |
Color Harmonies of #AA595E
Complementary color
Monochromatic Colors of #AA595E
Black with #AA595E
Text Example
Text Example
White with #AA595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA595E; }
p { color: rgb(170,89,94); }
H1.HeaderClassName
{
color: #AA595E;
}
.AnyTagClassName
{
color: #AA595E;
}
</style>
background-color css
<style>
a { background-color: #AA595E; }
a { background-color: rgb(170,89,94); }
div.DivClassName
{
background-color: #AA595E;
}
.BgClassName
{
background-color: #AA595E;
}
</style>
border-color css
<style>
span { border-color: #AA595E; }
span { border-color: rgb(170,89,94); }
td.TdClassName
{
border-color: #AA595E;
}
.TagClassName
{
border-color: #AA595E;
}
</style>