Shades of Hippie Pink #AB565A
Tints of Hippie Pink #AB565A
RGB
CMYK
RGB Variations
Color information
#AB565A (or 0xAB565A) is known color: Hippie Pink. HEX triplet: AB, 56 and 5A. RGB value is (171,86,90). Sum of RGB (Red+Green+Blue) = 171+86+90=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB565A is #54A9A5. Grayscale: #6F6F6F. Windows color (decimal): -5548454 or 5920427. OLE color: 5920427.
HSL color Cylindrical-coordinate representation of color #AB565A: hue angle of 357.18º 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 #AB565A is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 90 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.33 |
| HSL | 357.18º | 0.34% | 0.5% | - |
| HSV(B) | 357.18º | 0.5% | 0.67% | - |
| XYZ | 21.97 | 16.05 | 11.61 | - |
| YUV | 111.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 90 | 0 | 0.50 | 0.47 | 0.33 | 357.18 | 0.34 | 0.5 |
| Hex | AB | 56 | 5A | 0 | 32 | 2F | 21 | 165 | 22 | 32 |
| Octal | 253 | 126 | 132 | 0 | 62 | 57 | 41 | 545 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1011010 | 0 | 110010 | 101111 | 100001 | 101100101 | 100010 | 110010 |
Color Harmonies of #AB565A
Complementary color
Monochromatic Colors of #AB565A
Black with #AB565A
Text Example
Text Example
White with #AB565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB565A; }
p { color: rgb(171,86,90); }
H1.HeaderClassName
{
color: #AB565A;
}
.AnyTagClassName
{
color: #AB565A;
}
</style>
background-color css
<style>
a { background-color: #AB565A; }
a { background-color: rgb(171,86,90); }
div.DivClassName
{
background-color: #AB565A;
}
.BgClassName
{
background-color: #AB565A;
}
</style>
border-color css
<style>
span { border-color: #AB565A; }
span { border-color: rgb(171,86,90); }
td.TdClassName
{
border-color: #AB565A;
}
.TagClassName
{
border-color: #AB565A;
}
</style>