Shades of Hippie Pink #A64C61
Tints of Hippie Pink #A64C61
RGB
CMYK
RGB Variations
Color information
#A64C61 (or 0xA64C61) is known color: Hippie Pink. HEX triplet: A6, 4C and 61. RGB value is (166,76,97). Sum of RGB (Red+Green+Blue) = 166+76+97=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64C61 is #59B39E. Grayscale: #696969. Windows color (decimal): -5878687 or 6376614. OLE color: 6376614.
HSL color Cylindrical-coordinate representation of color #A64C61: hue angle of 346º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64C61 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 97 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.35 |
| HSL | 346º | 0.37% | 0.47% | - |
| HSV(B) | 346º | 0.54% | 0.65% | - |
| XYZ | 20.47 | 14.14 | 12.96 | - |
| YUV | 105.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 97 | 0 | 0.54 | 0.42 | 0.35 | 346 | 0.37 | 0.47 |
| Hex | A6 | 4C | 61 | 0 | 36 | 2A | 23 | 15A | 25 | 2F |
| Octal | 246 | 114 | 141 | 0 | 66 | 52 | 43 | 532 | 45 | 57 |
| Binary | 10100110 | 1001100 | 1100001 | 0 | 110110 | 101010 | 100011 | 101011010 | 100101 | 101111 |
Color Harmonies of #A64C61
Complementary color
Monochromatic Colors of #A64C61
Black with #A64C61
Text Example
Text Example
White with #A64C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C61; }
p { color: rgb(166,76,97); }
H1.HeaderClassName
{
color: #A64C61;
}
.AnyTagClassName
{
color: #A64C61;
}
</style>
background-color css
<style>
a { background-color: #A64C61; }
a { background-color: rgb(166,76,97); }
div.DivClassName
{
background-color: #A64C61;
}
.BgClassName
{
background-color: #A64C61;
}
</style>
border-color css
<style>
span { border-color: #A64C61; }
span { border-color: rgb(166,76,97); }
td.TdClassName
{
border-color: #A64C61;
}
.TagClassName
{
border-color: #A64C61;
}
</style>