Shades of Hippie Pink #A85660
Tints of Hippie Pink #A85660
RGB
CMYK
RGB Variations
Color information
#A85660 (or 0xA85660) is known color: Hippie Pink. HEX triplet: A8, 56 and 60. RGB value is (168,86,96). Sum of RGB (Red+Green+Blue) = 168+86+96=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85660 is #57A99F. Grayscale: #6F6F6F. Windows color (decimal): -5745056 or 6313640. OLE color: 6313640.
HSL color Cylindrical-coordinate representation of color #A85660: hue angle of 352.68º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85660 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 86 | 96 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.34 |
| HSL | 352.68º | 0.32% | 0.5% | - |
| HSV(B) | 352.68º | 0.49% | 0.66% | - |
| XYZ | 21.59 | 15.82 | 12.98 | - |
| YUV | 111.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 86 | 96 | 0 | 0.49 | 0.43 | 0.34 | 352.68 | 0.32 | 0.5 |
| Hex | A8 | 56 | 60 | 0 | 31 | 2B | 22 | 161 | 20 | 32 |
| Octal | 250 | 126 | 140 | 0 | 61 | 53 | 42 | 541 | 40 | 62 |
| Binary | 10101000 | 1010110 | 1100000 | 0 | 110001 | 101011 | 100010 | 101100001 | 100000 | 110010 |
Color Harmonies of #A85660
Complementary color
Monochromatic Colors of #A85660
Black with #A85660
Text Example
Text Example
White with #A85660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85660; }
p { color: rgb(168,86,96); }
H1.HeaderClassName
{
color: #A85660;
}
.AnyTagClassName
{
color: #A85660;
}
</style>
background-color css
<style>
a { background-color: #A85660; }
a { background-color: rgb(168,86,96); }
div.DivClassName
{
background-color: #A85660;
}
.BgClassName
{
background-color: #A85660;
}
</style>
border-color css
<style>
span { border-color: #A85660; }
span { border-color: rgb(168,86,96); }
td.TdClassName
{
border-color: #A85660;
}
.TagClassName
{
border-color: #A85660;
}
</style>