Shades of Hippie Pink #A04D5C
Tints of Hippie Pink #A04D5C
RGB
CMYK
RGB Variations
Color information
#A04D5C (or 0xA04D5C) is known color: Hippie Pink. HEX triplet: A0, 4D and 5C. RGB value is (160,77,92). Sum of RGB (Red+Green+Blue) = 160+77+92=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D5C is #5FB2A3. Grayscale: #676767. Windows color (decimal): -6271652 or 6049184. OLE color: 6049184.
HSL color Cylindrical-coordinate representation of color #A04D5C: hue angle of 349.16º degrees, saturation: 0.35, 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 #A04D5C is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 92 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.37 |
| HSL | 349.16º | 0.35% | 0.46% | - |
| HSV(B) | 349.16º | 0.52% | 0.63% | - |
| XYZ | 19.08 | 13.55 | 11.74 | - |
| YUV | 103.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 92 | 0 | 0.52 | 0.43 | 0.37 | 349.16 | 0.35 | 0.46 |
| Hex | A0 | 4D | 5C | 0 | 34 | 2B | 25 | 15D | 23 | 2E |
| Octal | 240 | 115 | 134 | 0 | 64 | 53 | 45 | 535 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1011100 | 0 | 110100 | 101011 | 100101 | 101011101 | 100011 | 101110 |
Color Harmonies of #A04D5C
Complementary color
Monochromatic Colors of #A04D5C
Black with #A04D5C
Text Example
Text Example
White with #A04D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D5C; }
p { color: rgb(160,77,92); }
H1.HeaderClassName
{
color: #A04D5C;
}
.AnyTagClassName
{
color: #A04D5C;
}
</style>
background-color css
<style>
a { background-color: #A04D5C; }
a { background-color: rgb(160,77,92); }
div.DivClassName
{
background-color: #A04D5C;
}
.BgClassName
{
background-color: #A04D5C;
}
</style>
border-color css
<style>
span { border-color: #A04D5C; }
span { border-color: rgb(160,77,92); }
td.TdClassName
{
border-color: #A04D5C;
}
.TagClassName
{
border-color: #A04D5C;
}
</style>