Shades of Au Chico #985D55
Tints of Au Chico #985D55
RGB
CMYK
RGB Variations
Color information
#985D55 (or 0x985D55) is known color: Au Chico. HEX triplet: 98, 5D and 55. RGB value is (152,93,85). Sum of RGB (Red+Green+Blue) = 152+93+85=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #985D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D55 is #67A2AA. Grayscale: #6D6D6D. Windows color (decimal): -6791851 or 5594520. OLE color: 5594520.
HSL color Cylindrical-coordinate representation of color #985D55: hue angle of 7.16º 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 #985D55 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 85 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.40 |
| HSL | 7.16º | 0.28% | 0.46% | - |
| HSV(B) | 7.16º | 0.44% | 0.6% | - |
| XYZ | 18.5 | 15.16 | 10.55 | - |
| YUV | 109.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 85 | 0 | 0.39 | 0.44 | 0.40 | 7.16 | 0.28 | 0.46 |
| Hex | 98 | 5D | 55 | 0 | 27 | 2C | 28 | 7 | 1C | 2E |
| Octal | 230 | 135 | 125 | 0 | 47 | 54 | 50 | 7 | 34 | 56 |
| Binary | 10011000 | 1011101 | 1010101 | 0 | 100111 | 101100 | 101000 | 111 | 11100 | 101110 |
Color Harmonies of #985D55
Complementary color
Monochromatic Colors of #985D55
Black with #985D55
Text Example
Text Example
White with #985D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D55; }
p { color: rgb(152,93,85); }
H1.HeaderClassName
{
color: #985D55;
}
.AnyTagClassName
{
color: #985D55;
}
</style>
background-color css
<style>
a { background-color: #985D55; }
a { background-color: rgb(152,93,85); }
div.DivClassName
{
background-color: #985D55;
}
.BgClassName
{
background-color: #985D55;
}
</style>
border-color css
<style>
span { border-color: #985D55; }
span { border-color: rgb(152,93,85); }
td.TdClassName
{
border-color: #985D55;
}
.TagClassName
{
border-color: #985D55;
}
</style>