Shades of Hippie Pink #A14C5C
Tints of Hippie Pink #A14C5C
RGB
CMYK
RGB Variations
Color information
#A14C5C (or 0xA14C5C) is known color: Hippie Pink. HEX triplet: A1, 4C and 5C. RGB value is (161,76,92). Sum of RGB (Red+Green+Blue) = 161+76+92=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C5C is #5EB3A3. Grayscale: #676767. Windows color (decimal): -6206372 or 6048929. OLE color: 6048929.
HSL color Cylindrical-coordinate representation of color #A14C5C: hue angle of 348.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C5C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 92 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.37 |
| HSL | 348.71º | 0.36% | 0.46% | - |
| HSV(B) | 348.71º | 0.53% | 0.63% | - |
| XYZ | 19.21 | 13.52 | 11.72 | - |
| YUV | 103.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 92 | 0 | 0.53 | 0.43 | 0.37 | 348.71 | 0.36 | 0.46 |
| Hex | A1 | 4C | 5C | 0 | 35 | 2B | 25 | 15D | 24 | 2E |
| Octal | 241 | 114 | 134 | 0 | 65 | 53 | 45 | 535 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1011100 | 0 | 110101 | 101011 | 100101 | 101011101 | 100100 | 101110 |
Color Harmonies of #A14C5C
Complementary color
Monochromatic Colors of #A14C5C
Black with #A14C5C
Text Example
Text Example
White with #A14C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C5C; }
p { color: rgb(161,76,92); }
H1.HeaderClassName
{
color: #A14C5C;
}
.AnyTagClassName
{
color: #A14C5C;
}
</style>
background-color css
<style>
a { background-color: #A14C5C; }
a { background-color: rgb(161,76,92); }
div.DivClassName
{
background-color: #A14C5C;
}
.BgClassName
{
background-color: #A14C5C;
}
</style>
border-color css
<style>
span { border-color: #A14C5C; }
span { border-color: rgb(161,76,92); }
td.TdClassName
{
border-color: #A14C5C;
}
.TagClassName
{
border-color: #A14C5C;
}
</style>