Shades of Au Chico #985E53
Tints of Au Chico #985E53
RGB
CMYK
RGB Variations
Color information
#985E53 (or 0x985E53) is known color: Au Chico. HEX triplet: 98, 5E and 53. RGB value is (152,94,83). Sum of RGB (Red+Green+Blue) = 152+94+83=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #985E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E53 is #67A1AC. Grayscale: #6E6E6E. Windows color (decimal): -6791597 or 5463704. OLE color: 5463704.
HSL color Cylindrical-coordinate representation of color #985E53: hue angle of 9.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985E53 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 83 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.40 |
| HSL | 9.57º | 0.29% | 0.46% | - |
| HSV(B) | 9.57º | 0.45% | 0.6% | - |
| XYZ | 18.51 | 15.31 | 10.16 | - |
| YUV | 110.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 83 | 0 | 0.38 | 0.45 | 0.40 | 9.57 | 0.29 | 0.46 |
| Hex | 98 | 5E | 53 | 0 | 26 | 2D | 28 | A | 1D | 2E |
| Octal | 230 | 136 | 123 | 0 | 46 | 55 | 50 | 12 | 35 | 56 |
| Binary | 10011000 | 1011110 | 1010011 | 0 | 100110 | 101101 | 101000 | 1010 | 11101 | 101110 |
Color Harmonies of #985E53
Complementary color
Monochromatic Colors of #985E53
Black with #985E53
Text Example
Text Example
White with #985E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E53; }
p { color: rgb(152,94,83); }
H1.HeaderClassName
{
color: #985E53;
}
.AnyTagClassName
{
color: #985E53;
}
</style>
background-color css
<style>
a { background-color: #985E53; }
a { background-color: rgb(152,94,83); }
div.DivClassName
{
background-color: #985E53;
}
.BgClassName
{
background-color: #985E53;
}
</style>
border-color css
<style>
span { border-color: #985E53; }
span { border-color: rgb(152,94,83); }
td.TdClassName
{
border-color: #985E53;
}
.TagClassName
{
border-color: #985E53;
}
</style>