Shades of Hippie Pink #A85862
Tints of Hippie Pink #A85862
RGB
CMYK
RGB Variations
Color information
#A85862 (or 0xA85862) is known color: Hippie Pink. HEX triplet: A8, 58 and 62. RGB value is (168,88,98). Sum of RGB (Red+Green+Blue) = 168+88+98=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A85862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85862 is #57A79D. Grayscale: #717171. Windows color (decimal): -5744542 or 6445224. OLE color: 6445224.
HSL color Cylindrical-coordinate representation of color #A85862: hue angle of 352.5º 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 #A85862 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 88 | 98 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.34 |
| HSL | 352.5º | 0.31% | 0.5% | - |
| HSV(B) | 352.5º | 0.48% | 0.66% | - |
| XYZ | 21.84 | 16.19 | 13.53 | - |
| YUV | 113.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 98 | 0 | 0.48 | 0.42 | 0.34 | 352.5 | 0.31 | 0.5 |
| Hex | A8 | 58 | 62 | 0 | 30 | 2A | 22 | 160 | 1F | 32 |
| Octal | 250 | 130 | 142 | 0 | 60 | 52 | 42 | 540 | 37 | 62 |
| Binary | 10101000 | 1011000 | 1100010 | 0 | 110000 | 101010 | 100010 | 101100000 | 11111 | 110010 |
Color Harmonies of #A85862
Complementary color
Monochromatic Colors of #A85862
Black with #A85862
Text Example
Text Example
White with #A85862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85862; }
p { color: rgb(168,88,98); }
H1.HeaderClassName
{
color: #A85862;
}
.AnyTagClassName
{
color: #A85862;
}
</style>
background-color css
<style>
a { background-color: #A85862; }
a { background-color: rgb(168,88,98); }
div.DivClassName
{
background-color: #A85862;
}
.BgClassName
{
background-color: #A85862;
}
</style>
border-color css
<style>
span { border-color: #A85862; }
span { border-color: rgb(168,88,98); }
td.TdClassName
{
border-color: #A85862;
}
.TagClassName
{
border-color: #A85862;
}
</style>