Shades of Hippie Pink #A44857
Tints of Hippie Pink #A44857
RGB
CMYK
RGB Variations
Color information
#A44857 (or 0xA44857) is known color: Hippie Pink. HEX triplet: A4, 48 and 57. RGB value is (164,72,87). Sum of RGB (Red+Green+Blue) = 164+72+87=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A44857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44857 is #5BB7A8. Grayscale: #656565. Windows color (decimal): -6010793 or 5720228. OLE color: 5720228.
HSL color Cylindrical-coordinate representation of color #A44857: hue angle of 350.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44857 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 87 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.36 |
| HSL | 350.22º | 0.39% | 0.46% | - |
| HSV(B) | 350.22º | 0.56% | 0.64% | - |
| XYZ | 19.35 | 13.22 | 10.55 | - |
| YUV | 101.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 87 | 0 | 0.56 | 0.47 | 0.36 | 350.22 | 0.39 | 0.46 |
| Hex | A4 | 48 | 57 | 0 | 38 | 2F | 24 | 15E | 27 | 2E |
| Octal | 244 | 110 | 127 | 0 | 70 | 57 | 44 | 536 | 47 | 56 |
| Binary | 10100100 | 1001000 | 1010111 | 0 | 111000 | 101111 | 100100 | 101011110 | 100111 | 101110 |
Color Harmonies of #A44857
Complementary color
Monochromatic Colors of #A44857
Black with #A44857
Text Example
Text Example
White with #A44857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44857; }
p { color: rgb(164,72,87); }
H1.HeaderClassName
{
color: #A44857;
}
.AnyTagClassName
{
color: #A44857;
}
</style>
background-color css
<style>
a { background-color: #A44857; }
a { background-color: rgb(164,72,87); }
div.DivClassName
{
background-color: #A44857;
}
.BgClassName
{
background-color: #A44857;
}
</style>
border-color css
<style>
span { border-color: #A44857; }
span { border-color: rgb(164,72,87); }
td.TdClassName
{
border-color: #A44857;
}
.TagClassName
{
border-color: #A44857;
}
</style>