Shades of Hippie Pink #A44957
Tints of Hippie Pink #A44957
RGB
CMYK
RGB Variations
Color information
#A44957 (or 0xA44957) is known color: Hippie Pink. HEX triplet: A4, 49 and 57. RGB value is (164,73,87). Sum of RGB (Red+Green+Blue) = 164+73+87=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A44957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44957 is #5BB6A8. Grayscale: #656565. Windows color (decimal): -6010537 or 5720484. OLE color: 5720484.
HSL color Cylindrical-coordinate representation of color #A44957: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44957 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 87 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.36 |
| HSL | 350.77º | 0.38% | 0.46% | - |
| HSV(B) | 350.77º | 0.55% | 0.64% | - |
| XYZ | 19.41 | 13.35 | 10.57 | - |
| YUV | 101.81 | 119.65 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 87 | 0 | 0.55 | 0.47 | 0.36 | 350.77 | 0.38 | 0.46 |
| Hex | A4 | 49 | 57 | 0 | 37 | 2F | 24 | 15F | 26 | 2E |
| Octal | 244 | 111 | 127 | 0 | 67 | 57 | 44 | 537 | 46 | 56 |
| Binary | 10100100 | 1001001 | 1010111 | 0 | 110111 | 101111 | 100100 | 101011111 | 100110 | 101110 |
Color Harmonies of #A44957
Complementary color
Monochromatic Colors of #A44957
Black with #A44957
Text Example
Text Example
White with #A44957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44957; }
p { color: rgb(164,73,87); }
H1.HeaderClassName
{
color: #A44957;
}
.AnyTagClassName
{
color: #A44957;
}
</style>
background-color css
<style>
a { background-color: #A44957; }
a { background-color: rgb(164,73,87); }
div.DivClassName
{
background-color: #A44957;
}
.BgClassName
{
background-color: #A44957;
}
</style>
border-color css
<style>
span { border-color: #A44957; }
span { border-color: rgb(164,73,87); }
td.TdClassName
{
border-color: #A44957;
}
.TagClassName
{
border-color: #A44957;
}
</style>