Shades of Hippie Pink #A14D5E
Tints of Hippie Pink #A14D5E
RGB
CMYK
RGB Variations
Color information
#A14D5E (or 0xA14D5E) is known color: Hippie Pink. HEX triplet: A1, 4D and 5E. RGB value is (161,77,94). Sum of RGB (Red+Green+Blue) = 161+77+94=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D5E is #5EB2A1. Grayscale: #686868. Windows color (decimal): -6206114 or 6180257. OLE color: 6180257.
HSL color Cylindrical-coordinate representation of color #A14D5E: hue angle of 347.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D5E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 94 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.37 |
| HSL | 347.86º | 0.35% | 0.47% | - |
| HSV(B) | 347.86º | 0.52% | 0.63% | - |
| XYZ | 19.37 | 13.69 | 12.21 | - |
| YUV | 104.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 94 | 0 | 0.52 | 0.42 | 0.37 | 347.86 | 0.35 | 0.47 |
| Hex | A1 | 4D | 5E | 0 | 34 | 2A | 25 | 15C | 23 | 2F |
| Octal | 241 | 115 | 136 | 0 | 64 | 52 | 45 | 534 | 43 | 57 |
| Binary | 10100001 | 1001101 | 1011110 | 0 | 110100 | 101010 | 100101 | 101011100 | 100011 | 101111 |
Color Harmonies of #A14D5E
Complementary color
Monochromatic Colors of #A14D5E
Black with #A14D5E
Text Example
Text Example
White with #A14D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D5E; }
p { color: rgb(161,77,94); }
H1.HeaderClassName
{
color: #A14D5E;
}
.AnyTagClassName
{
color: #A14D5E;
}
</style>
background-color css
<style>
a { background-color: #A14D5E; }
a { background-color: rgb(161,77,94); }
div.DivClassName
{
background-color: #A14D5E;
}
.BgClassName
{
background-color: #A14D5E;
}
</style>
border-color css
<style>
span { border-color: #A14D5E; }
span { border-color: rgb(161,77,94); }
td.TdClassName
{
border-color: #A14D5E;
}
.TagClassName
{
border-color: #A14D5E;
}
</style>