Shades of Hippie Pink #A84454
Tints of Hippie Pink #A84454
RGB
CMYK
RGB Variations
Color information
#A84454 (or 0xA84454) is known color: Hippie Pink. HEX triplet: A8, 44 and 54. RGB value is (168,68,84). Sum of RGB (Red+Green+Blue) = 168+68+84=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84454 is #57BBAB. Grayscale: #636363. Windows color (decimal): -5749676 or 5522600. OLE color: 5522600.
HSL color Cylindrical-coordinate representation of color #A84454: hue angle of 350.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84454 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 84 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.34 |
| HSL | 350.4º | 0.42% | 0.46% | - |
| HSV(B) | 350.4º | 0.6% | 0.66% | - |
| XYZ | 19.82 | 13.1 | 9.87 | - |
| YUV | 99.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 84 | 0 | 0.60 | 0.5 | 0.34 | 350.4 | 0.42 | 0.46 |
| Hex | A8 | 44 | 54 | 0 | 3C | 32 | 22 | 15E | 2A | 2E |
| Octal | 250 | 104 | 124 | 0 | 74 | 62 | 42 | 536 | 52 | 56 |
| Binary | 10101000 | 1000100 | 1010100 | 0 | 111100 | 110010 | 100010 | 101011110 | 101010 | 101110 |
Color Harmonies of #A84454
Complementary color
Monochromatic Colors of #A84454
Black with #A84454
Text Example
Text Example
White with #A84454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84454; }
p { color: rgb(168,68,84); }
H1.HeaderClassName
{
color: #A84454;
}
.AnyTagClassName
{
color: #A84454;
}
</style>
background-color css
<style>
a { background-color: #A84454; }
a { background-color: rgb(168,68,84); }
div.DivClassName
{
background-color: #A84454;
}
.BgClassName
{
background-color: #A84454;
}
</style>
border-color css
<style>
span { border-color: #A84454; }
span { border-color: rgb(168,68,84); }
td.TdClassName
{
border-color: #A84454;
}
.TagClassName
{
border-color: #A84454;
}
</style>