Shades of Hippie Pink #A84B50
Tints of Hippie Pink #A84B50
RGB
CMYK
RGB Variations
Color information
#A84B50 (or 0xA84B50) is known color: Hippie Pink. HEX triplet: A8, 4B and 50. RGB value is (168,75,80). Sum of RGB (Red+Green+Blue) = 168+75+80=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B50 is #57B4AF. Grayscale: #676767. Windows color (decimal): -5747888 or 5262248. OLE color: 5262248.
HSL color Cylindrical-coordinate representation of color #A84B50: hue angle of 356.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84B50 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 80 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.34 |
| HSL | 356.77º | 0.38% | 0.48% | - |
| HSV(B) | 356.77º | 0.55% | 0.66% | - |
| XYZ | 20.11 | 13.94 | 9.22 | - |
| YUV | 103.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 80 | 0 | 0.55 | 0.52 | 0.34 | 356.77 | 0.38 | 0.48 |
| Hex | A8 | 4B | 50 | 0 | 37 | 34 | 22 | 165 | 26 | 30 |
| Octal | 250 | 113 | 120 | 0 | 67 | 64 | 42 | 545 | 46 | 60 |
| Binary | 10101000 | 1001011 | 1010000 | 0 | 110111 | 110100 | 100010 | 101100101 | 100110 | 110000 |
Color Harmonies of #A84B50
Complementary color
Monochromatic Colors of #A84B50
Black with #A84B50
Text Example
Text Example
White with #A84B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B50; }
p { color: rgb(168,75,80); }
H1.HeaderClassName
{
color: #A84B50;
}
.AnyTagClassName
{
color: #A84B50;
}
</style>
background-color css
<style>
a { background-color: #A84B50; }
a { background-color: rgb(168,75,80); }
div.DivClassName
{
background-color: #A84B50;
}
.BgClassName
{
background-color: #A84B50;
}
</style>
border-color css
<style>
span { border-color: #A84B50; }
span { border-color: rgb(168,75,80); }
td.TdClassName
{
border-color: #A84B50;
}
.TagClassName
{
border-color: #A84B50;
}
</style>