Shades of Hippie Pink #A84553
Tints of Hippie Pink #A84553
RGB
CMYK
RGB Variations
Color information
#A84553 (or 0xA84553) is known color: Hippie Pink. HEX triplet: A8, 45 and 53. RGB value is (168,69,83). Sum of RGB (Red+Green+Blue) = 168+69+83=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84553 is #57BAAC. Grayscale: #646464. Windows color (decimal): -5749421 or 5457320. OLE color: 5457320.
HSL color Cylindrical-coordinate representation of color #A84553: hue angle of 351.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84553 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 83 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.34 |
| HSL | 351.52º | 0.42% | 0.46% | - |
| HSV(B) | 351.52º | 0.59% | 0.66% | - |
| XYZ | 19.84 | 13.21 | 9.69 | - |
| YUV | 100.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 83 | 0 | 0.59 | 0.51 | 0.34 | 351.52 | 0.42 | 0.46 |
| Hex | A8 | 45 | 53 | 0 | 3B | 33 | 22 | 160 | 2A | 2E |
| Octal | 250 | 105 | 123 | 0 | 73 | 63 | 42 | 540 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1010011 | 0 | 111011 | 110011 | 100010 | 101100000 | 101010 | 101110 |
Color Harmonies of #A84553
Complementary color
Monochromatic Colors of #A84553
Black with #A84553
Text Example
Text Example
White with #A84553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84553; }
p { color: rgb(168,69,83); }
H1.HeaderClassName
{
color: #A84553;
}
.AnyTagClassName
{
color: #A84553;
}
</style>
background-color css
<style>
a { background-color: #A84553; }
a { background-color: rgb(168,69,83); }
div.DivClassName
{
background-color: #A84553;
}
.BgClassName
{
background-color: #A84553;
}
</style>
border-color css
<style>
span { border-color: #A84553; }
span { border-color: rgb(168,69,83); }
td.TdClassName
{
border-color: #A84553;
}
.TagClassName
{
border-color: #A84553;
}
</style>