Shades of Au Chico #9E5C57
Tints of Au Chico #9E5C57
RGB
CMYK
RGB Variations
Color information
#9E5C57 (or 0x9E5C57) is known color: Au Chico. HEX triplet: 9E, 5C and 57. RGB value is (158,92,87). Sum of RGB (Red+Green+Blue) = 158+92+87=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5C57 is #61A3A8. Grayscale: #6F6F6F. Windows color (decimal): -6398889 or 5725342. OLE color: 5725342.
HSL color Cylindrical-coordinate representation of color #9E5C57: hue angle of 4.23º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E5C57 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 87 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.38 |
| HSL | 4.23º | 0.29% | 0.48% | - |
| HSV(B) | 4.23º | 0.45% | 0.62% | - |
| XYZ | 19.65 | 15.61 | 10.99 | - |
| YUV | 111.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 87 | 0 | 0.42 | 0.45 | 0.38 | 4.23 | 0.29 | 0.48 |
| Hex | 9E | 5C | 57 | 0 | 2A | 2D | 26 | 4 | 1D | 30 |
| Octal | 236 | 134 | 127 | 0 | 52 | 55 | 46 | 4 | 35 | 60 |
| Binary | 10011110 | 1011100 | 1010111 | 0 | 101010 | 101101 | 100110 | 100 | 11101 | 110000 |
Color Harmonies of #9E5C57
Complementary color
Monochromatic Colors of #9E5C57
Black with #9E5C57
Text Example
Text Example
White with #9E5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C57; }
p { color: rgb(158,92,87); }
H1.HeaderClassName
{
color: #9E5C57;
}
.AnyTagClassName
{
color: #9E5C57;
}
</style>
background-color css
<style>
a { background-color: #9E5C57; }
a { background-color: rgb(158,92,87); }
div.DivClassName
{
background-color: #9E5C57;
}
.BgClassName
{
background-color: #9E5C57;
}
</style>
border-color css
<style>
span { border-color: #9E5C57; }
span { border-color: rgb(158,92,87); }
td.TdClassName
{
border-color: #9E5C57;
}
.TagClassName
{
border-color: #9E5C57;
}
</style>