Shades of Au Chico #9B5E50
Tints of Au Chico #9B5E50
RGB
CMYK
RGB Variations
Color information
#9B5E50 (or 0x9B5E50) is known color: Au Chico. HEX triplet: 9B, 5E and 50. RGB value is (155,94,80). Sum of RGB (Red+Green+Blue) = 155+94+80=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E50 is #64A1AF. Grayscale: #6E6E6E. Windows color (decimal): -6594992 or 5267099. OLE color: 5267099.
HSL color Cylindrical-coordinate representation of color #9B5E50: hue angle of 11.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5E50 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 80 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.39 |
| HSL | 11.2º | 0.32% | 0.46% | - |
| HSV(B) | 11.2º | 0.48% | 0.61% | - |
| XYZ | 18.97 | 15.55 | 9.59 | - |
| YUV | 110.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 80 | 0 | 0.39 | 0.48 | 0.39 | 11.2 | 0.32 | 0.46 |
| Hex | 9B | 5E | 50 | 0 | 27 | 30 | 27 | B | 20 | 2E |
| Octal | 233 | 136 | 120 | 0 | 47 | 60 | 47 | 13 | 40 | 56 |
| Binary | 10011011 | 1011110 | 1010000 | 0 | 100111 | 110000 | 100111 | 1011 | 100000 | 101110 |
Color Harmonies of #9B5E50
Complementary color
Monochromatic Colors of #9B5E50
Black with #9B5E50
Text Example
Text Example
White with #9B5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E50; }
p { color: rgb(155,94,80); }
H1.HeaderClassName
{
color: #9B5E50;
}
.AnyTagClassName
{
color: #9B5E50;
}
</style>
background-color css
<style>
a { background-color: #9B5E50; }
a { background-color: rgb(155,94,80); }
div.DivClassName
{
background-color: #9B5E50;
}
.BgClassName
{
background-color: #9B5E50;
}
</style>
border-color css
<style>
span { border-color: #9B5E50; }
span { border-color: rgb(155,94,80); }
td.TdClassName
{
border-color: #9B5E50;
}
.TagClassName
{
border-color: #9B5E50;
}
</style>