Shades of Au Chico #9D5E51
Tints of Au Chico #9D5E51
RGB
CMYK
RGB Variations
Color information
#9D5E51 (or 0x9D5E51) is known color: Au Chico. HEX triplet: 9D, 5E and 51. RGB value is (157,94,81). Sum of RGB (Red+Green+Blue) = 157+94+81=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E51 is #62A1AE. Grayscale: #6F6F6F. Windows color (decimal): -6463919 or 5332637. OLE color: 5332637.
HSL color Cylindrical-coordinate representation of color #9D5E51: hue angle of 10.26º 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 #9D5E51 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 81 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.38 |
| HSL | 10.26º | 0.32% | 0.47% | - |
| HSV(B) | 10.26º | 0.48% | 0.62% | - |
| XYZ | 19.39 | 15.77 | 9.81 | - |
| YUV | 111.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 81 | 0 | 0.40 | 0.48 | 0.38 | 10.26 | 0.32 | 0.47 |
| Hex | 9D | 5E | 51 | 0 | 28 | 30 | 26 | A | 20 | 2F |
| Octal | 235 | 136 | 121 | 0 | 50 | 60 | 46 | 12 | 40 | 57 |
| Binary | 10011101 | 1011110 | 1010001 | 0 | 101000 | 110000 | 100110 | 1010 | 100000 | 101111 |
Color Harmonies of #9D5E51
Complementary color
Monochromatic Colors of #9D5E51
Black with #9D5E51
Text Example
Text Example
White with #9D5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E51; }
p { color: rgb(157,94,81); }
H1.HeaderClassName
{
color: #9D5E51;
}
.AnyTagClassName
{
color: #9D5E51;
}
</style>
background-color css
<style>
a { background-color: #9D5E51; }
a { background-color: rgb(157,94,81); }
div.DivClassName
{
background-color: #9D5E51;
}
.BgClassName
{
background-color: #9D5E51;
}
</style>
border-color css
<style>
span { border-color: #9D5E51; }
span { border-color: rgb(157,94,81); }
td.TdClassName
{
border-color: #9D5E51;
}
.TagClassName
{
border-color: #9D5E51;
}
</style>