Shades of Hippie Pink #A34D4E
Tints of Hippie Pink #A34D4E
RGB
CMYK
RGB Variations
Color information
#A34D4E (or 0xA34D4E) is known color: Hippie Pink. HEX triplet: A3, 4D and 4E. RGB value is (163,77,78). Sum of RGB (Red+Green+Blue) = 163+77+78=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D4E is #5CB2B1. Grayscale: #666666. Windows color (decimal): -6075058 or 5131683. OLE color: 5131683.
HSL color Cylindrical-coordinate representation of color #A34D4E: hue angle of 359.3º 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 #A34D4E is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 78 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.36 |
| HSL | 359.3º | 0.36% | 0.47% | - |
| HSV(B) | 359.3º | 0.53% | 0.64% | - |
| XYZ | 19.13 | 13.64 | 8.83 | - |
| YUV | 102.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 78 | 0 | 0.53 | 0.52 | 0.36 | 359.3 | 0.36 | 0.47 |
| Hex | A3 | 4D | 4E | 0 | 35 | 34 | 24 | 167 | 24 | 2F |
| Octal | 243 | 115 | 116 | 0 | 65 | 64 | 44 | 547 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1001110 | 0 | 110101 | 110100 | 100100 | 101100111 | 100100 | 101111 |
Color Harmonies of #A34D4E
Complementary color
Monochromatic Colors of #A34D4E
Black with #A34D4E
Text Example
Text Example
White with #A34D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D4E; }
p { color: rgb(163,77,78); }
H1.HeaderClassName
{
color: #A34D4E;
}
.AnyTagClassName
{
color: #A34D4E;
}
</style>
background-color css
<style>
a { background-color: #A34D4E; }
a { background-color: rgb(163,77,78); }
div.DivClassName
{
background-color: #A34D4E;
}
.BgClassName
{
background-color: #A34D4E;
}
</style>
border-color css
<style>
span { border-color: #A34D4E; }
span { border-color: rgb(163,77,78); }
td.TdClassName
{
border-color: #A34D4E;
}
.TagClassName
{
border-color: #A34D4E;
}
</style>