Shades of Hippie Pink #A84761
Tints of Hippie Pink #A84761
RGB
CMYK
RGB Variations
Color information
#A84761 (or 0xA84761) is known color: Hippie Pink. HEX triplet: A8, 47 and 61. RGB value is (168,71,97). Sum of RGB (Red+Green+Blue) = 168+71+97=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A84761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84761 is #57B89E. Grayscale: #666666. Windows color (decimal): -5748895 or 6375336. OLE color: 6375336.
HSL color Cylindrical-coordinate representation of color #A84761: hue angle of 343.92º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84761 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 97 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.34 |
| HSL | 343.92º | 0.41% | 0.47% | - |
| HSV(B) | 343.92º | 0.58% | 0.66% | - |
| XYZ | 20.56 | 13.69 | 12.87 | - |
| YUV | 102.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 97 | 0 | 0.58 | 0.42 | 0.34 | 343.92 | 0.41 | 0.47 |
| Hex | A8 | 47 | 61 | 0 | 3A | 2A | 22 | 158 | 29 | 2F |
| Octal | 250 | 107 | 141 | 0 | 72 | 52 | 42 | 530 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1100001 | 0 | 111010 | 101010 | 100010 | 101011000 | 101001 | 101111 |
Color Harmonies of #A84761
Complementary color
Monochromatic Colors of #A84761
Black with #A84761
Text Example
Text Example
White with #A84761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84761; }
p { color: rgb(168,71,97); }
H1.HeaderClassName
{
color: #A84761;
}
.AnyTagClassName
{
color: #A84761;
}
</style>
background-color css
<style>
a { background-color: #A84761; }
a { background-color: rgb(168,71,97); }
div.DivClassName
{
background-color: #A84761;
}
.BgClassName
{
background-color: #A84761;
}
</style>
border-color css
<style>
span { border-color: #A84761; }
span { border-color: rgb(168,71,97); }
td.TdClassName
{
border-color: #A84761;
}
.TagClassName
{
border-color: #A84761;
}
</style>