Shades of Hippie Pink #A45963
Tints of Hippie Pink #A45963
RGB
CMYK
RGB Variations
Color information
#A45963 (or 0xA45963) is known color: Hippie Pink. HEX triplet: A4, 59 and 63. RGB value is (164,89,99). Sum of RGB (Red+Green+Blue) = 164+89+99=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A45963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45963 is #5BA69C. Grayscale: #707070. Windows color (decimal): -6006429 or 6511012. OLE color: 6511012.
HSL color Cylindrical-coordinate representation of color #A45963: hue angle of 352º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45963 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 99 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.36 |
| HSL | 352º | 0.3% | 0.5% | - |
| HSV(B) | 352º | 0.46% | 0.64% | - |
| XYZ | 21.13 | 15.94 | 13.77 | - |
| YUV | 112.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 99 | 0 | 0.46 | 0.40 | 0.36 | 352 | 0.3 | 0.5 |
| Hex | A4 | 59 | 63 | 0 | 2E | 28 | 24 | 160 | 1E | 32 |
| Octal | 244 | 131 | 143 | 0 | 56 | 50 | 44 | 540 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1100011 | 0 | 101110 | 101000 | 100100 | 101100000 | 11110 | 110010 |
Color Harmonies of #A45963
Complementary color
Monochromatic Colors of #A45963
Black with #A45963
Text Example
Text Example
White with #A45963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45963; }
p { color: rgb(164,89,99); }
H1.HeaderClassName
{
color: #A45963;
}
.AnyTagClassName
{
color: #A45963;
}
</style>
background-color css
<style>
a { background-color: #A45963; }
a { background-color: rgb(164,89,99); }
div.DivClassName
{
background-color: #A45963;
}
.BgClassName
{
background-color: #A45963;
}
</style>
border-color css
<style>
span { border-color: #A45963; }
span { border-color: rgb(164,89,99); }
td.TdClassName
{
border-color: #A45963;
}
.TagClassName
{
border-color: #A45963;
}
</style>