Shades of Hippie Pink #A34D5E
Tints of Hippie Pink #A34D5E
RGB
CMYK
RGB Variations
Color information
#A34D5E (or 0xA34D5E) is known color: Hippie Pink. HEX triplet: A3, 4D and 5E. RGB value is (163,77,94). Sum of RGB (Red+Green+Blue) = 163+77+94=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D5E is #5CB2A1. Grayscale: #686868. Windows color (decimal): -6075042 or 6180259. OLE color: 6180259.
HSL color Cylindrical-coordinate representation of color #A34D5E: hue angle of 348.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D5E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 94 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.36 |
| HSL | 348.14º | 0.36% | 0.47% | - |
| HSV(B) | 348.14º | 0.53% | 0.64% | - |
| XYZ | 19.78 | 13.9 | 12.23 | - |
| YUV | 104.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 94 | 0 | 0.53 | 0.42 | 0.36 | 348.14 | 0.36 | 0.47 |
| Hex | A3 | 4D | 5E | 0 | 35 | 2A | 24 | 15C | 24 | 2F |
| Octal | 243 | 115 | 136 | 0 | 65 | 52 | 44 | 534 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1011110 | 0 | 110101 | 101010 | 100100 | 101011100 | 100100 | 101111 |
Color Harmonies of #A34D5E
Complementary color
Monochromatic Colors of #A34D5E
Black with #A34D5E
Text Example
Text Example
White with #A34D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D5E; }
p { color: rgb(163,77,94); }
H1.HeaderClassName
{
color: #A34D5E;
}
.AnyTagClassName
{
color: #A34D5E;
}
</style>
background-color css
<style>
a { background-color: #A34D5E; }
a { background-color: rgb(163,77,94); }
div.DivClassName
{
background-color: #A34D5E;
}
.BgClassName
{
background-color: #A34D5E;
}
</style>
border-color css
<style>
span { border-color: #A34D5E; }
span { border-color: rgb(163,77,94); }
td.TdClassName
{
border-color: #A34D5E;
}
.TagClassName
{
border-color: #A34D5E;
}
</style>