Shades of Hippie Pink #A85860
Tints of Hippie Pink #A85860
RGB
CMYK
RGB Variations
Color information
#A85860 (or 0xA85860) is known color: Hippie Pink. HEX triplet: A8, 58 and 60. RGB value is (168,88,96). Sum of RGB (Red+Green+Blue) = 168+88+96=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A85860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85860 is #57A79F. Grayscale: #707070. Windows color (decimal): -5744544 or 6314152. OLE color: 6314152.
HSL color Cylindrical-coordinate representation of color #A85860: hue angle of 354º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85860 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 96 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.34 |
| HSL | 354º | 0.31% | 0.5% | - |
| HSV(B) | 354º | 0.48% | 0.66% | - |
| XYZ | 21.75 | 16.15 | 13.04 | - |
| YUV | 112.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 96 | 0 | 0.48 | 0.43 | 0.34 | 354 | 0.31 | 0.5 |
| Hex | A8 | 58 | 60 | 0 | 30 | 2B | 22 | 162 | 1F | 32 |
| Octal | 250 | 130 | 140 | 0 | 60 | 53 | 42 | 542 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1100000 | 0 | 110000 | 101011 | 100010 | 101100010 | 11111 | 110010 |
Color Harmonies of #A85860
Complementary color
Monochromatic Colors of #A85860
Black with #A85860
Text Example
Text Example
White with #A85860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85860; }
p { color: rgb(168,88,96); }
H1.HeaderClassName
{
color: #A85860;
}
.AnyTagClassName
{
color: #A85860;
}
</style>
background-color css
<style>
a { background-color: #A85860; }
a { background-color: rgb(168,88,96); }
div.DivClassName
{
background-color: #A85860;
}
.BgClassName
{
background-color: #A85860;
}
</style>
border-color css
<style>
span { border-color: #A85860; }
span { border-color: rgb(168,88,96); }
td.TdClassName
{
border-color: #A85860;
}
.TagClassName
{
border-color: #A85860;
}
</style>