Shades of Au Chico #A86156
Tints of Au Chico #A86156
RGB
CMYK
RGB Variations
Color information
#A86156 (or 0xA86156) is known color: Au Chico. HEX triplet: A8, 61 and 56. RGB value is (168,97,86). Sum of RGB (Red+Green+Blue) = 168+97+86=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A86156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86156 is #579EA9. Grayscale: #757575. Windows color (decimal): -5742250 or 5661096. OLE color: 5661096.
HSL color Cylindrical-coordinate representation of color #A86156: hue angle of 8.05º 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 #A86156 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 86 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.34 |
| HSL | 8.05º | 0.32% | 0.5% | - |
| HSV(B) | 8.05º | 0.49% | 0.66% | - |
| XYZ | 22.1 | 17.55 | 11.03 | - |
| YUV | 116.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 86 | 0 | 0.42 | 0.49 | 0.34 | 8.05 | 0.32 | 0.5 |
| Hex | A8 | 61 | 56 | 0 | 2A | 31 | 22 | 8 | 20 | 32 |
| Octal | 250 | 141 | 126 | 0 | 52 | 61 | 42 | 10 | 40 | 62 |
| Binary | 10101000 | 1100001 | 1010110 | 0 | 101010 | 110001 | 100010 | 1000 | 100000 | 110010 |
Color Harmonies of #A86156
Complementary color
Monochromatic Colors of #A86156
Black with #A86156
Text Example
Text Example
White with #A86156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86156; }
p { color: rgb(168,97,86); }
H1.HeaderClassName
{
color: #A86156;
}
.AnyTagClassName
{
color: #A86156;
}
</style>
background-color css
<style>
a { background-color: #A86156; }
a { background-color: rgb(168,97,86); }
div.DivClassName
{
background-color: #A86156;
}
.BgClassName
{
background-color: #A86156;
}
</style>
border-color css
<style>
span { border-color: #A86156; }
span { border-color: rgb(168,97,86); }
td.TdClassName
{
border-color: #A86156;
}
.TagClassName
{
border-color: #A86156;
}
</style>