Shades of Au Chico #9C5E50
Tints of Au Chico #9C5E50
RGB
CMYK
RGB Variations
Color information
#9C5E50 (or 0x9C5E50) is known color: Au Chico. HEX triplet: 9C, 5E and 50. RGB value is (156,94,80). Sum of RGB (Red+Green+Blue) = 156+94+80=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E50 is #63A1AF. Grayscale: #6F6F6F. Windows color (decimal): -6529456 or 5267100. OLE color: 5267100.
HSL color Cylindrical-coordinate representation of color #9C5E50: hue angle of 11.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C5E50 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 80 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.39 |
| HSL | 11.05º | 0.32% | 0.46% | - |
| HSV(B) | 11.05º | 0.49% | 0.61% | - |
| XYZ | 19.16 | 15.65 | 9.6 | - |
| YUV | 110.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 80 | 0 | 0.40 | 0.49 | 0.39 | 11.05 | 0.32 | 0.46 |
| Hex | 9C | 5E | 50 | 0 | 28 | 31 | 27 | B | 20 | 2E |
| Octal | 234 | 136 | 120 | 0 | 50 | 61 | 47 | 13 | 40 | 56 |
| Binary | 10011100 | 1011110 | 1010000 | 0 | 101000 | 110001 | 100111 | 1011 | 100000 | 101110 |
Color Harmonies of #9C5E50
Complementary color
Monochromatic Colors of #9C5E50
Black with #9C5E50
Text Example
Text Example
White with #9C5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E50; }
p { color: rgb(156,94,80); }
H1.HeaderClassName
{
color: #9C5E50;
}
.AnyTagClassName
{
color: #9C5E50;
}
</style>
background-color css
<style>
a { background-color: #9C5E50; }
a { background-color: rgb(156,94,80); }
div.DivClassName
{
background-color: #9C5E50;
}
.BgClassName
{
background-color: #9C5E50;
}
</style>
border-color css
<style>
span { border-color: #9C5E50; }
span { border-color: rgb(156,94,80); }
td.TdClassName
{
border-color: #9C5E50;
}
.TagClassName
{
border-color: #9C5E50;
}
</style>