Shades of Au Chico #996159
Tints of Au Chico #996159
RGB
CMYK
RGB Variations
Color information
#996159 (or 0x996159) is known color: Au Chico. HEX triplet: 99, 61 and 59. RGB value is (153,97,89). Sum of RGB (Red+Green+Blue) = 153+97+89=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996159 is #669EA6. Grayscale: #707070. Windows color (decimal): -6725287 or 5857689. OLE color: 5857689.
HSL color Cylindrical-coordinate representation of color #996159: hue angle of 7.5º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996159 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 89 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.4 |
| HSL | 7.5º | 0.26% | 0.47% | - |
| HSV(B) | 7.5º | 0.42% | 0.6% | - |
| XYZ | 19.21 | 16.04 | 11.54 | - |
| YUV | 112.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 89 | 0 | 0.37 | 0.42 | 0.4 | 7.5 | 0.26 | 0.47 |
| Hex | 99 | 61 | 59 | 0 | 25 | 2A | 28 | 8 | 1A | 2F |
| Octal | 231 | 141 | 131 | 0 | 45 | 52 | 50 | 10 | 32 | 57 |
| Binary | 10011001 | 1100001 | 1011001 | 0 | 100101 | 101010 | 101000 | 1000 | 11010 | 101111 |
Color Harmonies of #996159
Complementary color
Monochromatic Colors of #996159
Black with #996159
Text Example
Text Example
White with #996159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996159; }
p { color: rgb(153,97,89); }
H1.HeaderClassName
{
color: #996159;
}
.AnyTagClassName
{
color: #996159;
}
</style>
background-color css
<style>
a { background-color: #996159; }
a { background-color: rgb(153,97,89); }
div.DivClassName
{
background-color: #996159;
}
.BgClassName
{
background-color: #996159;
}
</style>
border-color css
<style>
span { border-color: #996159; }
span { border-color: rgb(153,97,89); }
td.TdClassName
{
border-color: #996159;
}
.TagClassName
{
border-color: #996159;
}
</style>