Shades of Hippie Pink #A84E65
Tints of Hippie Pink #A84E65
RGB
CMYK
RGB Variations
Color information
#A84E65 (or 0xA84E65) is known color: Hippie Pink. HEX triplet: A8, 4E and 65. RGB value is (168,78,101). Sum of RGB (Red+Green+Blue) = 168+78+101=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E65 is #57B19A. Grayscale: #6B6B6B. Windows color (decimal): -5747099 or 6639272. OLE color: 6639272.
HSL color Cylindrical-coordinate representation of color #A84E65: hue angle of 344.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E65 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 101 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.34 |
| HSL | 344.67º | 0.37% | 0.48% | - |
| HSV(B) | 344.67º | 0.54% | 0.66% | - |
| XYZ | 21.22 | 14.71 | 14.03 | - |
| YUV | 107.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 101 | 0 | 0.54 | 0.40 | 0.34 | 344.67 | 0.37 | 0.48 |
| Hex | A8 | 4E | 65 | 0 | 36 | 28 | 22 | 159 | 25 | 30 |
| Octal | 250 | 116 | 145 | 0 | 66 | 50 | 42 | 531 | 45 | 60 |
| Binary | 10101000 | 1001110 | 1100101 | 0 | 110110 | 101000 | 100010 | 101011001 | 100101 | 110000 |
Color Harmonies of #A84E65
Complementary color
Monochromatic Colors of #A84E65
Black with #A84E65
Text Example
Text Example
White with #A84E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E65; }
p { color: rgb(168,78,101); }
H1.HeaderClassName
{
color: #A84E65;
}
.AnyTagClassName
{
color: #A84E65;
}
</style>
background-color css
<style>
a { background-color: #A84E65; }
a { background-color: rgb(168,78,101); }
div.DivClassName
{
background-color: #A84E65;
}
.BgClassName
{
background-color: #A84E65;
}
</style>
border-color css
<style>
span { border-color: #A84E65; }
span { border-color: rgb(168,78,101); }
td.TdClassName
{
border-color: #A84E65;
}
.TagClassName
{
border-color: #A84E65;
}
</style>