Shades of Hippie Pink #A14954
Tints of Hippie Pink #A14954
RGB
CMYK
RGB Variations
Color information
#A14954 (or 0xA14954) is known color: Hippie Pink. HEX triplet: A1, 49 and 54. RGB value is (161,73,84). Sum of RGB (Red+Green+Blue) = 161+73+84=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A14954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14954 is #5EB6AB. Grayscale: #646464. Windows color (decimal): -6207148 or 5523873. OLE color: 5523873.
HSL color Cylindrical-coordinate representation of color #A14954: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14954 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 84 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.37 |
| HSL | 352.5º | 0.38% | 0.46% | - |
| HSV(B) | 352.5º | 0.55% | 0.63% | - |
| XYZ | 18.68 | 12.98 | 9.91 | - |
| YUV | 100.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 84 | 0 | 0.55 | 0.48 | 0.37 | 352.5 | 0.38 | 0.46 |
| Hex | A1 | 49 | 54 | 0 | 37 | 30 | 25 | 160 | 26 | 2E |
| Octal | 241 | 111 | 124 | 0 | 67 | 60 | 45 | 540 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1010100 | 0 | 110111 | 110000 | 100101 | 101100000 | 100110 | 101110 |
Color Harmonies of #A14954
Complementary color
Monochromatic Colors of #A14954
Black with #A14954
Text Example
Text Example
White with #A14954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14954; }
p { color: rgb(161,73,84); }
H1.HeaderClassName
{
color: #A14954;
}
.AnyTagClassName
{
color: #A14954;
}
</style>
background-color css
<style>
a { background-color: #A14954; }
a { background-color: rgb(161,73,84); }
div.DivClassName
{
background-color: #A14954;
}
.BgClassName
{
background-color: #A14954;
}
</style>
border-color css
<style>
span { border-color: #A14954; }
span { border-color: rgb(161,73,84); }
td.TdClassName
{
border-color: #A14954;
}
.TagClassName
{
border-color: #A14954;
}
</style>