Shades of Hippie Pink #AB5B5C
Tints of Hippie Pink #AB5B5C
RGB
CMYK
RGB Variations
Color information
#AB5B5C (or 0xAB5B5C) is known color: Hippie Pink. HEX triplet: AB, 5B and 5C. RGB value is (171,91,92). Sum of RGB (Red+Green+Blue) = 171+91+92=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B5C is #54A4A3. Grayscale: #737373. Windows color (decimal): -5547172 or 6052779. OLE color: 6052779.
HSL color Cylindrical-coordinate representation of color #AB5B5C: hue angle of 359.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B5C is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 92 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.33 |
| HSL | 359.25º | 0.32% | 0.51% | - |
| HSV(B) | 359.25º | 0.47% | 0.67% | - |
| XYZ | 22.47 | 16.91 | 12.21 | - |
| YUV | 115.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 92 | 0 | 0.47 | 0.46 | 0.33 | 359.25 | 0.32 | 0.51 |
| Hex | AB | 5B | 5C | 0 | 2F | 2E | 21 | 167 | 20 | 33 |
| Octal | 253 | 133 | 134 | 0 | 57 | 56 | 41 | 547 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1011100 | 0 | 101111 | 101110 | 100001 | 101100111 | 100000 | 110011 |
Color Harmonies of #AB5B5C
Complementary color
Monochromatic Colors of #AB5B5C
Black with #AB5B5C
Text Example
Text Example
White with #AB5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B5C; }
p { color: rgb(171,91,92); }
H1.HeaderClassName
{
color: #AB5B5C;
}
.AnyTagClassName
{
color: #AB5B5C;
}
</style>
background-color css
<style>
a { background-color: #AB5B5C; }
a { background-color: rgb(171,91,92); }
div.DivClassName
{
background-color: #AB5B5C;
}
.BgClassName
{
background-color: #AB5B5C;
}
</style>
border-color css
<style>
span { border-color: #AB5B5C; }
span { border-color: rgb(171,91,92); }
td.TdClassName
{
border-color: #AB5B5C;
}
.TagClassName
{
border-color: #AB5B5C;
}
</style>