Shades of Hippie Pink #A85156
Tints of Hippie Pink #A85156
RGB
CMYK
RGB Variations
Color information
#A85156 (or 0xA85156) is known color: Hippie Pink. HEX triplet: A8, 51 and 56. RGB value is (168,81,86). Sum of RGB (Red+Green+Blue) = 168+81+86=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85156 is #57AEA9. Grayscale: #6B6B6B. Windows color (decimal): -5746346 or 5657000. OLE color: 5657000.
HSL color Cylindrical-coordinate representation of color #A85156: hue angle of 356.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85156 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 86 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.34 |
| HSL | 356.55º | 0.35% | 0.49% | - |
| HSV(B) | 356.55º | 0.52% | 0.66% | - |
| XYZ | 20.77 | 14.88 | 10.58 | - |
| YUV | 107.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 86 | 0 | 0.52 | 0.49 | 0.34 | 356.55 | 0.35 | 0.49 |
| Hex | A8 | 51 | 56 | 0 | 34 | 31 | 22 | 165 | 23 | 31 |
| Octal | 250 | 121 | 126 | 0 | 64 | 61 | 42 | 545 | 43 | 61 |
| Binary | 10101000 | 1010001 | 1010110 | 0 | 110100 | 110001 | 100010 | 101100101 | 100011 | 110001 |
Color Harmonies of #A85156
Complementary color
Monochromatic Colors of #A85156
Black with #A85156
Text Example
Text Example
White with #A85156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85156; }
p { color: rgb(168,81,86); }
H1.HeaderClassName
{
color: #A85156;
}
.AnyTagClassName
{
color: #A85156;
}
</style>
background-color css
<style>
a { background-color: #A85156; }
a { background-color: rgb(168,81,86); }
div.DivClassName
{
background-color: #A85156;
}
.BgClassName
{
background-color: #A85156;
}
</style>
border-color css
<style>
span { border-color: #A85156; }
span { border-color: rgb(168,81,86); }
td.TdClassName
{
border-color: #A85156;
}
.TagClassName
{
border-color: #A85156;
}
</style>