Shades of Au Chico #9D6958
Tints of Au Chico #9D6958
RGB
CMYK
RGB Variations
Color information
#9D6958 (or 0x9D6958) is known color: Au Chico. HEX triplet: 9D, 69 and 58. RGB value is (157,105,88). Sum of RGB (Red+Green+Blue) = 157+105+88=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6958 is #6296A7. Grayscale: #767676. Windows color (decimal): -6461096 or 5794205. OLE color: 5794205.
HSL color Cylindrical-coordinate representation of color #9D6958: hue angle of 14.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D6958 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 105 | 88 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.38 |
| HSL | 14.78º | 0.28% | 0.48% | - |
| HSV(B) | 14.78º | 0.44% | 0.62% | - |
| XYZ | 20.72 | 17.98 | 11.61 | - |
| YUV | 118.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 88 | 0 | 0.33 | 0.44 | 0.38 | 14.78 | 0.28 | 0.48 |
| Hex | 9D | 69 | 58 | 0 | 21 | 2C | 26 | F | 1C | 30 |
| Octal | 235 | 151 | 130 | 0 | 41 | 54 | 46 | 17 | 34 | 60 |
| Binary | 10011101 | 1101001 | 1011000 | 0 | 100001 | 101100 | 100110 | 1111 | 11100 | 110000 |
Color Harmonies of #9D6958
Complementary color
Monochromatic Colors of #9D6958
Black with #9D6958
Text Example
Text Example
White with #9D6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6958; }
p { color: rgb(157,105,88); }
H1.HeaderClassName
{
color: #9D6958;
}
.AnyTagClassName
{
color: #9D6958;
}
</style>
background-color css
<style>
a { background-color: #9D6958; }
a { background-color: rgb(157,105,88); }
div.DivClassName
{
background-color: #9D6958;
}
.BgClassName
{
background-color: #9D6958;
}
</style>
border-color css
<style>
span { border-color: #9D6958; }
span { border-color: rgb(157,105,88); }
td.TdClassName
{
border-color: #9D6958;
}
.TagClassName
{
border-color: #9D6958;
}
</style>