Shades of Au Chico #9C5D57
Tints of Au Chico #9C5D57
RGB
CMYK
RGB Variations
Color information
#9C5D57 (or 0x9C5D57) is known color: Au Chico. HEX triplet: 9C, 5D and 57. RGB value is (156,93,87). Sum of RGB (Red+Green+Blue) = 156+93+87=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D57 is #63A2A8. Grayscale: #6F6F6F. Windows color (decimal): -6529705 or 5725596. OLE color: 5725596.
HSL color Cylindrical-coordinate representation of color #9C5D57: hue angle of 5.22º 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 #9C5D57 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 87 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.39 |
| HSL | 5.22º | 0.28% | 0.48% | - |
| HSV(B) | 5.22º | 0.44% | 0.61% | - |
| XYZ | 19.34 | 15.58 | 11.01 | - |
| YUV | 111.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 87 | 0 | 0.40 | 0.44 | 0.39 | 5.22 | 0.28 | 0.48 |
| Hex | 9C | 5D | 57 | 0 | 28 | 2C | 27 | 5 | 1C | 30 |
| Octal | 234 | 135 | 127 | 0 | 50 | 54 | 47 | 5 | 34 | 60 |
| Binary | 10011100 | 1011101 | 1010111 | 0 | 101000 | 101100 | 100111 | 101 | 11100 | 110000 |
Color Harmonies of #9C5D57
Complementary color
Monochromatic Colors of #9C5D57
Black with #9C5D57
Text Example
Text Example
White with #9C5D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D57; }
p { color: rgb(156,93,87); }
H1.HeaderClassName
{
color: #9C5D57;
}
.AnyTagClassName
{
color: #9C5D57;
}
</style>
background-color css
<style>
a { background-color: #9C5D57; }
a { background-color: rgb(156,93,87); }
div.DivClassName
{
background-color: #9C5D57;
}
.BgClassName
{
background-color: #9C5D57;
}
</style>
border-color css
<style>
span { border-color: #9C5D57; }
span { border-color: rgb(156,93,87); }
td.TdClassName
{
border-color: #9C5D57;
}
.TagClassName
{
border-color: #9C5D57;
}
</style>