Shades of Hippie Pink #A84850
Tints of Hippie Pink #A84850
RGB
CMYK
RGB Variations
Color information
#A84850 (or 0xA84850) is known color: Hippie Pink. HEX triplet: A8, 48 and 50. RGB value is (168,72,80). Sum of RGB (Red+Green+Blue) = 168+72+80=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84850 is #57B7AF. Grayscale: #656565. Windows color (decimal): -5748656 or 5261480. OLE color: 5261480.
HSL color Cylindrical-coordinate representation of color #A84850: hue angle of 355º 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 #A84850 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 80 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.34 |
| HSL | 355º | 0.4% | 0.47% | - |
| HSV(B) | 355º | 0.57% | 0.66% | - |
| XYZ | 19.91 | 13.54 | 9.15 | - |
| YUV | 101.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 80 | 0 | 0.57 | 0.52 | 0.34 | 355 | 0.4 | 0.47 |
| Hex | A8 | 48 | 50 | 0 | 39 | 34 | 22 | 163 | 28 | 2F |
| Octal | 250 | 110 | 120 | 0 | 71 | 64 | 42 | 543 | 50 | 57 |
| Binary | 10101000 | 1001000 | 1010000 | 0 | 111001 | 110100 | 100010 | 101100011 | 101000 | 101111 |
Color Harmonies of #A84850
Complementary color
Monochromatic Colors of #A84850
Black with #A84850
Text Example
Text Example
White with #A84850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84850; }
p { color: rgb(168,72,80); }
H1.HeaderClassName
{
color: #A84850;
}
.AnyTagClassName
{
color: #A84850;
}
</style>
background-color css
<style>
a { background-color: #A84850; }
a { background-color: rgb(168,72,80); }
div.DivClassName
{
background-color: #A84850;
}
.BgClassName
{
background-color: #A84850;
}
</style>
border-color css
<style>
span { border-color: #A84850; }
span { border-color: rgb(168,72,80); }
td.TdClassName
{
border-color: #A84850;
}
.TagClassName
{
border-color: #A84850;
}
</style>