Shades of Hippie Pink #A04D5E
Tints of Hippie Pink #A04D5E
RGB
CMYK
RGB Variations
Color information
#A04D5E (or 0xA04D5E) is known color: Hippie Pink. HEX triplet: A0, 4D and 5E. RGB value is (160,77,94). Sum of RGB (Red+Green+Blue) = 160+77+94=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D5E is #5FB2A1. Grayscale: #676767. Windows color (decimal): -6271650 or 6180256. OLE color: 6180256.
HSL color Cylindrical-coordinate representation of color #A04D5E: hue angle of 347.71º 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 #A04D5E is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 94 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.37 |
| HSL | 347.71º | 0.35% | 0.46% | - |
| HSV(B) | 347.71º | 0.52% | 0.63% | - |
| XYZ | 19.17 | 13.59 | 12.2 | - |
| YUV | 103.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 94 | 0 | 0.52 | 0.41 | 0.37 | 347.71 | 0.35 | 0.46 |
| Hex | A0 | 4D | 5E | 0 | 34 | 29 | 25 | 15C | 23 | 2E |
| Octal | 240 | 115 | 136 | 0 | 64 | 51 | 45 | 534 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1011110 | 0 | 110100 | 101001 | 100101 | 101011100 | 100011 | 101110 |
Color Harmonies of #A04D5E
Complementary color
Monochromatic Colors of #A04D5E
Black with #A04D5E
Text Example
Text Example
White with #A04D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D5E; }
p { color: rgb(160,77,94); }
H1.HeaderClassName
{
color: #A04D5E;
}
.AnyTagClassName
{
color: #A04D5E;
}
</style>
background-color css
<style>
a { background-color: #A04D5E; }
a { background-color: rgb(160,77,94); }
div.DivClassName
{
background-color: #A04D5E;
}
.BgClassName
{
background-color: #A04D5E;
}
</style>
border-color css
<style>
span { border-color: #A04D5E; }
span { border-color: rgb(160,77,94); }
td.TdClassName
{
border-color: #A04D5E;
}
.TagClassName
{
border-color: #A04D5E;
}
</style>