Shades of Hippie Pink #A74751
Tints of Hippie Pink #A74751
RGB
CMYK
RGB Variations
Color information
#A74751 (or 0xA74751) is known color: Hippie Pink. HEX triplet: A7, 47 and 51. RGB value is (167,71,81). Sum of RGB (Red+Green+Blue) = 167+71+81=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74751 is #58B8AE. Grayscale: #646464. Windows color (decimal): -5814447 or 5326759. OLE color: 5326759.
HSL color Cylindrical-coordinate representation of color #A74751: hue angle of 353.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74751 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 81 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.35 |
| HSL | 353.75º | 0.4% | 0.47% | - |
| HSV(B) | 353.75º | 0.57% | 0.65% | - |
| XYZ | 19.67 | 13.32 | 9.32 | - |
| YUV | 100.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 81 | 0 | 0.57 | 0.51 | 0.35 | 353.75 | 0.4 | 0.47 |
| Hex | A7 | 47 | 51 | 0 | 39 | 33 | 23 | 162 | 28 | 2F |
| Octal | 247 | 107 | 121 | 0 | 71 | 63 | 43 | 542 | 50 | 57 |
| Binary | 10100111 | 1000111 | 1010001 | 0 | 111001 | 110011 | 100011 | 101100010 | 101000 | 101111 |
Color Harmonies of #A74751
Complementary color
Monochromatic Colors of #A74751
Black with #A74751
Text Example
Text Example
White with #A74751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74751; }
p { color: rgb(167,71,81); }
H1.HeaderClassName
{
color: #A74751;
}
.AnyTagClassName
{
color: #A74751;
}
</style>
background-color css
<style>
a { background-color: #A74751; }
a { background-color: rgb(167,71,81); }
div.DivClassName
{
background-color: #A74751;
}
.BgClassName
{
background-color: #A74751;
}
</style>
border-color css
<style>
span { border-color: #A74751; }
span { border-color: rgb(167,71,81); }
td.TdClassName
{
border-color: #A74751;
}
.TagClassName
{
border-color: #A74751;
}
</style>