Shades of Hippie Pink #A84954
Tints of Hippie Pink #A84954
RGB
CMYK
RGB Variations
Color information
#A84954 (or 0xA84954) is known color: Hippie Pink. HEX triplet: A8, 49 and 54. RGB value is (168,73,84). Sum of RGB (Red+Green+Blue) = 168+73+84=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A84954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84954 is #57B6AB. Grayscale: #666666. Windows color (decimal): -5748396 or 5523880. OLE color: 5523880.
HSL color Cylindrical-coordinate representation of color #A84954: hue angle of 353.05º degrees, saturation: 0.39, 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 #A84954 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 84 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.34 |
| HSL | 353.05º | 0.39% | 0.47% | - |
| HSV(B) | 353.05º | 0.57% | 0.66% | - |
| XYZ | 20.13 | 13.73 | 9.98 | - |
| YUV | 102.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 84 | 0 | 0.57 | 0.5 | 0.34 | 353.05 | 0.39 | 0.47 |
| Hex | A8 | 49 | 54 | 0 | 39 | 32 | 22 | 161 | 27 | 2F |
| Octal | 250 | 111 | 124 | 0 | 71 | 62 | 42 | 541 | 47 | 57 |
| Binary | 10101000 | 1001001 | 1010100 | 0 | 111001 | 110010 | 100010 | 101100001 | 100111 | 101111 |
Color Harmonies of #A84954
Complementary color
Monochromatic Colors of #A84954
Black with #A84954
Text Example
Text Example
White with #A84954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84954; }
p { color: rgb(168,73,84); }
H1.HeaderClassName
{
color: #A84954;
}
.AnyTagClassName
{
color: #A84954;
}
</style>
background-color css
<style>
a { background-color: #A84954; }
a { background-color: rgb(168,73,84); }
div.DivClassName
{
background-color: #A84954;
}
.BgClassName
{
background-color: #A84954;
}
</style>
border-color css
<style>
span { border-color: #A84954; }
span { border-color: rgb(168,73,84); }
td.TdClassName
{
border-color: #A84954;
}
.TagClassName
{
border-color: #A84954;
}
</style>