Shades of Hippie Pink #A04D5B
Tints of Hippie Pink #A04D5B
RGB
CMYK
RGB Variations
Color information
#A04D5B (or 0xA04D5B) is known color: Hippie Pink. HEX triplet: A0, 4D and 5B. RGB value is (160,77,91). Sum of RGB (Red+Green+Blue) = 160+77+91=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04D5B is #5FB2A4. Grayscale: #676767. Windows color (decimal): -6271653 or 5983648. OLE color: 5983648.
HSL color Cylindrical-coordinate representation of color #A04D5B: hue angle of 349.88º 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 #A04D5B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 91 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.37 |
| HSL | 349.88º | 0.35% | 0.46% | - |
| HSV(B) | 349.88º | 0.52% | 0.63% | - |
| XYZ | 19.04 | 13.54 | 11.51 | - |
| YUV | 103.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 91 | 0 | 0.52 | 0.43 | 0.37 | 349.88 | 0.35 | 0.46 |
| Hex | A0 | 4D | 5B | 0 | 34 | 2B | 25 | 15E | 23 | 2E |
| Octal | 240 | 115 | 133 | 0 | 64 | 53 | 45 | 536 | 43 | 56 |
| Binary | 10100000 | 1001101 | 1011011 | 0 | 110100 | 101011 | 100101 | 101011110 | 100011 | 101110 |
Color Harmonies of #A04D5B
Complementary color
Monochromatic Colors of #A04D5B
Black with #A04D5B
Text Example
Text Example
White with #A04D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D5B; }
p { color: rgb(160,77,91); }
H1.HeaderClassName
{
color: #A04D5B;
}
.AnyTagClassName
{
color: #A04D5B;
}
</style>
background-color css
<style>
a { background-color: #A04D5B; }
a { background-color: rgb(160,77,91); }
div.DivClassName
{
background-color: #A04D5B;
}
.BgClassName
{
background-color: #A04D5B;
}
</style>
border-color css
<style>
span { border-color: #A04D5B; }
span { border-color: rgb(160,77,91); }
td.TdClassName
{
border-color: #A04D5B;
}
.TagClassName
{
border-color: #A04D5B;
}
</style>