Shades of Au Chico #9D5E54
Tints of Au Chico #9D5E54
RGB
CMYK
RGB Variations
Color information
#9D5E54 (or 0x9D5E54) is known color: Au Chico. HEX triplet: 9D, 5E and 54. RGB value is (157,94,84). Sum of RGB (Red+Green+Blue) = 157+94+84=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E54 is #62A1AB. Grayscale: #6F6F6F. Windows color (decimal): -6463916 or 5529245. OLE color: 5529245.
HSL color Cylindrical-coordinate representation of color #9D5E54: hue angle of 8.22º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5E54 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 84 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.38 |
| HSL | 8.22º | 0.3% | 0.47% | - |
| HSV(B) | 8.22º | 0.46% | 0.62% | - |
| XYZ | 19.51 | 15.81 | 10.41 | - |
| YUV | 111.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 84 | 0 | 0.40 | 0.46 | 0.38 | 8.22 | 0.3 | 0.47 |
| Hex | 9D | 5E | 54 | 0 | 28 | 2E | 26 | 8 | 1E | 2F |
| Octal | 235 | 136 | 124 | 0 | 50 | 56 | 46 | 10 | 36 | 57 |
| Binary | 10011101 | 1011110 | 1010100 | 0 | 101000 | 101110 | 100110 | 1000 | 11110 | 101111 |
Color Harmonies of #9D5E54
Complementary color
Monochromatic Colors of #9D5E54
Black with #9D5E54
Text Example
Text Example
White with #9D5E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E54; }
p { color: rgb(157,94,84); }
H1.HeaderClassName
{
color: #9D5E54;
}
.AnyTagClassName
{
color: #9D5E54;
}
</style>
background-color css
<style>
a { background-color: #9D5E54; }
a { background-color: rgb(157,94,84); }
div.DivClassName
{
background-color: #9D5E54;
}
.BgClassName
{
background-color: #9D5E54;
}
</style>
border-color css
<style>
span { border-color: #9D5E54; }
span { border-color: rgb(157,94,84); }
td.TdClassName
{
border-color: #9D5E54;
}
.TagClassName
{
border-color: #9D5E54;
}
</style>