Shades of Hippie Pink #A85962
Tints of Hippie Pink #A85962
RGB
CMYK
RGB Variations
Color information
#A85962 (or 0xA85962) is known color: Hippie Pink. HEX triplet: A8, 59 and 62. RGB value is (168,89,98). Sum of RGB (Red+Green+Blue) = 168+89+98=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A85962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85962 is #57A69D. Grayscale: #717171. Windows color (decimal): -5744286 or 6445480. OLE color: 6445480.
HSL color Cylindrical-coordinate representation of color #A85962: hue angle of 353.16º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85962 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 98 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.34 |
| HSL | 353.16º | 0.31% | 0.5% | - |
| HSV(B) | 353.16º | 0.47% | 0.66% | - |
| XYZ | 21.93 | 16.35 | 13.56 | - |
| YUV | 113.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 98 | 0 | 0.47 | 0.42 | 0.34 | 353.16 | 0.31 | 0.5 |
| Hex | A8 | 59 | 62 | 0 | 2F | 2A | 22 | 161 | 1F | 32 |
| Octal | 250 | 131 | 142 | 0 | 57 | 52 | 42 | 541 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1100010 | 0 | 101111 | 101010 | 100010 | 101100001 | 11111 | 110010 |
Color Harmonies of #A85962
Complementary color
Monochromatic Colors of #A85962
Black with #A85962
Text Example
Text Example
White with #A85962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85962; }
p { color: rgb(168,89,98); }
H1.HeaderClassName
{
color: #A85962;
}
.AnyTagClassName
{
color: #A85962;
}
</style>
background-color css
<style>
a { background-color: #A85962; }
a { background-color: rgb(168,89,98); }
div.DivClassName
{
background-color: #A85962;
}
.BgClassName
{
background-color: #A85962;
}
</style>
border-color css
<style>
span { border-color: #A85962; }
span { border-color: rgb(168,89,98); }
td.TdClassName
{
border-color: #A85962;
}
.TagClassName
{
border-color: #A85962;
}
</style>