Shades of Au Chico #A86556
Tints of Au Chico #A86556
RGB
CMYK
RGB Variations
Color information
#A86556 (or 0xA86556) is known color: Au Chico. HEX triplet: A8, 65 and 56. RGB value is (168,101,86). Sum of RGB (Red+Green+Blue) = 168+101+86=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A86556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86556 is #579AA9. Grayscale: #777777. Windows color (decimal): -5741226 or 5662120. OLE color: 5662120.
HSL color Cylindrical-coordinate representation of color #A86556: hue angle of 10.98º 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 #A86556 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 86 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.34 |
| HSL | 10.98º | 0.32% | 0.5% | - |
| HSV(B) | 10.98º | 0.49% | 0.66% | - |
| XYZ | 22.48 | 18.3 | 11.15 | - |
| YUV | 119.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 86 | 0 | 0.40 | 0.49 | 0.34 | 10.98 | 0.32 | 0.5 |
| Hex | A8 | 65 | 56 | 0 | 28 | 31 | 22 | B | 20 | 32 |
| Octal | 250 | 145 | 126 | 0 | 50 | 61 | 42 | 13 | 40 | 62 |
| Binary | 10101000 | 1100101 | 1010110 | 0 | 101000 | 110001 | 100010 | 1011 | 100000 | 110010 |
Color Harmonies of #A86556
Complementary color
Monochromatic Colors of #A86556
Black with #A86556
Text Example
Text Example
White with #A86556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86556; }
p { color: rgb(168,101,86); }
H1.HeaderClassName
{
color: #A86556;
}
.AnyTagClassName
{
color: #A86556;
}
</style>
background-color css
<style>
a { background-color: #A86556; }
a { background-color: rgb(168,101,86); }
div.DivClassName
{
background-color: #A86556;
}
.BgClassName
{
background-color: #A86556;
}
</style>
border-color css
<style>
span { border-color: #A86556; }
span { border-color: rgb(168,101,86); }
td.TdClassName
{
border-color: #A86556;
}
.TagClassName
{
border-color: #A86556;
}
</style>