Shades of Hippie Pink #A44F56
Tints of Hippie Pink #A44F56
RGB
CMYK
RGB Variations
Color information
#A44F56 (or 0xA44F56) is known color: Hippie Pink. HEX triplet: A4, 4F and 56. RGB value is (164,79,86). Sum of RGB (Red+Green+Blue) = 164+79+86=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F56 is #5BB0A9. Grayscale: #696969. Windows color (decimal): -6009002 or 5656484. OLE color: 5656484.
HSL color Cylindrical-coordinate representation of color #A44F56: hue angle of 355.06º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F56 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 79 | 86 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.36 |
| HSL | 355.06º | 0.35% | 0.48% | - |
| HSV(B) | 355.06º | 0.52% | 0.64% | - |
| XYZ | 19.79 | 14.16 | 10.49 | - |
| YUV | 105.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 86 | 0 | 0.52 | 0.48 | 0.36 | 355.06 | 0.35 | 0.48 |
| Hex | A4 | 4F | 56 | 0 | 34 | 30 | 24 | 163 | 23 | 30 |
| Octal | 244 | 117 | 126 | 0 | 64 | 60 | 44 | 543 | 43 | 60 |
| Binary | 10100100 | 1001111 | 1010110 | 0 | 110100 | 110000 | 100100 | 101100011 | 100011 | 110000 |
Color Harmonies of #A44F56
Complementary color
Monochromatic Colors of #A44F56
Black with #A44F56
Text Example
Text Example
White with #A44F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44F56; }
p { color: rgb(164,79,86); }
H1.HeaderClassName
{
color: #A44F56;
}
.AnyTagClassName
{
color: #A44F56;
}
</style>
background-color css
<style>
a { background-color: #A44F56; }
a { background-color: rgb(164,79,86); }
div.DivClassName
{
background-color: #A44F56;
}
.BgClassName
{
background-color: #A44F56;
}
</style>
border-color css
<style>
span { border-color: #A44F56; }
span { border-color: rgb(164,79,86); }
td.TdClassName
{
border-color: #A44F56;
}
.TagClassName
{
border-color: #A44F56;
}
</style>