Shades of Hippie Pink #A44B59
Tints of Hippie Pink #A44B59
RGB
CMYK
RGB Variations
Color information
#A44B59 (or 0xA44B59) is known color: Hippie Pink. HEX triplet: A4, 4B and 59. RGB value is (164,75,89). Sum of RGB (Red+Green+Blue) = 164+75+89=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B59 is #5BB4A6. Grayscale: #676767. Windows color (decimal): -6010023 or 5852068. OLE color: 5852068.
HSL color Cylindrical-coordinate representation of color #A44B59: hue angle of 350.56º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B59 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 75 | 89 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.36 |
| HSL | 350.56º | 0.37% | 0.47% | - |
| HSV(B) | 350.56º | 0.54% | 0.64% | - |
| XYZ | 19.63 | 13.65 | 11.05 | - |
| YUV | 103.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 75 | 89 | 0 | 0.54 | 0.46 | 0.36 | 350.56 | 0.37 | 0.47 |
| Hex | A4 | 4B | 59 | 0 | 36 | 2E | 24 | 15F | 25 | 2F |
| Octal | 244 | 113 | 131 | 0 | 66 | 56 | 44 | 537 | 45 | 57 |
| Binary | 10100100 | 1001011 | 1011001 | 0 | 110110 | 101110 | 100100 | 101011111 | 100101 | 101111 |
Color Harmonies of #A44B59
Complementary color
Monochromatic Colors of #A44B59
Black with #A44B59
Text Example
Text Example
White with #A44B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44B59; }
p { color: rgb(164,75,89); }
H1.HeaderClassName
{
color: #A44B59;
}
.AnyTagClassName
{
color: #A44B59;
}
</style>
background-color css
<style>
a { background-color: #A44B59; }
a { background-color: rgb(164,75,89); }
div.DivClassName
{
background-color: #A44B59;
}
.BgClassName
{
background-color: #A44B59;
}
</style>
border-color css
<style>
span { border-color: #A44B59; }
span { border-color: rgb(164,75,89); }
td.TdClassName
{
border-color: #A44B59;
}
.TagClassName
{
border-color: #A44B59;
}
</style>