Shades of Au Chico #A86656
Tints of Au Chico #A86656
RGB
CMYK
RGB Variations
Color information
#A86656 (or 0xA86656) is known color: Au Chico. HEX triplet: A8, 66 and 56. RGB value is (168,102,86). Sum of RGB (Red+Green+Blue) = 168+102+86=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A86656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86656 is #5799A9. Grayscale: #787878. Windows color (decimal): -5740970 or 5662376. OLE color: 5662376.
HSL color Cylindrical-coordinate representation of color #A86656: hue angle of 11.71º 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 #A86656 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 86 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.34 |
| HSL | 11.71º | 0.32% | 0.5% | - |
| HSV(B) | 11.71º | 0.49% | 0.66% | - |
| XYZ | 22.58 | 18.5 | 11.18 | - |
| YUV | 119.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 86 | 0 | 0.39 | 0.49 | 0.34 | 11.71 | 0.32 | 0.5 |
| Hex | A8 | 66 | 56 | 0 | 27 | 31 | 22 | C | 20 | 32 |
| Octal | 250 | 146 | 126 | 0 | 47 | 61 | 42 | 14 | 40 | 62 |
| Binary | 10101000 | 1100110 | 1010110 | 0 | 100111 | 110001 | 100010 | 1100 | 100000 | 110010 |
Color Harmonies of #A86656
Complementary color
Monochromatic Colors of #A86656
Black with #A86656
Text Example
Text Example
White with #A86656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86656; }
p { color: rgb(168,102,86); }
H1.HeaderClassName
{
color: #A86656;
}
.AnyTagClassName
{
color: #A86656;
}
</style>
background-color css
<style>
a { background-color: #A86656; }
a { background-color: rgb(168,102,86); }
div.DivClassName
{
background-color: #A86656;
}
.BgClassName
{
background-color: #A86656;
}
</style>
border-color css
<style>
span { border-color: #A86656; }
span { border-color: rgb(168,102,86); }
td.TdClassName
{
border-color: #A86656;
}
.TagClassName
{
border-color: #A86656;
}
</style>