Shades of Hippie Pink #A75C5F
Tints of Hippie Pink #A75C5F
RGB
CMYK
RGB Variations
Color information
#A75C5F (or 0xA75C5F) is known color: Hippie Pink. HEX triplet: A7, 5C and 5F. RGB value is (167,92,95). Sum of RGB (Red+Green+Blue) = 167+92+95=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C5F is #58A3A0. Grayscale: #727272. Windows color (decimal): -5809057 or 6249639. OLE color: 6249639.
HSL color Cylindrical-coordinate representation of color #A75C5F: hue angle of 357.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75C5F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 95 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.35 |
| HSL | 357.6º | 0.3% | 0.51% | - |
| HSV(B) | 357.6º | 0.45% | 0.65% | - |
| XYZ | 21.83 | 16.7 | 12.9 | - |
| YUV | 114.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 95 | 0 | 0.45 | 0.43 | 0.35 | 357.6 | 0.3 | 0.51 |
| Hex | A7 | 5C | 5F | 0 | 2D | 2B | 23 | 166 | 1E | 33 |
| Octal | 247 | 134 | 137 | 0 | 55 | 53 | 43 | 546 | 36 | 63 |
| Binary | 10100111 | 1011100 | 1011111 | 0 | 101101 | 101011 | 100011 | 101100110 | 11110 | 110011 |
Color Harmonies of #A75C5F
Complementary color
Monochromatic Colors of #A75C5F
Black with #A75C5F
Text Example
Text Example
White with #A75C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C5F; }
p { color: rgb(167,92,95); }
H1.HeaderClassName
{
color: #A75C5F;
}
.AnyTagClassName
{
color: #A75C5F;
}
</style>
background-color css
<style>
a { background-color: #A75C5F; }
a { background-color: rgb(167,92,95); }
div.DivClassName
{
background-color: #A75C5F;
}
.BgClassName
{
background-color: #A75C5F;
}
</style>
border-color css
<style>
span { border-color: #A75C5F; }
span { border-color: rgb(167,92,95); }
td.TdClassName
{
border-color: #A75C5F;
}
.TagClassName
{
border-color: #A75C5F;
}
</style>