Shades of Au Chico #985E55
Tints of Au Chico #985E55
RGB
CMYK
RGB Variations
Color information
#985E55 (or 0x985E55) is known color: Au Chico. HEX triplet: 98, 5E and 55. RGB value is (152,94,85). Sum of RGB (Red+Green+Blue) = 152+94+85=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #985E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E55 is #67A1AA. Grayscale: #6E6E6E. Windows color (decimal): -6791595 or 5594776. OLE color: 5594776.
HSL color Cylindrical-coordinate representation of color #985E55: hue angle of 8.06º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985E55 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 85 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.40 |
| HSL | 8.06º | 0.28% | 0.46% | - |
| HSV(B) | 8.06º | 0.44% | 0.6% | - |
| XYZ | 18.59 | 15.34 | 10.57 | - |
| YUV | 110.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 85 | 0 | 0.38 | 0.44 | 0.40 | 8.06 | 0.28 | 0.46 |
| Hex | 98 | 5E | 55 | 0 | 26 | 2C | 28 | 8 | 1C | 2E |
| Octal | 230 | 136 | 125 | 0 | 46 | 54 | 50 | 10 | 34 | 56 |
| Binary | 10011000 | 1011110 | 1010101 | 0 | 100110 | 101100 | 101000 | 1000 | 11100 | 101110 |
Color Harmonies of #985E55
Complementary color
Monochromatic Colors of #985E55
Black with #985E55
Text Example
Text Example
White with #985E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E55; }
p { color: rgb(152,94,85); }
H1.HeaderClassName
{
color: #985E55;
}
.AnyTagClassName
{
color: #985E55;
}
</style>
background-color css
<style>
a { background-color: #985E55; }
a { background-color: rgb(152,94,85); }
div.DivClassName
{
background-color: #985E55;
}
.BgClassName
{
background-color: #985E55;
}
</style>
border-color css
<style>
span { border-color: #985E55; }
span { border-color: rgb(152,94,85); }
td.TdClassName
{
border-color: #985E55;
}
.TagClassName
{
border-color: #985E55;
}
</style>