Shades of Hippie Pink #A85760
Tints of Hippie Pink #A85760
RGB
CMYK
RGB Variations
Color information
#A85760 (or 0xA85760) is known color: Hippie Pink. HEX triplet: A8, 57 and 60. RGB value is (168,87,96). Sum of RGB (Red+Green+Blue) = 168+87+96=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A85760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85760 is #57A89F. Grayscale: #707070. Windows color (decimal): -5744800 or 6313896. OLE color: 6313896.
HSL color Cylindrical-coordinate representation of color #A85760: hue angle of 353.33º degrees, saturation: 0.32, 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 #A85760 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 96 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.34 |
| HSL | 353.33º | 0.32% | 0.5% | - |
| HSV(B) | 353.33º | 0.48% | 0.66% | - |
| XYZ | 21.67 | 15.99 | 13.01 | - |
| YUV | 112.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 96 | 0 | 0.48 | 0.43 | 0.34 | 353.33 | 0.32 | 0.5 |
| Hex | A8 | 57 | 60 | 0 | 30 | 2B | 22 | 161 | 20 | 32 |
| Octal | 250 | 127 | 140 | 0 | 60 | 53 | 42 | 541 | 40 | 62 |
| Binary | 10101000 | 1010111 | 1100000 | 0 | 110000 | 101011 | 100010 | 101100001 | 100000 | 110010 |
Color Harmonies of #A85760
Complementary color
Monochromatic Colors of #A85760
Black with #A85760
Text Example
Text Example
White with #A85760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85760; }
p { color: rgb(168,87,96); }
H1.HeaderClassName
{
color: #A85760;
}
.AnyTagClassName
{
color: #A85760;
}
</style>
background-color css
<style>
a { background-color: #A85760; }
a { background-color: rgb(168,87,96); }
div.DivClassName
{
background-color: #A85760;
}
.BgClassName
{
background-color: #A85760;
}
</style>
border-color css
<style>
span { border-color: #A85760; }
span { border-color: rgb(168,87,96); }
td.TdClassName
{
border-color: #A85760;
}
.TagClassName
{
border-color: #A85760;
}
</style>