Shades of Hippie Pink #A84658
Tints of Hippie Pink #A84658
RGB
CMYK
RGB Variations
Color information
#A84658 (or 0xA84658) is known color: Hippie Pink. HEX triplet: A8, 46 and 58. RGB value is (168,70,88). Sum of RGB (Red+Green+Blue) = 168+70+88=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A84658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84658 is #57B9A7. Grayscale: #656565. Windows color (decimal): -5749160 or 5785256. OLE color: 5785256.
HSL color Cylindrical-coordinate representation of color #A84658: hue angle of 348.98º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84658 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 88 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.34 |
| HSL | 348.98º | 0.41% | 0.47% | - |
| HSV(B) | 348.98º | 0.58% | 0.66% | - |
| XYZ | 20.1 | 13.41 | 10.76 | - |
| YUV | 101.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 88 | 0 | 0.58 | 0.48 | 0.34 | 348.98 | 0.41 | 0.47 |
| Hex | A8 | 46 | 58 | 0 | 3A | 30 | 22 | 15D | 29 | 2F |
| Octal | 250 | 106 | 130 | 0 | 72 | 60 | 42 | 535 | 51 | 57 |
| Binary | 10101000 | 1000110 | 1011000 | 0 | 111010 | 110000 | 100010 | 101011101 | 101001 | 101111 |
Color Harmonies of #A84658
Complementary color
Monochromatic Colors of #A84658
Black with #A84658
Text Example
Text Example
White with #A84658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84658; }
p { color: rgb(168,70,88); }
H1.HeaderClassName
{
color: #A84658;
}
.AnyTagClassName
{
color: #A84658;
}
</style>
background-color css
<style>
a { background-color: #A84658; }
a { background-color: rgb(168,70,88); }
div.DivClassName
{
background-color: #A84658;
}
.BgClassName
{
background-color: #A84658;
}
</style>
border-color css
<style>
span { border-color: #A84658; }
span { border-color: rgb(168,70,88); }
td.TdClassName
{
border-color: #A84658;
}
.TagClassName
{
border-color: #A84658;
}
</style>