Shades of Au Chico #A86557
Tints of Au Chico #A86557
RGB
CMYK
RGB Variations
Color information
#A86557 (or 0xA86557) is known color: Au Chico. HEX triplet: A8, 65 and 57. RGB value is (168,101,87). Sum of RGB (Red+Green+Blue) = 168+101+87=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A86557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86557 is #579AA8. Grayscale: #777777. Windows color (decimal): -5741225 or 5727656. OLE color: 5727656.
HSL color Cylindrical-coordinate representation of color #A86557: hue angle of 10.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86557 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 87 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.34 |
| HSL | 10.37º | 0.32% | 0.5% | - |
| HSV(B) | 10.37º | 0.48% | 0.66% | - |
| XYZ | 22.52 | 18.32 | 11.37 | - |
| YUV | 119.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 87 | 0 | 0.40 | 0.48 | 0.34 | 10.37 | 0.32 | 0.5 |
| Hex | A8 | 65 | 57 | 0 | 28 | 30 | 22 | A | 20 | 32 |
| Octal | 250 | 145 | 127 | 0 | 50 | 60 | 42 | 12 | 40 | 62 |
| Binary | 10101000 | 1100101 | 1010111 | 0 | 101000 | 110000 | 100010 | 1010 | 100000 | 110010 |
Color Harmonies of #A86557
Complementary color
Monochromatic Colors of #A86557
Black with #A86557
Text Example
Text Example
White with #A86557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86557; }
p { color: rgb(168,101,87); }
H1.HeaderClassName
{
color: #A86557;
}
.AnyTagClassName
{
color: #A86557;
}
</style>
background-color css
<style>
a { background-color: #A86557; }
a { background-color: rgb(168,101,87); }
div.DivClassName
{
background-color: #A86557;
}
.BgClassName
{
background-color: #A86557;
}
</style>
border-color css
<style>
span { border-color: #A86557; }
span { border-color: rgb(168,101,87); }
td.TdClassName
{
border-color: #A86557;
}
.TagClassName
{
border-color: #A86557;
}
</style>