Shades of Hippie Pink #A84A53
Tints of Hippie Pink #A84A53
RGB
CMYK
RGB Variations
Color information
#A84A53 (or 0xA84A53) is known color: Hippie Pink. HEX triplet: A8, 4A and 53. RGB value is (168,74,83). Sum of RGB (Red+Green+Blue) = 168+74+83=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A53 is #57B5AC. Grayscale: #676767. Windows color (decimal): -5748141 or 5458600. OLE color: 5458600.
HSL color Cylindrical-coordinate representation of color #A84A53: hue angle of 354.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A53 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 83 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.34 |
| HSL | 354.26º | 0.39% | 0.47% | - |
| HSV(B) | 354.26º | 0.56% | 0.66% | - |
| XYZ | 20.16 | 13.85 | 9.79 | - |
| YUV | 103.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 83 | 0 | 0.56 | 0.51 | 0.34 | 354.26 | 0.39 | 0.47 |
| Hex | A8 | 4A | 53 | 0 | 38 | 33 | 22 | 162 | 27 | 2F |
| Octal | 250 | 112 | 123 | 0 | 70 | 63 | 42 | 542 | 47 | 57 |
| Binary | 10101000 | 1001010 | 1010011 | 0 | 111000 | 110011 | 100010 | 101100010 | 100111 | 101111 |
Color Harmonies of #A84A53
Complementary color
Monochromatic Colors of #A84A53
Black with #A84A53
Text Example
Text Example
White with #A84A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A53; }
p { color: rgb(168,74,83); }
H1.HeaderClassName
{
color: #A84A53;
}
.AnyTagClassName
{
color: #A84A53;
}
</style>
background-color css
<style>
a { background-color: #A84A53; }
a { background-color: rgb(168,74,83); }
div.DivClassName
{
background-color: #A84A53;
}
.BgClassName
{
background-color: #A84A53;
}
</style>
border-color css
<style>
span { border-color: #A84A53; }
span { border-color: rgb(168,74,83); }
td.TdClassName
{
border-color: #A84A53;
}
.TagClassName
{
border-color: #A84A53;
}
</style>