Shades of Hippie Pink #A84849
Tints of Hippie Pink #A84849
RGB
CMYK
RGB Variations
Color information
#A84849 (or 0xA84849) is known color: Hippie Pink. HEX triplet: A8, 48 and 49. RGB value is (168,72,73). Sum of RGB (Red+Green+Blue) = 168+72+73=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A84849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84849 is #57B7B6. Grayscale: #646464. Windows color (decimal): -5748663 or 4802728. OLE color: 4802728.
HSL color Cylindrical-coordinate representation of color #A84849: hue angle of 359.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84849 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 73 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.34 |
| HSL | 359.38º | 0.4% | 0.47% | - |
| HSV(B) | 359.38º | 0.57% | 0.66% | - |
| XYZ | 19.67 | 13.44 | 7.86 | - |
| YUV | 100.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 73 | 0 | 0.57 | 0.57 | 0.34 | 359.38 | 0.4 | 0.47 |
| Hex | A8 | 48 | 49 | 0 | 39 | 39 | 22 | 167 | 28 | 2F |
| Octal | 250 | 110 | 111 | 0 | 71 | 71 | 42 | 547 | 50 | 57 |
| Binary | 10101000 | 1001000 | 1001001 | 0 | 111001 | 111001 | 100010 | 101100111 | 101000 | 101111 |
Color Harmonies of #A84849
Complementary color
Monochromatic Colors of #A84849
Black with #A84849
Text Example
Text Example
White with #A84849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84849; }
p { color: rgb(168,72,73); }
H1.HeaderClassName
{
color: #A84849;
}
.AnyTagClassName
{
color: #A84849;
}
</style>
background-color css
<style>
a { background-color: #A84849; }
a { background-color: rgb(168,72,73); }
div.DivClassName
{
background-color: #A84849;
}
.BgClassName
{
background-color: #A84849;
}
</style>
border-color css
<style>
span { border-color: #A84849; }
span { border-color: rgb(168,72,73); }
td.TdClassName
{
border-color: #A84849;
}
.TagClassName
{
border-color: #A84849;
}
</style>