Shades of Au Chico #A46C59
Tints of Au Chico #A46C59
RGB
CMYK
RGB Variations
Color information
#A46C59 (or 0xA46C59) is known color: Au Chico. HEX triplet: A4, 6C and 59. RGB value is (164,108,89). Sum of RGB (Red+Green+Blue) = 164+108+89=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C59 is #5B93A6. Grayscale: #7A7A7A. Windows color (decimal): -6001575 or 5860516. OLE color: 5860516.
HSL color Cylindrical-coordinate representation of color #A46C59: hue angle of 15.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46C59 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 89 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.36 |
| HSL | 15.2º | 0.3% | 0.5% | - |
| HSV(B) | 15.2º | 0.46% | 0.64% | - |
| XYZ | 22.48 | 19.34 | 12 | - |
| YUV | 122.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 89 | 0 | 0.34 | 0.46 | 0.36 | 15.2 | 0.3 | 0.5 |
| Hex | A4 | 6C | 59 | 0 | 22 | 2E | 24 | F | 1E | 32 |
| Octal | 244 | 154 | 131 | 0 | 42 | 56 | 44 | 17 | 36 | 62 |
| Binary | 10100100 | 1101100 | 1011001 | 0 | 100010 | 101110 | 100100 | 1111 | 11110 | 110010 |
Color Harmonies of #A46C59
Complementary color
Monochromatic Colors of #A46C59
Black with #A46C59
Text Example
Text Example
White with #A46C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C59; }
p { color: rgb(164,108,89); }
H1.HeaderClassName
{
color: #A46C59;
}
.AnyTagClassName
{
color: #A46C59;
}
</style>
background-color css
<style>
a { background-color: #A46C59; }
a { background-color: rgb(164,108,89); }
div.DivClassName
{
background-color: #A46C59;
}
.BgClassName
{
background-color: #A46C59;
}
</style>
border-color css
<style>
span { border-color: #A46C59; }
span { border-color: rgb(164,108,89); }
td.TdClassName
{
border-color: #A46C59;
}
.TagClassName
{
border-color: #A46C59;
}
</style>