Shades of Hippie Pink #A44C64
Tints of Hippie Pink #A44C64
RGB
CMYK
RGB Variations
Color information
#A44C64 (or 0xA44C64) is known color: Hippie Pink. HEX triplet: A4, 4C and 64. RGB value is (164,76,100). Sum of RGB (Red+Green+Blue) = 164+76+100=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C64 is #5BB39B. Grayscale: #696969. Windows color (decimal): -6009756 or 6573220. OLE color: 6573220.
HSL color Cylindrical-coordinate representation of color #A44C64: hue angle of 343.64º 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 #A44C64 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 100 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.36 |
| HSL | 343.64º | 0.37% | 0.47% | - |
| HSV(B) | 343.64º | 0.54% | 0.64% | - |
| XYZ | 20.19 | 13.98 | 13.69 | - |
| YUV | 105.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 100 | 0 | 0.54 | 0.39 | 0.36 | 343.64 | 0.37 | 0.47 |
| Hex | A4 | 4C | 64 | 0 | 36 | 27 | 24 | 158 | 25 | 2F |
| Octal | 244 | 114 | 144 | 0 | 66 | 47 | 44 | 530 | 45 | 57 |
| Binary | 10100100 | 1001100 | 1100100 | 0 | 110110 | 100111 | 100100 | 101011000 | 100101 | 101111 |
Color Harmonies of #A44C64
Complementary color
Monochromatic Colors of #A44C64
Black with #A44C64
Text Example
Text Example
White with #A44C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C64; }
p { color: rgb(164,76,100); }
H1.HeaderClassName
{
color: #A44C64;
}
.AnyTagClassName
{
color: #A44C64;
}
</style>
background-color css
<style>
a { background-color: #A44C64; }
a { background-color: rgb(164,76,100); }
div.DivClassName
{
background-color: #A44C64;
}
.BgClassName
{
background-color: #A44C64;
}
</style>
border-color css
<style>
span { border-color: #A44C64; }
span { border-color: rgb(164,76,100); }
td.TdClassName
{
border-color: #A44C64;
}
.TagClassName
{
border-color: #A44C64;
}
</style>