Shades of Hippie Pink #A84E50
Tints of Hippie Pink #A84E50
RGB
CMYK
RGB Variations
Color information
#A84E50 (or 0xA84E50) is known color: Hippie Pink. HEX triplet: A8, 4E and 50. RGB value is (168,78,80). Sum of RGB (Red+Green+Blue) = 168+78+80=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E50 is #57B1AF. Grayscale: #696969. Windows color (decimal): -5747120 or 5263016. OLE color: 5263016.
HSL color Cylindrical-coordinate representation of color #A84E50: hue angle of 358.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 #A84E50 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 80 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.34 |
| HSL | 358.67º | 0.37% | 0.48% | - |
| HSV(B) | 358.67º | 0.54% | 0.66% | - |
| XYZ | 20.32 | 14.35 | 9.29 | - |
| YUV | 105.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 80 | 0 | 0.54 | 0.52 | 0.34 | 358.67 | 0.37 | 0.48 |
| Hex | A8 | 4E | 50 | 0 | 36 | 34 | 22 | 167 | 25 | 30 |
| Octal | 250 | 116 | 120 | 0 | 66 | 64 | 42 | 547 | 45 | 60 |
| Binary | 10101000 | 1001110 | 1010000 | 0 | 110110 | 110100 | 100010 | 101100111 | 100101 | 110000 |
Color Harmonies of #A84E50
Complementary color
Monochromatic Colors of #A84E50
Black with #A84E50
Text Example
Text Example
White with #A84E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E50; }
p { color: rgb(168,78,80); }
H1.HeaderClassName
{
color: #A84E50;
}
.AnyTagClassName
{
color: #A84E50;
}
</style>
background-color css
<style>
a { background-color: #A84E50; }
a { background-color: rgb(168,78,80); }
div.DivClassName
{
background-color: #A84E50;
}
.BgClassName
{
background-color: #A84E50;
}
</style>
border-color css
<style>
span { border-color: #A84E50; }
span { border-color: rgb(168,78,80); }
td.TdClassName
{
border-color: #A84E50;
}
.TagClassName
{
border-color: #A84E50;
}
</style>