Shades of Hippie Pink #A74656
Tints of Hippie Pink #A74656
RGB
CMYK
RGB Variations
Color information
#A74656 (or 0xA74656) is known color: Hippie Pink. HEX triplet: A7, 46 and 56. RGB value is (167,70,86). Sum of RGB (Red+Green+Blue) = 167+70+86=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A74656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74656 is #58B9A9. Grayscale: #646464. Windows color (decimal): -5814698 or 5654183. OLE color: 5654183.
HSL color Cylindrical-coordinate representation of color #A74656: hue angle of 350.1º 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 #A74656 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 86 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.35 |
| HSL | 350.1º | 0.41% | 0.46% | - |
| HSV(B) | 350.1º | 0.58% | 0.65% | - |
| XYZ | 19.81 | 13.27 | 10.32 | - |
| YUV | 100.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 86 | 0 | 0.58 | 0.49 | 0.35 | 350.1 | 0.41 | 0.46 |
| Hex | A7 | 46 | 56 | 0 | 3A | 31 | 23 | 15E | 29 | 2E |
| Octal | 247 | 106 | 126 | 0 | 72 | 61 | 43 | 536 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1010110 | 0 | 111010 | 110001 | 100011 | 101011110 | 101001 | 101110 |
Color Harmonies of #A74656
Complementary color
Monochromatic Colors of #A74656
Black with #A74656
Text Example
Text Example
White with #A74656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74656; }
p { color: rgb(167,70,86); }
H1.HeaderClassName
{
color: #A74656;
}
.AnyTagClassName
{
color: #A74656;
}
</style>
background-color css
<style>
a { background-color: #A74656; }
a { background-color: rgb(167,70,86); }
div.DivClassName
{
background-color: #A74656;
}
.BgClassName
{
background-color: #A74656;
}
</style>
border-color css
<style>
span { border-color: #A74656; }
span { border-color: rgb(167,70,86); }
td.TdClassName
{
border-color: #A74656;
}
.TagClassName
{
border-color: #A74656;
}
</style>