Shades of Hippie Pink #A14D5A
Tints of Hippie Pink #A14D5A
RGB
CMYK
RGB Variations
Color information
#A14D5A (or 0xA14D5A) is known color: Hippie Pink. HEX triplet: A1, 4D and 5A. RGB value is (161,77,90). Sum of RGB (Red+Green+Blue) = 161+77+90=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D5A is #5EB2A5. Grayscale: #676767. Windows color (decimal): -6206118 or 5918113. OLE color: 5918113.
HSL color Cylindrical-coordinate representation of color #A14D5A: hue angle of 350.71º 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 #A14D5A is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 90 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.37 |
| HSL | 350.71º | 0.35% | 0.47% | - |
| HSV(B) | 350.71º | 0.52% | 0.63% | - |
| XYZ | 19.2 | 13.62 | 11.29 | - |
| YUV | 103.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 90 | 0 | 0.52 | 0.44 | 0.37 | 350.71 | 0.35 | 0.47 |
| Hex | A1 | 4D | 5A | 0 | 34 | 2C | 25 | 15F | 23 | 2F |
| Octal | 241 | 115 | 132 | 0 | 64 | 54 | 45 | 537 | 43 | 57 |
| Binary | 10100001 | 1001101 | 1011010 | 0 | 110100 | 101100 | 100101 | 101011111 | 100011 | 101111 |
Color Harmonies of #A14D5A
Complementary color
Monochromatic Colors of #A14D5A
Black with #A14D5A
Text Example
Text Example
White with #A14D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D5A; }
p { color: rgb(161,77,90); }
H1.HeaderClassName
{
color: #A14D5A;
}
.AnyTagClassName
{
color: #A14D5A;
}
</style>
background-color css
<style>
a { background-color: #A14D5A; }
a { background-color: rgb(161,77,90); }
div.DivClassName
{
background-color: #A14D5A;
}
.BgClassName
{
background-color: #A14D5A;
}
</style>
border-color css
<style>
span { border-color: #A14D5A; }
span { border-color: rgb(161,77,90); }
td.TdClassName
{
border-color: #A14D5A;
}
.TagClassName
{
border-color: #A14D5A;
}
</style>