Shades of Hippie Pink #A84559
Tints of Hippie Pink #A84559
RGB
CMYK
RGB Variations
Color information
#A84559 (or 0xA84559) is known color: Hippie Pink. HEX triplet: A8, 45 and 59. RGB value is (168,69,89). Sum of RGB (Red+Green+Blue) = 168+69+89=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A84559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84559 is #57BAA6. Grayscale: #646464. Windows color (decimal): -5749415 or 5850536. OLE color: 5850536.
HSL color Cylindrical-coordinate representation of color #A84559: hue angle of 347.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84559 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 89 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.34 |
| HSL | 347.88º | 0.42% | 0.46% | - |
| HSV(B) | 347.88º | 0.59% | 0.66% | - |
| XYZ | 20.08 | 13.3 | 10.96 | - |
| YUV | 100.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 89 | 0 | 0.59 | 0.47 | 0.34 | 347.88 | 0.42 | 0.46 |
| Hex | A8 | 45 | 59 | 0 | 3B | 2F | 22 | 15C | 2A | 2E |
| Octal | 250 | 105 | 131 | 0 | 73 | 57 | 42 | 534 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1011001 | 0 | 111011 | 101111 | 100010 | 101011100 | 101010 | 101110 |
Color Harmonies of #A84559
Complementary color
Monochromatic Colors of #A84559
Black with #A84559
Text Example
Text Example
White with #A84559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84559; }
p { color: rgb(168,69,89); }
H1.HeaderClassName
{
color: #A84559;
}
.AnyTagClassName
{
color: #A84559;
}
</style>
background-color css
<style>
a { background-color: #A84559; }
a { background-color: rgb(168,69,89); }
div.DivClassName
{
background-color: #A84559;
}
.BgClassName
{
background-color: #A84559;
}
</style>
border-color css
<style>
span { border-color: #A84559; }
span { border-color: rgb(168,69,89); }
td.TdClassName
{
border-color: #A84559;
}
.TagClassName
{
border-color: #A84559;
}
</style>