Shades of Au Chico #A96356
Tints of Au Chico #A96356
RGB
CMYK
RGB Variations
Color information
#A96356 (or 0xA96356) is known color: Au Chico. HEX triplet: A9, 63 and 56. RGB value is (169,99,86). Sum of RGB (Red+Green+Blue) = 169+99+86=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96356 is #569CA9. Grayscale: #767676. Windows color (decimal): -5676202 or 5661609. OLE color: 5661609.
HSL color Cylindrical-coordinate representation of color #A96356: hue angle of 9.4º degrees, saturation: 0.33, 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 #A96356 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 86 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.34 |
| HSL | 9.4º | 0.33% | 0.5% | - |
| HSV(B) | 9.4º | 0.49% | 0.66% | - |
| XYZ | 22.5 | 18.03 | 11.1 | - |
| YUV | 118.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 86 | 0 | 0.41 | 0.49 | 0.34 | 9.4 | 0.33 | 0.5 |
| Hex | A9 | 63 | 56 | 0 | 29 | 31 | 22 | 9 | 21 | 32 |
| Octal | 251 | 143 | 126 | 0 | 51 | 61 | 42 | 11 | 41 | 62 |
| Binary | 10101001 | 1100011 | 1010110 | 0 | 101001 | 110001 | 100010 | 1001 | 100001 | 110010 |
Color Harmonies of #A96356
Complementary color
Monochromatic Colors of #A96356
Black with #A96356
Text Example
Text Example
White with #A96356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96356; }
p { color: rgb(169,99,86); }
H1.HeaderClassName
{
color: #A96356;
}
.AnyTagClassName
{
color: #A96356;
}
</style>
background-color css
<style>
a { background-color: #A96356; }
a { background-color: rgb(169,99,86); }
div.DivClassName
{
background-color: #A96356;
}
.BgClassName
{
background-color: #A96356;
}
</style>
border-color css
<style>
span { border-color: #A96356; }
span { border-color: rgb(169,99,86); }
td.TdClassName
{
border-color: #A96356;
}
.TagClassName
{
border-color: #A96356;
}
</style>