Shades of Hippie Pink #9A4E56
Tints of Hippie Pink #9A4E56
RGB
CMYK
RGB Variations
Color information
#9A4E56 (or 0x9A4E56) is known color: Hippie Pink. HEX triplet: 9A, 4E and 56. RGB value is (154,78,86). Sum of RGB (Red+Green+Blue) = 154+78+86=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E56 is #65B1A9. Grayscale: #656565. Windows color (decimal): -6664618 or 5656218. OLE color: 5656218.
HSL color Cylindrical-coordinate representation of color #9A4E56: hue angle of 353.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E56 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 78 | 86 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.40 |
| HSL | 353.68º | 0.33% | 0.45% | - |
| HSV(B) | 353.68º | 0.49% | 0.6% | - |
| XYZ | 17.73 | 12.99 | 10.38 | - |
| YUV | 101.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 86 | 0 | 0.49 | 0.44 | 0.40 | 353.68 | 0.33 | 0.45 |
| Hex | 9A | 4E | 56 | 0 | 31 | 2C | 28 | 162 | 21 | 2D |
| Octal | 232 | 116 | 126 | 0 | 61 | 54 | 50 | 542 | 41 | 55 |
| Binary | 10011010 | 1001110 | 1010110 | 0 | 110001 | 101100 | 101000 | 101100010 | 100001 | 101101 |
Color Harmonies of #9A4E56
Complementary color
Monochromatic Colors of #9A4E56
Black with #9A4E56
Text Example
Text Example
White with #9A4E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4E56; }
p { color: rgb(154,78,86); }
H1.HeaderClassName
{
color: #9A4E56;
}
.AnyTagClassName
{
color: #9A4E56;
}
</style>
background-color css
<style>
a { background-color: #9A4E56; }
a { background-color: rgb(154,78,86); }
div.DivClassName
{
background-color: #9A4E56;
}
.BgClassName
{
background-color: #9A4E56;
}
</style>
border-color css
<style>
span { border-color: #9A4E56; }
span { border-color: rgb(154,78,86); }
td.TdClassName
{
border-color: #9A4E56;
}
.TagClassName
{
border-color: #9A4E56;
}
</style>