Shades of Hippie Pink #AB5456
Tints of Hippie Pink #AB5456
RGB
CMYK
RGB Variations
Color information
#AB5456 (or 0xAB5456) is known color: Hippie Pink. HEX triplet: AB, 54 and 56. RGB value is (171,84,86). Sum of RGB (Red+Green+Blue) = 171+84+86=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5456 is #54ABA9. Grayscale: #6E6E6E. Windows color (decimal): -5548970 or 5657771. OLE color: 5657771.
HSL color Cylindrical-coordinate representation of color #AB5456: hue angle of 358.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5456 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 86 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.33 |
| HSL | 358.62º | 0.34% | 0.5% | - |
| HSV(B) | 358.62º | 0.51% | 0.67% | - |
| XYZ | 21.64 | 15.67 | 10.69 | - |
| YUV | 110.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 86 | 0 | 0.51 | 0.50 | 0.33 | 358.62 | 0.34 | 0.5 |
| Hex | AB | 54 | 56 | 0 | 33 | 32 | 21 | 167 | 22 | 32 |
| Octal | 253 | 124 | 126 | 0 | 63 | 62 | 41 | 547 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1010110 | 0 | 110011 | 110010 | 100001 | 101100111 | 100010 | 110010 |
Color Harmonies of #AB5456
Complementary color
Monochromatic Colors of #AB5456
Black with #AB5456
Text Example
Text Example
White with #AB5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5456; }
p { color: rgb(171,84,86); }
H1.HeaderClassName
{
color: #AB5456;
}
.AnyTagClassName
{
color: #AB5456;
}
</style>
background-color css
<style>
a { background-color: #AB5456; }
a { background-color: rgb(171,84,86); }
div.DivClassName
{
background-color: #AB5456;
}
.BgClassName
{
background-color: #AB5456;
}
</style>
border-color css
<style>
span { border-color: #AB5456; }
span { border-color: rgb(171,84,86); }
td.TdClassName
{
border-color: #AB5456;
}
.TagClassName
{
border-color: #AB5456;
}
</style>