Shades of Au Chico #A86356
Tints of Au Chico #A86356
RGB
CMYK
RGB Variations
Color information
#A86356 (or 0xA86356) is known color: Au Chico. HEX triplet: A8, 63 and 56. RGB value is (168,99,86). Sum of RGB (Red+Green+Blue) = 168+99+86=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A86356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86356 is #579CA9. Grayscale: #767676. Windows color (decimal): -5741738 or 5661608. OLE color: 5661608.
HSL color Cylindrical-coordinate representation of color #A86356: hue angle of 9.51º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86356 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 86 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.34 |
| HSL | 9.51º | 0.32% | 0.5% | - |
| HSV(B) | 9.51º | 0.49% | 0.66% | - |
| XYZ | 22.29 | 17.92 | 11.09 | - |
| YUV | 118.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 86 | 0 | 0.41 | 0.49 | 0.34 | 9.51 | 0.32 | 0.5 |
| Hex | A8 | 63 | 56 | 0 | 29 | 31 | 22 | A | 20 | 32 |
| Octal | 250 | 143 | 126 | 0 | 51 | 61 | 42 | 12 | 40 | 62 |
| Binary | 10101000 | 1100011 | 1010110 | 0 | 101001 | 110001 | 100010 | 1010 | 100000 | 110010 |
Color Harmonies of #A86356
Complementary color
Monochromatic Colors of #A86356
Black with #A86356
Text Example
Text Example
White with #A86356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86356; }
p { color: rgb(168,99,86); }
H1.HeaderClassName
{
color: #A86356;
}
.AnyTagClassName
{
color: #A86356;
}
</style>
background-color css
<style>
a { background-color: #A86356; }
a { background-color: rgb(168,99,86); }
div.DivClassName
{
background-color: #A86356;
}
.BgClassName
{
background-color: #A86356;
}
</style>
border-color css
<style>
span { border-color: #A86356; }
span { border-color: rgb(168,99,86); }
td.TdClassName
{
border-color: #A86356;
}
.TagClassName
{
border-color: #A86356;
}
</style>