Shades of Hippie Pink #AB5256
Tints of Hippie Pink #AB5256
RGB
CMYK
RGB Variations
Color information
#AB5256 (or 0xAB5256) is known color: Hippie Pink. HEX triplet: AB, 52 and 56. RGB value is (171,82,86). Sum of RGB (Red+Green+Blue) = 171+82+86=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5256 is #54ADA9. Grayscale: #6D6D6D. Windows color (decimal): -5549482 or 5657259. OLE color: 5657259.
HSL color Cylindrical-coordinate representation of color #AB5256: hue angle of 357.3º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5256 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 86 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.33 |
| HSL | 357.3º | 0.35% | 0.5% | - |
| HSV(B) | 357.3º | 0.52% | 0.67% | - |
| XYZ | 21.49 | 15.36 | 10.64 | - |
| YUV | 109.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 86 | 0 | 0.52 | 0.50 | 0.33 | 357.3 | 0.35 | 0.5 |
| Hex | AB | 52 | 56 | 0 | 34 | 32 | 21 | 165 | 23 | 32 |
| Octal | 253 | 122 | 126 | 0 | 64 | 62 | 41 | 545 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1010110 | 0 | 110100 | 110010 | 100001 | 101100101 | 100011 | 110010 |
Color Harmonies of #AB5256
Complementary color
Monochromatic Colors of #AB5256
Black with #AB5256
Text Example
Text Example
White with #AB5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5256; }
p { color: rgb(171,82,86); }
H1.HeaderClassName
{
color: #AB5256;
}
.AnyTagClassName
{
color: #AB5256;
}
</style>
background-color css
<style>
a { background-color: #AB5256; }
a { background-color: rgb(171,82,86); }
div.DivClassName
{
background-color: #AB5256;
}
.BgClassName
{
background-color: #AB5256;
}
</style>
border-color css
<style>
span { border-color: #AB5256; }
span { border-color: rgb(171,82,86); }
td.TdClassName
{
border-color: #AB5256;
}
.TagClassName
{
border-color: #AB5256;
}
</style>