Shades of Hippie Pink #A04A54
Tints of Hippie Pink #A04A54
RGB
CMYK
RGB Variations
Color information
#A04A54 (or 0xA04A54) is known color: Hippie Pink. HEX triplet: A0, 4A and 54. RGB value is (160,74,84). Sum of RGB (Red+Green+Blue) = 160+74+84=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A54 is #5FB5AB. Grayscale: #646464. Windows color (decimal): -6272428 or 5524128. OLE color: 5524128.
HSL color Cylindrical-coordinate representation of color #A04A54: hue angle of 353.02º 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 #A04A54 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 84 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.37 |
| HSL | 353.02º | 0.37% | 0.46% | - |
| HSV(B) | 353.02º | 0.54% | 0.63% | - |
| XYZ | 18.55 | 13.01 | 9.92 | - |
| YUV | 100.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 84 | 0 | 0.54 | 0.48 | 0.37 | 353.02 | 0.37 | 0.46 |
| Hex | A0 | 4A | 54 | 0 | 36 | 30 | 25 | 161 | 25 | 2E |
| Octal | 240 | 112 | 124 | 0 | 66 | 60 | 45 | 541 | 45 | 56 |
| Binary | 10100000 | 1001010 | 1010100 | 0 | 110110 | 110000 | 100101 | 101100001 | 100101 | 101110 |
Color Harmonies of #A04A54
Complementary color
Monochromatic Colors of #A04A54
Black with #A04A54
Text Example
Text Example
White with #A04A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A54; }
p { color: rgb(160,74,84); }
H1.HeaderClassName
{
color: #A04A54;
}
.AnyTagClassName
{
color: #A04A54;
}
</style>
background-color css
<style>
a { background-color: #A04A54; }
a { background-color: rgb(160,74,84); }
div.DivClassName
{
background-color: #A04A54;
}
.BgClassName
{
background-color: #A04A54;
}
</style>
border-color css
<style>
span { border-color: #A04A54; }
span { border-color: rgb(160,74,84); }
td.TdClassName
{
border-color: #A04A54;
}
.TagClassName
{
border-color: #A04A54;
}
</style>