Shades of Hippie Pink #AB4C54
Tints of Hippie Pink #AB4C54
RGB
CMYK
RGB Variations
Color information
#AB4C54 (or 0xAB4C54) is known color: Hippie Pink. HEX triplet: AB, 4C and 54. RGB value is (171,76,84). Sum of RGB (Red+Green+Blue) = 171+76+84=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C54 is #54B3AB. Grayscale: #696969. Windows color (decimal): -5551020 or 5524651. OLE color: 5524651.
HSL color Cylindrical-coordinate representation of color #AB4C54: hue angle of 354.95º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C54 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 84 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.33 |
| HSL | 354.95º | 0.38% | 0.48% | - |
| HSV(B) | 354.95º | 0.56% | 0.67% | - |
| XYZ | 20.98 | 14.47 | 10.07 | - |
| YUV | 105.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 84 | 0 | 0.56 | 0.51 | 0.33 | 354.95 | 0.38 | 0.48 |
| Hex | AB | 4C | 54 | 0 | 38 | 33 | 21 | 163 | 26 | 30 |
| Octal | 253 | 114 | 124 | 0 | 70 | 63 | 41 | 543 | 46 | 60 |
| Binary | 10101011 | 1001100 | 1010100 | 0 | 111000 | 110011 | 100001 | 101100011 | 100110 | 110000 |
Color Harmonies of #AB4C54
Complementary color
Monochromatic Colors of #AB4C54
Black with #AB4C54
Text Example
Text Example
White with #AB4C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C54; }
p { color: rgb(171,76,84); }
H1.HeaderClassName
{
color: #AB4C54;
}
.AnyTagClassName
{
color: #AB4C54;
}
</style>
background-color css
<style>
a { background-color: #AB4C54; }
a { background-color: rgb(171,76,84); }
div.DivClassName
{
background-color: #AB4C54;
}
.BgClassName
{
background-color: #AB4C54;
}
</style>
border-color css
<style>
span { border-color: #AB4C54; }
span { border-color: rgb(171,76,84); }
td.TdClassName
{
border-color: #AB4C54;
}
.TagClassName
{
border-color: #AB4C54;
}
</style>