Shades of Hippie Pink #A64655
Tints of Hippie Pink #A64655
RGB
CMYK
RGB Variations
Color information
#A64655 (or 0xA64655) is known color: Hippie Pink. HEX triplet: A6, 46 and 55. RGB value is (166,70,85). Sum of RGB (Red+Green+Blue) = 166+70+85=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A64655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64655 is #59B9AA. Grayscale: #646464. Windows color (decimal): -5880235 or 5588646. OLE color: 5588646.
HSL color Cylindrical-coordinate representation of color #A64655: hue angle of 350.62º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64655 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 85 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.35 |
| HSL | 350.63º | 0.41% | 0.46% | - |
| HSV(B) | 350.63º | 0.58% | 0.65% | - |
| XYZ | 19.56 | 13.14 | 10.1 | - |
| YUV | 100.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 85 | 0 | 0.58 | 0.49 | 0.35 | 350.63 | 0.41 | 0.46 |
| Hex | A6 | 46 | 55 | 0 | 3A | 31 | 23 | 15F | 29 | 2E |
| Octal | 246 | 106 | 125 | 0 | 72 | 61 | 43 | 537 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1010101 | 0 | 111010 | 110001 | 100011 | 101011111 | 101001 | 101110 |
Color Harmonies of #A64655
Complementary color
Monochromatic Colors of #A64655
Black with #A64655
Text Example
Text Example
White with #A64655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64655; }
p { color: rgb(166,70,85); }
H1.HeaderClassName
{
color: #A64655;
}
.AnyTagClassName
{
color: #A64655;
}
</style>
background-color css
<style>
a { background-color: #A64655; }
a { background-color: rgb(166,70,85); }
div.DivClassName
{
background-color: #A64655;
}
.BgClassName
{
background-color: #A64655;
}
</style>
border-color css
<style>
span { border-color: #A64655; }
span { border-color: rgb(166,70,85); }
td.TdClassName
{
border-color: #A64655;
}
.TagClassName
{
border-color: #A64655;
}
</style>