Shades of Hippie Pink #A4595D
Tints of Hippie Pink #A4595D
RGB
CMYK
RGB Variations
Color information
#A4595D (or 0xA4595D) is known color: Hippie Pink. HEX triplet: A4, 59 and 5D. RGB value is (164,89,93). Sum of RGB (Red+Green+Blue) = 164+89+93=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4595D is #5BA6A2. Grayscale: #6F6F6F. Windows color (decimal): -6006435 or 6117796. OLE color: 6117796.
HSL color Cylindrical-coordinate representation of color #A4595D: hue angle of 356.8º 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 #A4595D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 93 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.36 |
| HSL | 356.8º | 0.3% | 0.5% | - |
| HSV(B) | 356.8º | 0.46% | 0.64% | - |
| XYZ | 20.86 | 15.83 | 12.31 | - |
| YUV | 111.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 93 | 0 | 0.46 | 0.43 | 0.36 | 356.8 | 0.3 | 0.5 |
| Hex | A4 | 59 | 5D | 0 | 2E | 2B | 24 | 165 | 1E | 32 |
| Octal | 244 | 131 | 135 | 0 | 56 | 53 | 44 | 545 | 36 | 62 |
| Binary | 10100100 | 1011001 | 1011101 | 0 | 101110 | 101011 | 100100 | 101100101 | 11110 | 110010 |
Color Harmonies of #A4595D
Complementary color
Monochromatic Colors of #A4595D
Black with #A4595D
Text Example
Text Example
White with #A4595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4595D; }
p { color: rgb(164,89,93); }
H1.HeaderClassName
{
color: #A4595D;
}
.AnyTagClassName
{
color: #A4595D;
}
</style>
background-color css
<style>
a { background-color: #A4595D; }
a { background-color: rgb(164,89,93); }
div.DivClassName
{
background-color: #A4595D;
}
.BgClassName
{
background-color: #A4595D;
}
</style>
border-color css
<style>
span { border-color: #A4595D; }
span { border-color: rgb(164,89,93); }
td.TdClassName
{
border-color: #A4595D;
}
.TagClassName
{
border-color: #A4595D;
}
</style>