Shades of Hippie Pink #AB565E
Tints of Hippie Pink #AB565E
RGB
CMYK
RGB Variations
Color information
#AB565E (or 0xAB565E) is known color: Hippie Pink. HEX triplet: AB, 56 and 5E. RGB value is (171,86,94). Sum of RGB (Red+Green+Blue) = 171+86+94=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB565E is #54A9A1. Grayscale: #707070. Windows color (decimal): -5548450 or 6182571. OLE color: 6182571.
HSL color Cylindrical-coordinate representation of color #AB565E: hue angle of 354.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB565E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 94 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.33 |
| HSL | 354.35º | 0.34% | 0.5% | - |
| HSV(B) | 354.35º | 0.5% | 0.67% | - |
| XYZ | 22.14 | 16.12 | 12.53 | - |
| YUV | 112.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 94 | 0 | 0.50 | 0.45 | 0.33 | 354.35 | 0.34 | 0.5 |
| Hex | AB | 56 | 5E | 0 | 32 | 2D | 21 | 162 | 22 | 32 |
| Octal | 253 | 126 | 136 | 0 | 62 | 55 | 41 | 542 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1011110 | 0 | 110010 | 101101 | 100001 | 101100010 | 100010 | 110010 |
Color Harmonies of #AB565E
Complementary color
Monochromatic Colors of #AB565E
Black with #AB565E
Text Example
Text Example
White with #AB565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB565E; }
p { color: rgb(171,86,94); }
H1.HeaderClassName
{
color: #AB565E;
}
.AnyTagClassName
{
color: #AB565E;
}
</style>
background-color css
<style>
a { background-color: #AB565E; }
a { background-color: rgb(171,86,94); }
div.DivClassName
{
background-color: #AB565E;
}
.BgClassName
{
background-color: #AB565E;
}
</style>
border-color css
<style>
span { border-color: #AB565E; }
span { border-color: rgb(171,86,94); }
td.TdClassName
{
border-color: #AB565E;
}
.TagClassName
{
border-color: #AB565E;
}
</style>