Shades of Hippie Pink #AB595E
Tints of Hippie Pink #AB595E
RGB
CMYK
RGB Variations
Color information
#AB595E (or 0xAB595E) is known color: Hippie Pink. HEX triplet: AB, 59 and 5E. RGB value is (171,89,94). Sum of RGB (Red+Green+Blue) = 171+89+94=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB595E is #54A6A1. Grayscale: #727272. Windows color (decimal): -5547682 or 6183339. OLE color: 6183339.
HSL color Cylindrical-coordinate representation of color #AB595E: hue angle of 356.34º degrees, saturation: 0.33, 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 #AB595E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 94 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.33 |
| HSL | 356.34º | 0.33% | 0.51% | - |
| HSV(B) | 356.34º | 0.48% | 0.67% | - |
| XYZ | 22.39 | 16.61 | 12.62 | - |
| YUV | 114.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 94 | 0 | 0.48 | 0.45 | 0.33 | 356.34 | 0.33 | 0.51 |
| Hex | AB | 59 | 5E | 0 | 30 | 2D | 21 | 164 | 21 | 33 |
| Octal | 253 | 131 | 136 | 0 | 60 | 55 | 41 | 544 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1011110 | 0 | 110000 | 101101 | 100001 | 101100100 | 100001 | 110011 |
Color Harmonies of #AB595E
Complementary color
Monochromatic Colors of #AB595E
Black with #AB595E
Text Example
Text Example
White with #AB595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB595E; }
p { color: rgb(171,89,94); }
H1.HeaderClassName
{
color: #AB595E;
}
.AnyTagClassName
{
color: #AB595E;
}
</style>
background-color css
<style>
a { background-color: #AB595E; }
a { background-color: rgb(171,89,94); }
div.DivClassName
{
background-color: #AB595E;
}
.BgClassName
{
background-color: #AB595E;
}
</style>
border-color css
<style>
span { border-color: #AB595E; }
span { border-color: rgb(171,89,94); }
td.TdClassName
{
border-color: #AB595E;
}
.TagClassName
{
border-color: #AB595E;
}
</style>