Shades of Au Chico #985D53
Tints of Au Chico #985D53
RGB
CMYK
RGB Variations
Color information
#985D53 (or 0x985D53) is known color: Au Chico. HEX triplet: 98, 5D and 53. RGB value is (152,93,83). Sum of RGB (Red+Green+Blue) = 152+93+83=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D53 is #67A2AC. Grayscale: #6D6D6D. Windows color (decimal): -6791853 or 5463448. OLE color: 5463448.
HSL color Cylindrical-coordinate representation of color #985D53: hue angle of 8.7º 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 #985D53 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 93 | 83 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.40 |
| HSL | 8.7º | 0.29% | 0.46% | - |
| HSV(B) | 8.7º | 0.45% | 0.6% | - |
| XYZ | 18.42 | 15.13 | 10.13 | - |
| YUV | 109.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 83 | 0 | 0.39 | 0.45 | 0.40 | 8.7 | 0.29 | 0.46 |
| Hex | 98 | 5D | 53 | 0 | 27 | 2D | 28 | 9 | 1D | 2E |
| Octal | 230 | 135 | 123 | 0 | 47 | 55 | 50 | 11 | 35 | 56 |
| Binary | 10011000 | 1011101 | 1010011 | 0 | 100111 | 101101 | 101000 | 1001 | 11101 | 101110 |
Color Harmonies of #985D53
Complementary color
Monochromatic Colors of #985D53
Black with #985D53
Text Example
Text Example
White with #985D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985D53; }
p { color: rgb(152,93,83); }
H1.HeaderClassName
{
color: #985D53;
}
.AnyTagClassName
{
color: #985D53;
}
</style>
background-color css
<style>
a { background-color: #985D53; }
a { background-color: rgb(152,93,83); }
div.DivClassName
{
background-color: #985D53;
}
.BgClassName
{
background-color: #985D53;
}
</style>
border-color css
<style>
span { border-color: #985D53; }
span { border-color: rgb(152,93,83); }
td.TdClassName
{
border-color: #985D53;
}
.TagClassName
{
border-color: #985D53;
}
</style>