Shades of Hippie Pink #A64559
Tints of Hippie Pink #A64559
RGB
CMYK
RGB Variations
Color information
#A64559 (or 0xA64559) is known color: Hippie Pink. HEX triplet: A6, 45 and 59. RGB value is (166,69,89). Sum of RGB (Red+Green+Blue) = 166+69+89=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A64559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64559 is #59BAA6. Grayscale: #646464. Windows color (decimal): -5880487 or 5850534. OLE color: 5850534.
HSL color Cylindrical-coordinate representation of color #A64559: hue angle of 347.63º 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 #A64559 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 89 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.35 |
| HSL | 347.63º | 0.41% | 0.46% | - |
| HSV(B) | 347.63º | 0.58% | 0.65% | - |
| XYZ | 19.66 | 13.08 | 10.94 | - |
| YUV | 100.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 89 | 0 | 0.58 | 0.46 | 0.35 | 347.63 | 0.41 | 0.46 |
| Hex | A6 | 45 | 59 | 0 | 3A | 2E | 23 | 15C | 29 | 2E |
| Octal | 246 | 105 | 131 | 0 | 72 | 56 | 43 | 534 | 51 | 56 |
| Binary | 10100110 | 1000101 | 1011001 | 0 | 111010 | 101110 | 100011 | 101011100 | 101001 | 101110 |
Color Harmonies of #A64559
Complementary color
Monochromatic Colors of #A64559
Black with #A64559
Text Example
Text Example
White with #A64559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64559; }
p { color: rgb(166,69,89); }
H1.HeaderClassName
{
color: #A64559;
}
.AnyTagClassName
{
color: #A64559;
}
</style>
background-color css
<style>
a { background-color: #A64559; }
a { background-color: rgb(166,69,89); }
div.DivClassName
{
background-color: #A64559;
}
.BgClassName
{
background-color: #A64559;
}
</style>
border-color css
<style>
span { border-color: #A64559; }
span { border-color: rgb(166,69,89); }
td.TdClassName
{
border-color: #A64559;
}
.TagClassName
{
border-color: #A64559;
}
</style>