Shades of Hippie Pink #A04C51
Tints of Hippie Pink #A04C51
RGB
CMYK
RGB Variations
Color information
#A04C51 (or 0xA04C51) is known color: Hippie Pink. HEX triplet: A0, 4C and 51. RGB value is (160,76,81). Sum of RGB (Red+Green+Blue) = 160+76+81=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C51 is #5FB3AE. Grayscale: #656565. Windows color (decimal): -6271919 or 5328032. OLE color: 5328032.
HSL color Cylindrical-coordinate representation of color #A04C51: hue angle of 356.43º 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 #A04C51 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 81 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.37 |
| HSL | 356.43º | 0.36% | 0.46% | - |
| HSV(B) | 356.43º | 0.53% | 0.63% | - |
| XYZ | 18.57 | 13.24 | 9.36 | - |
| YUV | 101.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 81 | 0 | 0.52 | 0.49 | 0.37 | 356.43 | 0.36 | 0.46 |
| Hex | A0 | 4C | 51 | 0 | 34 | 31 | 25 | 164 | 24 | 2E |
| Octal | 240 | 114 | 121 | 0 | 64 | 61 | 45 | 544 | 44 | 56 |
| Binary | 10100000 | 1001100 | 1010001 | 0 | 110100 | 110001 | 100101 | 101100100 | 100100 | 101110 |
Color Harmonies of #A04C51
Complementary color
Monochromatic Colors of #A04C51
Black with #A04C51
Text Example
Text Example
White with #A04C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C51; }
p { color: rgb(160,76,81); }
H1.HeaderClassName
{
color: #A04C51;
}
.AnyTagClassName
{
color: #A04C51;
}
</style>
background-color css
<style>
a { background-color: #A04C51; }
a { background-color: rgb(160,76,81); }
div.DivClassName
{
background-color: #A04C51;
}
.BgClassName
{
background-color: #A04C51;
}
</style>
border-color css
<style>
span { border-color: #A04C51; }
span { border-color: rgb(160,76,81); }
td.TdClassName
{
border-color: #A04C51;
}
.TagClassName
{
border-color: #A04C51;
}
</style>