Shades of Hippie Pink #A14E51
Tints of Hippie Pink #A14E51
RGB
CMYK
RGB Variations
Color information
#A14E51 (or 0xA14E51) is known color: Hippie Pink. HEX triplet: A1, 4E and 51. RGB value is (161,78,81). Sum of RGB (Red+Green+Blue) = 161+78+81=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E51 is #5EB1AE. Grayscale: #676767. Windows color (decimal): -6205871 or 5328545. OLE color: 5328545.
HSL color Cylindrical-coordinate representation of color #A14E51: hue angle of 357.83º 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 #A14E51 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 81 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.37 |
| HSL | 357.83º | 0.35% | 0.47% | - |
| HSV(B) | 357.83º | 0.52% | 0.63% | - |
| XYZ | 18.91 | 13.62 | 9.42 | - |
| YUV | 103.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 81 | 0 | 0.52 | 0.50 | 0.37 | 357.83 | 0.35 | 0.47 |
| Hex | A1 | 4E | 51 | 0 | 34 | 32 | 25 | 166 | 23 | 2F |
| Octal | 241 | 116 | 121 | 0 | 64 | 62 | 45 | 546 | 43 | 57 |
| Binary | 10100001 | 1001110 | 1010001 | 0 | 110100 | 110010 | 100101 | 101100110 | 100011 | 101111 |
Color Harmonies of #A14E51
Complementary color
Monochromatic Colors of #A14E51
Black with #A14E51
Text Example
Text Example
White with #A14E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E51; }
p { color: rgb(161,78,81); }
H1.HeaderClassName
{
color: #A14E51;
}
.AnyTagClassName
{
color: #A14E51;
}
</style>
background-color css
<style>
a { background-color: #A14E51; }
a { background-color: rgb(161,78,81); }
div.DivClassName
{
background-color: #A14E51;
}
.BgClassName
{
background-color: #A14E51;
}
</style>
border-color css
<style>
span { border-color: #A14E51; }
span { border-color: rgb(161,78,81); }
td.TdClassName
{
border-color: #A14E51;
}
.TagClassName
{
border-color: #A14E51;
}
</style>