Shades of Hippie Pink #A84E52
Tints of Hippie Pink #A84E52
RGB
CMYK
RGB Variations
Color information
#A84E52 (or 0xA84E52) is known color: Hippie Pink. HEX triplet: A8, 4E and 52. RGB value is (168,78,82). Sum of RGB (Red+Green+Blue) = 168+78+82=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E52 is #57B1AD. Grayscale: #696969. Windows color (decimal): -5747118 or 5394088. OLE color: 5394088.
HSL color Cylindrical-coordinate representation of color #A84E52: hue angle of 357.33º 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 #A84E52 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 82 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.34 |
| HSL | 357.33º | 0.37% | 0.48% | - |
| HSV(B) | 357.33º | 0.54% | 0.66% | - |
| XYZ | 20.4 | 14.38 | 9.68 | - |
| YUV | 105.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 82 | 0 | 0.54 | 0.51 | 0.34 | 357.33 | 0.37 | 0.48 |
| Hex | A8 | 4E | 52 | 0 | 36 | 33 | 22 | 165 | 25 | 30 |
| Octal | 250 | 116 | 122 | 0 | 66 | 63 | 42 | 545 | 45 | 60 |
| Binary | 10101000 | 1001110 | 1010010 | 0 | 110110 | 110011 | 100010 | 101100101 | 100101 | 110000 |
Color Harmonies of #A84E52
Complementary color
Monochromatic Colors of #A84E52
Black with #A84E52
Text Example
Text Example
White with #A84E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E52; }
p { color: rgb(168,78,82); }
H1.HeaderClassName
{
color: #A84E52;
}
.AnyTagClassName
{
color: #A84E52;
}
</style>
background-color css
<style>
a { background-color: #A84E52; }
a { background-color: rgb(168,78,82); }
div.DivClassName
{
background-color: #A84E52;
}
.BgClassName
{
background-color: #A84E52;
}
</style>
border-color css
<style>
span { border-color: #A84E52; }
span { border-color: rgb(168,78,82); }
td.TdClassName
{
border-color: #A84E52;
}
.TagClassName
{
border-color: #A84E52;
}
</style>