Shades of Hippie Pink #A75E61
Tints of Hippie Pink #A75E61
RGB
CMYK
RGB Variations
Color information
#A75E61 (or 0xA75E61) is known color: Hippie Pink. HEX triplet: A7, 5E and 61. RGB value is (167,94,97). Sum of RGB (Red+Green+Blue) = 167+94+97=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E61 is #58A19E. Grayscale: #747474. Windows color (decimal): -5808543 or 6381223. OLE color: 6381223.
HSL color Cylindrical-coordinate representation of color #A75E61: hue angle of 357.53º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75E61 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 97 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.35 |
| HSL | 357.53º | 0.29% | 0.51% | - |
| HSV(B) | 357.53º | 0.44% | 0.65% | - |
| XYZ | 22.1 | 17.08 | 13.44 | - |
| YUV | 116.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 97 | 0 | 0.44 | 0.42 | 0.35 | 357.53 | 0.29 | 0.51 |
| Hex | A7 | 5E | 61 | 0 | 2C | 2A | 23 | 166 | 1D | 33 |
| Octal | 247 | 136 | 141 | 0 | 54 | 52 | 43 | 546 | 35 | 63 |
| Binary | 10100111 | 1011110 | 1100001 | 0 | 101100 | 101010 | 100011 | 101100110 | 11101 | 110011 |
Color Harmonies of #A75E61
Complementary color
Monochromatic Colors of #A75E61
Black with #A75E61
Text Example
Text Example
White with #A75E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E61; }
p { color: rgb(167,94,97); }
H1.HeaderClassName
{
color: #A75E61;
}
.AnyTagClassName
{
color: #A75E61;
}
</style>
background-color css
<style>
a { background-color: #A75E61; }
a { background-color: rgb(167,94,97); }
div.DivClassName
{
background-color: #A75E61;
}
.BgClassName
{
background-color: #A75E61;
}
</style>
border-color css
<style>
span { border-color: #A75E61; }
span { border-color: rgb(167,94,97); }
td.TdClassName
{
border-color: #A75E61;
}
.TagClassName
{
border-color: #A75E61;
}
</style>