Shades of Hippie Pink #A75760
Tints of Hippie Pink #A75760
RGB
CMYK
RGB Variations
Color information
#A75760 (or 0xA75760) is known color: Hippie Pink. HEX triplet: A7, 57 and 60. RGB value is (167,87,96). Sum of RGB (Red+Green+Blue) = 167+87+96=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A75760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75760 is #58A89F. Grayscale: #6F6F6F. Windows color (decimal): -5810336 or 6313895. OLE color: 6313895.
HSL color Cylindrical-coordinate representation of color #A75760: hue angle of 353.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75760 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 96 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.35 |
| HSL | 353.25º | 0.31% | 0.5% | - |
| HSV(B) | 353.25º | 0.48% | 0.65% | - |
| XYZ | 21.46 | 15.88 | 13 | - |
| YUV | 111.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 96 | 0 | 0.48 | 0.43 | 0.35 | 353.25 | 0.31 | 0.5 |
| Hex | A7 | 57 | 60 | 0 | 30 | 2B | 23 | 161 | 1F | 32 |
| Octal | 247 | 127 | 140 | 0 | 60 | 53 | 43 | 541 | 37 | 62 |
| Binary | 10100111 | 1010111 | 1100000 | 0 | 110000 | 101011 | 100011 | 101100001 | 11111 | 110010 |
Color Harmonies of #A75760
Complementary color
Monochromatic Colors of #A75760
Black with #A75760
Text Example
Text Example
White with #A75760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75760; }
p { color: rgb(167,87,96); }
H1.HeaderClassName
{
color: #A75760;
}
.AnyTagClassName
{
color: #A75760;
}
</style>
background-color css
<style>
a { background-color: #A75760; }
a { background-color: rgb(167,87,96); }
div.DivClassName
{
background-color: #A75760;
}
.BgClassName
{
background-color: #A75760;
}
</style>
border-color css
<style>
span { border-color: #A75760; }
span { border-color: rgb(167,87,96); }
td.TdClassName
{
border-color: #A75760;
}
.TagClassName
{
border-color: #A75760;
}
</style>