Shades of Hippie Pink #AB595C
Tints of Hippie Pink #AB595C
RGB
CMYK
RGB Variations
Color information
#AB595C (or 0xAB595C) is known color: Hippie Pink. HEX triplet: AB, 59 and 5C. RGB value is (171,89,92). Sum of RGB (Red+Green+Blue) = 171+89+92=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB595C is #54A6A3. Grayscale: #717171. Windows color (decimal): -5547684 or 6052267. OLE color: 6052267.
HSL color Cylindrical-coordinate representation of color #AB595C: hue angle of 357.8º 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 #AB595C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 92 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.33 |
| HSL | 357.8º | 0.33% | 0.51% | - |
| HSV(B) | 357.8º | 0.48% | 0.67% | - |
| XYZ | 22.3 | 16.58 | 12.15 | - |
| YUV | 113.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 92 | 0 | 0.48 | 0.46 | 0.33 | 357.8 | 0.33 | 0.51 |
| Hex | AB | 59 | 5C | 0 | 30 | 2E | 21 | 166 | 21 | 33 |
| Octal | 253 | 131 | 134 | 0 | 60 | 56 | 41 | 546 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1011100 | 0 | 110000 | 101110 | 100001 | 101100110 | 100001 | 110011 |
Color Harmonies of #AB595C
Complementary color
Monochromatic Colors of #AB595C
Black with #AB595C
Text Example
Text Example
White with #AB595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB595C; }
p { color: rgb(171,89,92); }
H1.HeaderClassName
{
color: #AB595C;
}
.AnyTagClassName
{
color: #AB595C;
}
</style>
background-color css
<style>
a { background-color: #AB595C; }
a { background-color: rgb(171,89,92); }
div.DivClassName
{
background-color: #AB595C;
}
.BgClassName
{
background-color: #AB595C;
}
</style>
border-color css
<style>
span { border-color: #AB595C; }
span { border-color: rgb(171,89,92); }
td.TdClassName
{
border-color: #AB595C;
}
.TagClassName
{
border-color: #AB595C;
}
</style>