Shades of Au Chico #986256
Tints of Au Chico #986256
RGB
CMYK
RGB Variations
Color information
#986256 (or 0x986256) is known color: Au Chico. HEX triplet: 98, 62 and 56. RGB value is (152,98,86). Sum of RGB (Red+Green+Blue) = 152+98+86=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986256 is #679DA9. Grayscale: #707070. Windows color (decimal): -6790570 or 5661336. OLE color: 5661336.
HSL color Cylindrical-coordinate representation of color #986256: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986256 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 86 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.40 |
| HSL | 10.91º | 0.28% | 0.47% | - |
| HSV(B) | 10.91º | 0.43% | 0.6% | - |
| XYZ | 19 | 16.08 | 10.91 | - |
| YUV | 112.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 86 | 0 | 0.36 | 0.43 | 0.40 | 10.91 | 0.28 | 0.47 |
| Hex | 98 | 62 | 56 | 0 | 24 | 2B | 28 | B | 1C | 2F |
| Octal | 230 | 142 | 126 | 0 | 44 | 53 | 50 | 13 | 34 | 57 |
| Binary | 10011000 | 1100010 | 1010110 | 0 | 100100 | 101011 | 101000 | 1011 | 11100 | 101111 |
Color Harmonies of #986256
Complementary color
Monochromatic Colors of #986256
Black with #986256
Text Example
Text Example
White with #986256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986256; }
p { color: rgb(152,98,86); }
H1.HeaderClassName
{
color: #986256;
}
.AnyTagClassName
{
color: #986256;
}
</style>
background-color css
<style>
a { background-color: #986256; }
a { background-color: rgb(152,98,86); }
div.DivClassName
{
background-color: #986256;
}
.BgClassName
{
background-color: #986256;
}
</style>
border-color css
<style>
span { border-color: #986256; }
span { border-color: rgb(152,98,86); }
td.TdClassName
{
border-color: #986256;
}
.TagClassName
{
border-color: #986256;
}
</style>