Shades of Hippie Pink #A85463
Tints of Hippie Pink #A85463
RGB
CMYK
RGB Variations
Color information
#A85463 (or 0xA85463) is known color: Hippie Pink. HEX triplet: A8, 54 and 63. RGB value is (168,84,99). Sum of RGB (Red+Green+Blue) = 168+84+99=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A85463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85463 is #57AB9C. Grayscale: #6E6E6E. Windows color (decimal): -5745565 or 6509736. OLE color: 6509736.
HSL color Cylindrical-coordinate representation of color #A85463: hue angle of 349.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85463 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 99 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.34 |
| HSL | 349.29º | 0.33% | 0.49% | - |
| HSV(B) | 349.29º | 0.5% | 0.66% | - |
| XYZ | 21.57 | 15.57 | 13.67 | - |
| YUV | 110.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 99 | 0 | 0.5 | 0.41 | 0.34 | 349.29 | 0.33 | 0.49 |
| Hex | A8 | 54 | 63 | 0 | 32 | 29 | 22 | 15D | 21 | 31 |
| Octal | 250 | 124 | 143 | 0 | 62 | 51 | 42 | 535 | 41 | 61 |
| Binary | 10101000 | 1010100 | 1100011 | 0 | 110010 | 101001 | 100010 | 101011101 | 100001 | 110001 |
Color Harmonies of #A85463
Complementary color
Monochromatic Colors of #A85463
Black with #A85463
Text Example
Text Example
White with #A85463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85463; }
p { color: rgb(168,84,99); }
H1.HeaderClassName
{
color: #A85463;
}
.AnyTagClassName
{
color: #A85463;
}
</style>
background-color css
<style>
a { background-color: #A85463; }
a { background-color: rgb(168,84,99); }
div.DivClassName
{
background-color: #A85463;
}
.BgClassName
{
background-color: #A85463;
}
</style>
border-color css
<style>
span { border-color: #A85463; }
span { border-color: rgb(168,84,99); }
td.TdClassName
{
border-color: #A85463;
}
.TagClassName
{
border-color: #A85463;
}
</style>