Shades of Au Chico #985E51
Tints of Au Chico #985E51
RGB
CMYK
RGB Variations
Color information
#985E51 (or 0x985E51) is known color: Au Chico. HEX triplet: 98, 5E and 51. RGB value is (152,94,81). Sum of RGB (Red+Green+Blue) = 152+94+81=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E51 is #67A1AE. Grayscale: #6D6D6D. Windows color (decimal): -6791599 or 5332632. OLE color: 5332632.
HSL color Cylindrical-coordinate representation of color #985E51: hue angle of 10.99º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985E51 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 81 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.40 |
| HSL | 10.99º | 0.3% | 0.46% | - |
| HSV(B) | 10.99º | 0.47% | 0.6% | - |
| XYZ | 18.44 | 15.27 | 9.76 | - |
| YUV | 109.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 81 | 0 | 0.38 | 0.47 | 0.40 | 10.99 | 0.3 | 0.46 |
| Hex | 98 | 5E | 51 | 0 | 26 | 2F | 28 | B | 1E | 2E |
| Octal | 230 | 136 | 121 | 0 | 46 | 57 | 50 | 13 | 36 | 56 |
| Binary | 10011000 | 1011110 | 1010001 | 0 | 100110 | 101111 | 101000 | 1011 | 11110 | 101110 |
Color Harmonies of #985E51
Complementary color
Monochromatic Colors of #985E51
Black with #985E51
Text Example
Text Example
White with #985E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E51; }
p { color: rgb(152,94,81); }
H1.HeaderClassName
{
color: #985E51;
}
.AnyTagClassName
{
color: #985E51;
}
</style>
background-color css
<style>
a { background-color: #985E51; }
a { background-color: rgb(152,94,81); }
div.DivClassName
{
background-color: #985E51;
}
.BgClassName
{
background-color: #985E51;
}
</style>
border-color css
<style>
span { border-color: #985E51; }
span { border-color: rgb(152,94,81); }
td.TdClassName
{
border-color: #985E51;
}
.TagClassName
{
border-color: #985E51;
}
</style>