Shades of Hippie Pink #A44856
Tints of Hippie Pink #A44856
RGB
CMYK
RGB Variations
Color information
#A44856 (or 0xA44856) is known color: Hippie Pink. HEX triplet: A4, 48 and 56. RGB value is (164,72,86). Sum of RGB (Red+Green+Blue) = 164+72+86=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A44856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44856 is #5BB7A9. Grayscale: #656565. Windows color (decimal): -6010794 or 5654692. OLE color: 5654692.
HSL color Cylindrical-coordinate representation of color #A44856: hue angle of 350.87º 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 #A44856 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 86 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.36 |
| HSL | 350.87º | 0.39% | 0.46% | - |
| HSV(B) | 350.87º | 0.56% | 0.64% | - |
| XYZ | 19.31 | 13.2 | 10.33 | - |
| YUV | 101.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 86 | 0 | 0.56 | 0.48 | 0.36 | 350.87 | 0.39 | 0.46 |
| Hex | A4 | 48 | 56 | 0 | 38 | 30 | 24 | 15F | 27 | 2E |
| Octal | 244 | 110 | 126 | 0 | 70 | 60 | 44 | 537 | 47 | 56 |
| Binary | 10100100 | 1001000 | 1010110 | 0 | 111000 | 110000 | 100100 | 101011111 | 100111 | 101110 |
Color Harmonies of #A44856
Complementary color
Monochromatic Colors of #A44856
Black with #A44856
Text Example
Text Example
White with #A44856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44856; }
p { color: rgb(164,72,86); }
H1.HeaderClassName
{
color: #A44856;
}
.AnyTagClassName
{
color: #A44856;
}
</style>
background-color css
<style>
a { background-color: #A44856; }
a { background-color: rgb(164,72,86); }
div.DivClassName
{
background-color: #A44856;
}
.BgClassName
{
background-color: #A44856;
}
</style>
border-color css
<style>
span { border-color: #A44856; }
span { border-color: rgb(164,72,86); }
td.TdClassName
{
border-color: #A44856;
}
.TagClassName
{
border-color: #A44856;
}
</style>