Shades of Hippie Pink #A44E57
Tints of Hippie Pink #A44E57
RGB
CMYK
RGB Variations
Color information
#A44E57 (or 0xA44E57) is known color: Hippie Pink. HEX triplet: A4, 4E and 57. RGB value is (164,78,87). Sum of RGB (Red+Green+Blue) = 164+78+87=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E57 is #5BB1A8. Grayscale: #686868. Windows color (decimal): -6009257 or 5721764. OLE color: 5721764.
HSL color Cylindrical-coordinate representation of color #A44E57: hue angle of 353.72º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E57 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 87 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.36 |
| HSL | 353.72º | 0.36% | 0.47% | - |
| HSV(B) | 353.72º | 0.52% | 0.64% | - |
| XYZ | 19.75 | 14.03 | 10.68 | - |
| YUV | 104.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 87 | 0 | 0.52 | 0.47 | 0.36 | 353.72 | 0.36 | 0.47 |
| Hex | A4 | 4E | 57 | 0 | 34 | 2F | 24 | 162 | 24 | 2F |
| Octal | 244 | 116 | 127 | 0 | 64 | 57 | 44 | 542 | 44 | 57 |
| Binary | 10100100 | 1001110 | 1010111 | 0 | 110100 | 101111 | 100100 | 101100010 | 100100 | 101111 |
Color Harmonies of #A44E57
Complementary color
Monochromatic Colors of #A44E57
Black with #A44E57
Text Example
Text Example
White with #A44E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E57; }
p { color: rgb(164,78,87); }
H1.HeaderClassName
{
color: #A44E57;
}
.AnyTagClassName
{
color: #A44E57;
}
</style>
background-color css
<style>
a { background-color: #A44E57; }
a { background-color: rgb(164,78,87); }
div.DivClassName
{
background-color: #A44E57;
}
.BgClassName
{
background-color: #A44E57;
}
</style>
border-color css
<style>
span { border-color: #A44E57; }
span { border-color: rgb(164,78,87); }
td.TdClassName
{
border-color: #A44E57;
}
.TagClassName
{
border-color: #A44E57;
}
</style>