Shades of Hippie Pink #AA595F
Tints of Hippie Pink #AA595F
RGB
CMYK
RGB Variations
Color information
#AA595F (or 0xAA595F) is known color: Hippie Pink. HEX triplet: AA, 59 and 5F. RGB value is (170,89,95). Sum of RGB (Red+Green+Blue) = 170+89+95=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA595F is #55A6A0. Grayscale: #717171. Windows color (decimal): -5613217 or 6248874. OLE color: 6248874.
HSL color Cylindrical-coordinate representation of color #AA595F: hue angle of 355.56º 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 #AA595F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 95 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.33 |
| HSL | 355.56º | 0.32% | 0.51% | - |
| HSV(B) | 355.56º | 0.48% | 0.67% | - |
| XYZ | 22.22 | 16.52 | 12.84 | - |
| YUV | 113.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 95 | 0 | 0.48 | 0.44 | 0.33 | 355.56 | 0.32 | 0.51 |
| Hex | AA | 59 | 5F | 0 | 30 | 2C | 21 | 164 | 20 | 33 |
| Octal | 252 | 131 | 137 | 0 | 60 | 54 | 41 | 544 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1011111 | 0 | 110000 | 101100 | 100001 | 101100100 | 100000 | 110011 |
Color Harmonies of #AA595F
Complementary color
Monochromatic Colors of #AA595F
Black with #AA595F
Text Example
Text Example
White with #AA595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA595F; }
p { color: rgb(170,89,95); }
H1.HeaderClassName
{
color: #AA595F;
}
.AnyTagClassName
{
color: #AA595F;
}
</style>
background-color css
<style>
a { background-color: #AA595F; }
a { background-color: rgb(170,89,95); }
div.DivClassName
{
background-color: #AA595F;
}
.BgClassName
{
background-color: #AA595F;
}
</style>
border-color css
<style>
span { border-color: #AA595F; }
span { border-color: rgb(170,89,95); }
td.TdClassName
{
border-color: #AA595F;
}
.TagClassName
{
border-color: #AA595F;
}
</style>