Shades of Au Chico #9D5D51
Tints of Au Chico #9D5D51
RGB
CMYK
RGB Variations
Color information
#9D5D51 (or 0x9D5D51) is known color: Au Chico. HEX triplet: 9D, 5D and 51. RGB value is (157,93,81). Sum of RGB (Red+Green+Blue) = 157+93+81=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5D51 is #62A2AE. Grayscale: #6E6E6E. Windows color (decimal): -6464175 or 5332381. OLE color: 5332381.
HSL color Cylindrical-coordinate representation of color #9D5D51: hue angle of 9.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5D51 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 81 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.38 |
| HSL | 9.47º | 0.32% | 0.47% | - |
| HSV(B) | 9.47º | 0.48% | 0.62% | - |
| XYZ | 19.3 | 15.59 | 9.78 | - |
| YUV | 110.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 81 | 0 | 0.41 | 0.48 | 0.38 | 9.47 | 0.32 | 0.47 |
| Hex | 9D | 5D | 51 | 0 | 29 | 30 | 26 | 9 | 20 | 2F |
| Octal | 235 | 135 | 121 | 0 | 51 | 60 | 46 | 11 | 40 | 57 |
| Binary | 10011101 | 1011101 | 1010001 | 0 | 101001 | 110000 | 100110 | 1001 | 100000 | 101111 |
Color Harmonies of #9D5D51
Complementary color
Monochromatic Colors of #9D5D51
Black with #9D5D51
Text Example
Text Example
White with #9D5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D51; }
p { color: rgb(157,93,81); }
H1.HeaderClassName
{
color: #9D5D51;
}
.AnyTagClassName
{
color: #9D5D51;
}
</style>
background-color css
<style>
a { background-color: #9D5D51; }
a { background-color: rgb(157,93,81); }
div.DivClassName
{
background-color: #9D5D51;
}
.BgClassName
{
background-color: #9D5D51;
}
</style>
border-color css
<style>
span { border-color: #9D5D51; }
span { border-color: rgb(157,93,81); }
td.TdClassName
{
border-color: #9D5D51;
}
.TagClassName
{
border-color: #9D5D51;
}
</style>