Shades of Au Chico #9B5F57
Tints of Au Chico #9B5F57
RGB
CMYK
RGB Variations
Color information
#9B5F57 (or 0x9B5F57) is known color: Au Chico. HEX triplet: 9B, 5F and 57. RGB value is (155,95,87). Sum of RGB (Red+Green+Blue) = 155+95+87=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5F57 is #64A0A8. Grayscale: #707070. Windows color (decimal): -6594729 or 5726107. OLE color: 5726107.
HSL color Cylindrical-coordinate representation of color #9B5F57: hue angle of 7.06º 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 #9B5F57 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 95 | 87 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.39 |
| HSL | 7.06º | 0.28% | 0.47% | - |
| HSV(B) | 7.06º | 0.44% | 0.61% | - |
| XYZ | 19.33 | 15.84 | 11.06 | - |
| YUV | 112.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 87 | 0 | 0.39 | 0.44 | 0.39 | 7.06 | 0.28 | 0.47 |
| Hex | 9B | 5F | 57 | 0 | 27 | 2C | 27 | 7 | 1C | 2F |
| Octal | 233 | 137 | 127 | 0 | 47 | 54 | 47 | 7 | 34 | 57 |
| Binary | 10011011 | 1011111 | 1010111 | 0 | 100111 | 101100 | 100111 | 111 | 11100 | 101111 |
Color Harmonies of #9B5F57
Complementary color
Monochromatic Colors of #9B5F57
Black with #9B5F57
Text Example
Text Example
White with #9B5F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5F57; }
p { color: rgb(155,95,87); }
H1.HeaderClassName
{
color: #9B5F57;
}
.AnyTagClassName
{
color: #9B5F57;
}
</style>
background-color css
<style>
a { background-color: #9B5F57; }
a { background-color: rgb(155,95,87); }
div.DivClassName
{
background-color: #9B5F57;
}
.BgClassName
{
background-color: #9B5F57;
}
</style>
border-color css
<style>
span { border-color: #9B5F57; }
span { border-color: rgb(155,95,87); }
td.TdClassName
{
border-color: #9B5F57;
}
.TagClassName
{
border-color: #9B5F57;
}
</style>