Shades of Hippie Pink #9A4D55
Tints of Hippie Pink #9A4D55
RGB
CMYK
RGB Variations
Color information
#9A4D55 (or 0x9A4D55) is known color: Hippie Pink. HEX triplet: 9A, 4D and 55. RGB value is (154,77,85). Sum of RGB (Red+Green+Blue) = 154+77+85=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D55 is #65B2AA. Grayscale: #646464. Windows color (decimal): -6664875 or 5590426. OLE color: 5590426.
HSL color Cylindrical-coordinate representation of color #9A4D55: hue angle of 353.77º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D55 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 85 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.40 |
| HSL | 353.77º | 0.33% | 0.45% | - |
| HSV(B) | 353.77º | 0.5% | 0.6% | - |
| XYZ | 17.62 | 12.83 | 10.14 | - |
| YUV | 100.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 85 | 0 | 0.50 | 0.45 | 0.40 | 353.77 | 0.33 | 0.45 |
| Hex | 9A | 4D | 55 | 0 | 32 | 2D | 28 | 162 | 21 | 2D |
| Octal | 232 | 115 | 125 | 0 | 62 | 55 | 50 | 542 | 41 | 55 |
| Binary | 10011010 | 1001101 | 1010101 | 0 | 110010 | 101101 | 101000 | 101100010 | 100001 | 101101 |
Color Harmonies of #9A4D55
Complementary color
Monochromatic Colors of #9A4D55
Black with #9A4D55
Text Example
Text Example
White with #9A4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D55; }
p { color: rgb(154,77,85); }
H1.HeaderClassName
{
color: #9A4D55;
}
.AnyTagClassName
{
color: #9A4D55;
}
</style>
background-color css
<style>
a { background-color: #9A4D55; }
a { background-color: rgb(154,77,85); }
div.DivClassName
{
background-color: #9A4D55;
}
.BgClassName
{
background-color: #9A4D55;
}
</style>
border-color css
<style>
span { border-color: #9A4D55; }
span { border-color: rgb(154,77,85); }
td.TdClassName
{
border-color: #9A4D55;
}
.TagClassName
{
border-color: #9A4D55;
}
</style>