Shades of Au Chico #9B5D57
Tints of Au Chico #9B5D57
RGB
CMYK
RGB Variations
Color information
#9B5D57 (or 0x9B5D57) is known color: Au Chico. HEX triplet: 9B, 5D and 57. RGB value is (155,93,87). Sum of RGB (Red+Green+Blue) = 155+93+87=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D57 is #64A2A8. Grayscale: #6E6E6E. Windows color (decimal): -6595241 or 5725595. OLE color: 5725595.
HSL color Cylindrical-coordinate representation of color #9B5D57: hue angle of 5.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B5D57 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 87 | - |
| CMYK | 0 | 0.4 | 0.44 | 0.39 |
| HSL | 5.29º | 0.28% | 0.47% | - |
| HSV(B) | 5.29º | 0.44% | 0.61% | - |
| XYZ | 19.15 | 15.49 | 11 | - |
| YUV | 110.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 87 | 0 | 0.4 | 0.44 | 0.39 | 5.29 | 0.28 | 0.47 |
| Hex | 9B | 5D | 57 | 0 | 28 | 2C | 27 | 5 | 1C | 2F |
| Octal | 233 | 135 | 127 | 0 | 50 | 54 | 47 | 5 | 34 | 57 |
| Binary | 10011011 | 1011101 | 1010111 | 0 | 101000 | 101100 | 100111 | 101 | 11100 | 101111 |
Color Harmonies of #9B5D57
Complementary color
Monochromatic Colors of #9B5D57
Black with #9B5D57
Text Example
Text Example
White with #9B5D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D57; }
p { color: rgb(155,93,87); }
H1.HeaderClassName
{
color: #9B5D57;
}
.AnyTagClassName
{
color: #9B5D57;
}
</style>
background-color css
<style>
a { background-color: #9B5D57; }
a { background-color: rgb(155,93,87); }
div.DivClassName
{
background-color: #9B5D57;
}
.BgClassName
{
background-color: #9B5D57;
}
</style>
border-color css
<style>
span { border-color: #9B5D57; }
span { border-color: rgb(155,93,87); }
td.TdClassName
{
border-color: #9B5D57;
}
.TagClassName
{
border-color: #9B5D57;
}
</style>