Shades of Au Chico #985E54
Tints of Au Chico #985E54
RGB
CMYK
RGB Variations
Color information
#985E54 (or 0x985E54) is known color: Au Chico. HEX triplet: 98, 5E and 54. RGB value is (152,94,84). Sum of RGB (Red+Green+Blue) = 152+94+84=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #985E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E54 is #67A1AB. Grayscale: #6E6E6E. Windows color (decimal): -6791596 or 5529240. OLE color: 5529240.
HSL color Cylindrical-coordinate representation of color #985E54: hue angle of 8.82º 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 #985E54 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 84 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.40 |
| HSL | 8.82º | 0.29% | 0.46% | - |
| HSV(B) | 8.82º | 0.45% | 0.6% | - |
| XYZ | 18.55 | 15.32 | 10.37 | - |
| YUV | 110.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 84 | 0 | 0.38 | 0.45 | 0.40 | 8.82 | 0.29 | 0.46 |
| Hex | 98 | 5E | 54 | 0 | 26 | 2D | 28 | 9 | 1D | 2E |
| Octal | 230 | 136 | 124 | 0 | 46 | 55 | 50 | 11 | 35 | 56 |
| Binary | 10011000 | 1011110 | 1010100 | 0 | 100110 | 101101 | 101000 | 1001 | 11101 | 101110 |
Color Harmonies of #985E54
Complementary color
Monochromatic Colors of #985E54
Black with #985E54
Text Example
Text Example
White with #985E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E54; }
p { color: rgb(152,94,84); }
H1.HeaderClassName
{
color: #985E54;
}
.AnyTagClassName
{
color: #985E54;
}
</style>
background-color css
<style>
a { background-color: #985E54; }
a { background-color: rgb(152,94,84); }
div.DivClassName
{
background-color: #985E54;
}
.BgClassName
{
background-color: #985E54;
}
</style>
border-color css
<style>
span { border-color: #985E54; }
span { border-color: rgb(152,94,84); }
td.TdClassName
{
border-color: #985E54;
}
.TagClassName
{
border-color: #985E54;
}
</style>