Shades of Hippie Pink #A64758
Tints of Hippie Pink #A64758
RGB
CMYK
RGB Variations
Color information
#A64758 (or 0xA64758) is known color: Hippie Pink. HEX triplet: A6, 47 and 58. RGB value is (166,71,88). Sum of RGB (Red+Green+Blue) = 166+71+88=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A64758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64758 is #59B8A7. Grayscale: #656565. Windows color (decimal): -5879976 or 5785510. OLE color: 5785510.
HSL color Cylindrical-coordinate representation of color #A64758: hue angle of 349.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64758 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 88 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.35 |
| HSL | 349.26º | 0.4% | 0.46% | - |
| HSV(B) | 349.26º | 0.57% | 0.65% | - |
| XYZ | 19.74 | 13.32 | 10.76 | - |
| YUV | 101.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 88 | 0 | 0.57 | 0.47 | 0.35 | 349.26 | 0.4 | 0.46 |
| Hex | A6 | 47 | 58 | 0 | 39 | 2F | 23 | 15D | 28 | 2E |
| Octal | 246 | 107 | 130 | 0 | 71 | 57 | 43 | 535 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1011000 | 0 | 111001 | 101111 | 100011 | 101011101 | 101000 | 101110 |
Color Harmonies of #A64758
Complementary color
Monochromatic Colors of #A64758
Black with #A64758
Text Example
Text Example
White with #A64758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64758; }
p { color: rgb(166,71,88); }
H1.HeaderClassName
{
color: #A64758;
}
.AnyTagClassName
{
color: #A64758;
}
</style>
background-color css
<style>
a { background-color: #A64758; }
a { background-color: rgb(166,71,88); }
div.DivClassName
{
background-color: #A64758;
}
.BgClassName
{
background-color: #A64758;
}
</style>
border-color css
<style>
span { border-color: #A64758; }
span { border-color: rgb(166,71,88); }
td.TdClassName
{
border-color: #A64758;
}
.TagClassName
{
border-color: #A64758;
}
</style>