Shades of Hippie Pink #A85259
Tints of Hippie Pink #A85259
RGB
CMYK
RGB Variations
Color information
#A85259 (or 0xA85259) is known color: Hippie Pink. HEX triplet: A8, 52 and 59. RGB value is (168,82,89). Sum of RGB (Red+Green+Blue) = 168+82+89=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A85259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85259 is #57ADA6. Grayscale: #6C6C6C. Windows color (decimal): -5746087 or 5853864. OLE color: 5853864.
HSL color Cylindrical-coordinate representation of color #A85259: hue angle of 355.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85259 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 89 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.34 |
| HSL | 355.12º | 0.34% | 0.49% | - |
| HSV(B) | 355.12º | 0.51% | 0.66% | - |
| XYZ | 20.97 | 15.08 | 11.26 | - |
| YUV | 108.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 89 | 0 | 0.51 | 0.47 | 0.34 | 355.12 | 0.34 | 0.49 |
| Hex | A8 | 52 | 59 | 0 | 33 | 2F | 22 | 163 | 22 | 31 |
| Octal | 250 | 122 | 131 | 0 | 63 | 57 | 42 | 543 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1011001 | 0 | 110011 | 101111 | 100010 | 101100011 | 100010 | 110001 |
Color Harmonies of #A85259
Complementary color
Monochromatic Colors of #A85259
Black with #A85259
Text Example
Text Example
White with #A85259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85259; }
p { color: rgb(168,82,89); }
H1.HeaderClassName
{
color: #A85259;
}
.AnyTagClassName
{
color: #A85259;
}
</style>
background-color css
<style>
a { background-color: #A85259; }
a { background-color: rgb(168,82,89); }
div.DivClassName
{
background-color: #A85259;
}
.BgClassName
{
background-color: #A85259;
}
</style>
border-color css
<style>
span { border-color: #A85259; }
span { border-color: rgb(168,82,89); }
td.TdClassName
{
border-color: #A85259;
}
.TagClassName
{
border-color: #A85259;
}
</style>