Shades of Hippie Pink #A04958
Tints of Hippie Pink #A04958
RGB
CMYK
RGB Variations
Color information
#A04958 (or 0xA04958) is known color: Hippie Pink. HEX triplet: A0, 49 and 58. RGB value is (160,73,88). Sum of RGB (Red+Green+Blue) = 160+73+88=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A04958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04958 is #5FB6A7. Grayscale: #646464. Windows color (decimal): -6272680 or 5786016. OLE color: 5786016.
HSL color Cylindrical-coordinate representation of color #A04958: hue angle of 349.66º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04958 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 88 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.37 |
| HSL | 349.66º | 0.37% | 0.46% | - |
| HSV(B) | 349.66º | 0.54% | 0.63% | - |
| XYZ | 18.64 | 12.94 | 10.75 | - |
| YUV | 100.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 88 | 0 | 0.54 | 0.45 | 0.37 | 349.66 | 0.37 | 0.46 |
| Hex | A0 | 49 | 58 | 0 | 36 | 2D | 25 | 15E | 25 | 2E |
| Octal | 240 | 111 | 130 | 0 | 66 | 55 | 45 | 536 | 45 | 56 |
| Binary | 10100000 | 1001001 | 1011000 | 0 | 110110 | 101101 | 100101 | 101011110 | 100101 | 101110 |
Color Harmonies of #A04958
Complementary color
Monochromatic Colors of #A04958
Black with #A04958
Text Example
Text Example
White with #A04958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04958; }
p { color: rgb(160,73,88); }
H1.HeaderClassName
{
color: #A04958;
}
.AnyTagClassName
{
color: #A04958;
}
</style>
background-color css
<style>
a { background-color: #A04958; }
a { background-color: rgb(160,73,88); }
div.DivClassName
{
background-color: #A04958;
}
.BgClassName
{
background-color: #A04958;
}
</style>
border-color css
<style>
span { border-color: #A04958; }
span { border-color: rgb(160,73,88); }
td.TdClassName
{
border-color: #A04958;
}
.TagClassName
{
border-color: #A04958;
}
</style>