Shades of Hippie Pink #A04C54
Tints of Hippie Pink #A04C54
RGB
CMYK
RGB Variations
Color information
#A04C54 (or 0xA04C54) is known color: Hippie Pink. HEX triplet: A0, 4C and 54. RGB value is (160,76,84). Sum of RGB (Red+Green+Blue) = 160+76+84=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C54 is #5FB3AB. Grayscale: #666666. Windows color (decimal): -6271916 or 5524640. OLE color: 5524640.
HSL color Cylindrical-coordinate representation of color #A04C54: hue angle of 354.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C54 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 84 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.37 |
| HSL | 354.29º | 0.36% | 0.46% | - |
| HSV(B) | 354.29º | 0.53% | 0.63% | - |
| XYZ | 18.68 | 13.28 | 9.97 | - |
| YUV | 102.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 84 | 0 | 0.52 | 0.48 | 0.37 | 354.29 | 0.36 | 0.46 |
| Hex | A0 | 4C | 54 | 0 | 34 | 30 | 25 | 162 | 24 | 2E |
| Octal | 240 | 114 | 124 | 0 | 64 | 60 | 45 | 542 | 44 | 56 |
| Binary | 10100000 | 1001100 | 1010100 | 0 | 110100 | 110000 | 100101 | 101100010 | 100100 | 101110 |
Color Harmonies of #A04C54
Complementary color
Monochromatic Colors of #A04C54
Black with #A04C54
Text Example
Text Example
White with #A04C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C54; }
p { color: rgb(160,76,84); }
H1.HeaderClassName
{
color: #A04C54;
}
.AnyTagClassName
{
color: #A04C54;
}
</style>
background-color css
<style>
a { background-color: #A04C54; }
a { background-color: rgb(160,76,84); }
div.DivClassName
{
background-color: #A04C54;
}
.BgClassName
{
background-color: #A04C54;
}
</style>
border-color css
<style>
span { border-color: #A04C54; }
span { border-color: rgb(160,76,84); }
td.TdClassName
{
border-color: #A04C54;
}
.TagClassName
{
border-color: #A04C54;
}
</style>