Shades of Au Chico #986A59
Tints of Au Chico #986A59
RGB
CMYK
RGB Variations
Color information
#986A59 (or 0x986A59) is known color: Au Chico. HEX triplet: 98, 6A and 59. RGB value is (152,106,89). Sum of RGB (Red+Green+Blue) = 152+106+89=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #986A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A59 is #6795A6. Grayscale: #757575. Windows color (decimal): -6788519 or 5859992. OLE color: 5859992.
HSL color Cylindrical-coordinate representation of color #986A59: hue angle of 16.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986A59 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 89 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.40 |
| HSL | 16.19º | 0.26% | 0.47% | - |
| HSV(B) | 16.19º | 0.41% | 0.6% | - |
| XYZ | 19.91 | 17.7 | 11.82 | - |
| YUV | 117.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 89 | 0 | 0.30 | 0.41 | 0.40 | 16.19 | 0.26 | 0.47 |
| Hex | 98 | 6A | 59 | 0 | 1E | 29 | 28 | 10 | 1A | 2F |
| Octal | 230 | 152 | 131 | 0 | 36 | 51 | 50 | 20 | 32 | 57 |
| Binary | 10011000 | 1101010 | 1011001 | 0 | 11110 | 101001 | 101000 | 10000 | 11010 | 101111 |
Color Harmonies of #986A59
Complementary color
Monochromatic Colors of #986A59
Black with #986A59
Text Example
Text Example
White with #986A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A59; }
p { color: rgb(152,106,89); }
H1.HeaderClassName
{
color: #986A59;
}
.AnyTagClassName
{
color: #986A59;
}
</style>
background-color css
<style>
a { background-color: #986A59; }
a { background-color: rgb(152,106,89); }
div.DivClassName
{
background-color: #986A59;
}
.BgClassName
{
background-color: #986A59;
}
</style>
border-color css
<style>
span { border-color: #986A59; }
span { border-color: rgb(152,106,89); }
td.TdClassName
{
border-color: #986A59;
}
.TagClassName
{
border-color: #986A59;
}
</style>