Shades of Hippie Pink #A04C5C
Tints of Hippie Pink #A04C5C
RGB
CMYK
RGB Variations
Color information
#A04C5C (or 0xA04C5C) is known color: Hippie Pink. HEX triplet: A0, 4C and 5C. RGB value is (160,76,92). Sum of RGB (Red+Green+Blue) = 160+76+92=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04C5C is #5FB3A3. Grayscale: #666666. Windows color (decimal): -6271908 or 6048928. OLE color: 6048928.
HSL color Cylindrical-coordinate representation of color #A04C5C: hue angle of 348.57º 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 #A04C5C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 92 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.37 |
| HSL | 348.57º | 0.36% | 0.46% | - |
| HSV(B) | 348.57º | 0.53% | 0.63% | - |
| XYZ | 19.01 | 13.42 | 11.71 | - |
| YUV | 102.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 92 | 0 | 0.52 | 0.43 | 0.37 | 348.57 | 0.36 | 0.46 |
| Hex | A0 | 4C | 5C | 0 | 34 | 2B | 25 | 15D | 24 | 2E |
| Octal | 240 | 114 | 134 | 0 | 64 | 53 | 45 | 535 | 44 | 56 |
| Binary | 10100000 | 1001100 | 1011100 | 0 | 110100 | 101011 | 100101 | 101011101 | 100100 | 101110 |
Color Harmonies of #A04C5C
Complementary color
Monochromatic Colors of #A04C5C
Black with #A04C5C
Text Example
Text Example
White with #A04C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C5C; }
p { color: rgb(160,76,92); }
H1.HeaderClassName
{
color: #A04C5C;
}
.AnyTagClassName
{
color: #A04C5C;
}
</style>
background-color css
<style>
a { background-color: #A04C5C; }
a { background-color: rgb(160,76,92); }
div.DivClassName
{
background-color: #A04C5C;
}
.BgClassName
{
background-color: #A04C5C;
}
</style>
border-color css
<style>
span { border-color: #A04C5C; }
span { border-color: rgb(160,76,92); }
td.TdClassName
{
border-color: #A04C5C;
}
.TagClassName
{
border-color: #A04C5C;
}
</style>