Shades of Hippie Pink #A84C65
Tints of Hippie Pink #A84C65
RGB
CMYK
RGB Variations
Color information
#A84C65 (or 0xA84C65) is known color: Hippie Pink. HEX triplet: A8, 4C and 65. RGB value is (168,76,101). Sum of RGB (Red+Green+Blue) = 168+76+101=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C65 is #57B39A. Grayscale: #6A6A6A. Windows color (decimal): -5747611 or 6638760. OLE color: 6638760.
HSL color Cylindrical-coordinate representation of color #A84C65: hue angle of 343.7º 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 #A84C65 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 101 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.34 |
| HSL | 343.7º | 0.38% | 0.48% | - |
| HSV(B) | 343.7º | 0.55% | 0.66% | - |
| XYZ | 21.08 | 14.43 | 13.99 | - |
| YUV | 106.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 101 | 0 | 0.55 | 0.40 | 0.34 | 343.7 | 0.38 | 0.48 |
| Hex | A8 | 4C | 65 | 0 | 37 | 28 | 22 | 158 | 26 | 30 |
| Octal | 250 | 114 | 145 | 0 | 67 | 50 | 42 | 530 | 46 | 60 |
| Binary | 10101000 | 1001100 | 1100101 | 0 | 110111 | 101000 | 100010 | 101011000 | 100110 | 110000 |
Color Harmonies of #A84C65
Complementary color
Monochromatic Colors of #A84C65
Black with #A84C65
Text Example
Text Example
White with #A84C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C65; }
p { color: rgb(168,76,101); }
H1.HeaderClassName
{
color: #A84C65;
}
.AnyTagClassName
{
color: #A84C65;
}
</style>
background-color css
<style>
a { background-color: #A84C65; }
a { background-color: rgb(168,76,101); }
div.DivClassName
{
background-color: #A84C65;
}
.BgClassName
{
background-color: #A84C65;
}
</style>
border-color css
<style>
span { border-color: #A84C65; }
span { border-color: rgb(168,76,101); }
td.TdClassName
{
border-color: #A84C65;
}
.TagClassName
{
border-color: #A84C65;
}
</style>