Shades of Hippie Pink #A84C5F
Tints of Hippie Pink #A84C5F
RGB
CMYK
RGB Variations
Color information
#A84C5F (or 0xA84C5F) is known color: Hippie Pink. HEX triplet: A8, 4C and 5F. RGB value is (168,76,95). Sum of RGB (Red+Green+Blue) = 168+76+95=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C5F is #57B3A0. Grayscale: #696969. Windows color (decimal): -5747617 or 6245544. OLE color: 6245544.
HSL color Cylindrical-coordinate representation of color #A84C5F: hue angle of 347.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C5F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 95 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.34 |
| HSL | 347.61º | 0.38% | 0.48% | - |
| HSV(B) | 347.61º | 0.55% | 0.66% | - |
| XYZ | 20.8 | 14.32 | 12.49 | - |
| YUV | 105.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 95 | 0 | 0.55 | 0.43 | 0.34 | 347.61 | 0.38 | 0.48 |
| Hex | A8 | 4C | 5F | 0 | 37 | 2B | 22 | 15C | 26 | 30 |
| Octal | 250 | 114 | 137 | 0 | 67 | 53 | 42 | 534 | 46 | 60 |
| Binary | 10101000 | 1001100 | 1011111 | 0 | 110111 | 101011 | 100010 | 101011100 | 100110 | 110000 |
Color Harmonies of #A84C5F
Complementary color
Monochromatic Colors of #A84C5F
Black with #A84C5F
Text Example
Text Example
White with #A84C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C5F; }
p { color: rgb(168,76,95); }
H1.HeaderClassName
{
color: #A84C5F;
}
.AnyTagClassName
{
color: #A84C5F;
}
</style>
background-color css
<style>
a { background-color: #A84C5F; }
a { background-color: rgb(168,76,95); }
div.DivClassName
{
background-color: #A84C5F;
}
.BgClassName
{
background-color: #A84C5F;
}
</style>
border-color css
<style>
span { border-color: #A84C5F; }
span { border-color: rgb(168,76,95); }
td.TdClassName
{
border-color: #A84C5F;
}
.TagClassName
{
border-color: #A84C5F;
}
</style>