Shades of Hippie Pink #AA595D
Tints of Hippie Pink #AA595D
RGB
CMYK
RGB Variations
Color information
#AA595D (or 0xAA595D) is known color: Hippie Pink. HEX triplet: AA, 59 and 5D. RGB value is (170,89,93). Sum of RGB (Red+Green+Blue) = 170+89+93=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA595D is #55A6A2. Grayscale: #717171. Windows color (decimal): -5613219 or 6117802. OLE color: 6117802.
HSL color Cylindrical-coordinate representation of color #AA595D: hue angle of 357.04º 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 #AA595D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 93 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.33 |
| HSL | 357.04º | 0.32% | 0.51% | - |
| HSV(B) | 357.04º | 0.48% | 0.67% | - |
| XYZ | 22.13 | 16.48 | 12.37 | - |
| YUV | 113.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 93 | 0 | 0.48 | 0.45 | 0.33 | 357.04 | 0.32 | 0.51 |
| Hex | AA | 59 | 5D | 0 | 30 | 2D | 21 | 165 | 20 | 33 |
| Octal | 252 | 131 | 135 | 0 | 60 | 55 | 41 | 545 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1011101 | 0 | 110000 | 101101 | 100001 | 101100101 | 100000 | 110011 |
Color Harmonies of #AA595D
Complementary color
Monochromatic Colors of #AA595D
Black with #AA595D
Text Example
Text Example
White with #AA595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA595D; }
p { color: rgb(170,89,93); }
H1.HeaderClassName
{
color: #AA595D;
}
.AnyTagClassName
{
color: #AA595D;
}
</style>
background-color css
<style>
a { background-color: #AA595D; }
a { background-color: rgb(170,89,93); }
div.DivClassName
{
background-color: #AA595D;
}
.BgClassName
{
background-color: #AA595D;
}
</style>
border-color css
<style>
span { border-color: #AA595D; }
span { border-color: rgb(170,89,93); }
td.TdClassName
{
border-color: #AA595D;
}
.TagClassName
{
border-color: #AA595D;
}
</style>