Shades of Au Chico #9C5E58
Tints of Au Chico #9C5E58
RGB
CMYK
RGB Variations
Color information
#9C5E58 (or 0x9C5E58) is known color: Au Chico. HEX triplet: 9C, 5E and 58. RGB value is (156,94,88). Sum of RGB (Red+Green+Blue) = 156+94+88=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E58 is #63A1A7. Grayscale: #6F6F6F. Windows color (decimal): -6529448 or 5791388. OLE color: 5791388.
HSL color Cylindrical-coordinate representation of color #9C5E58: hue angle of 5.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5E58 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 88 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.39 |
| HSL | 5.29º | 0.28% | 0.48% | - |
| HSV(B) | 5.29º | 0.44% | 0.61% | - |
| XYZ | 19.47 | 15.78 | 11.25 | - |
| YUV | 111.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 88 | 0 | 0.40 | 0.44 | 0.39 | 5.29 | 0.28 | 0.48 |
| Hex | 9C | 5E | 58 | 0 | 28 | 2C | 27 | 5 | 1C | 30 |
| Octal | 234 | 136 | 130 | 0 | 50 | 54 | 47 | 5 | 34 | 60 |
| Binary | 10011100 | 1011110 | 1011000 | 0 | 101000 | 101100 | 100111 | 101 | 11100 | 110000 |
Color Harmonies of #9C5E58
Complementary color
Monochromatic Colors of #9C5E58
Black with #9C5E58
Text Example
Text Example
White with #9C5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E58; }
p { color: rgb(156,94,88); }
H1.HeaderClassName
{
color: #9C5E58;
}
.AnyTagClassName
{
color: #9C5E58;
}
</style>
background-color css
<style>
a { background-color: #9C5E58; }
a { background-color: rgb(156,94,88); }
div.DivClassName
{
background-color: #9C5E58;
}
.BgClassName
{
background-color: #9C5E58;
}
</style>
border-color css
<style>
span { border-color: #9C5E58; }
span { border-color: rgb(156,94,88); }
td.TdClassName
{
border-color: #9C5E58;
}
.TagClassName
{
border-color: #9C5E58;
}
</style>