Shades of Au Chico #A76A5E
Tints of Au Chico #A76A5E
RGB
CMYK
RGB Variations
Color information
#A76A5E (or 0xA76A5E) is known color: Au Chico. HEX triplet: A7, 6A and 5E. RGB value is (167,106,94). Sum of RGB (Red+Green+Blue) = 167+106+94=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76A5E is #5895A1. Grayscale: #7A7A7A. Windows color (decimal): -5805474 or 6187687. OLE color: 6187687.
HSL color Cylindrical-coordinate representation of color #A76A5E: hue angle of 9.86º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76A5E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 106 | 94 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.35 |
| HSL | 9.86º | 0.29% | 0.51% | - |
| HSV(B) | 9.86º | 0.44% | 0.65% | - |
| XYZ | 23.11 | 19.33 | 13.1 | - |
| YUV | 122.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 106 | 94 | 0 | 0.37 | 0.44 | 0.35 | 9.86 | 0.29 | 0.51 |
| Hex | A7 | 6A | 5E | 0 | 25 | 2C | 23 | A | 1D | 33 |
| Octal | 247 | 152 | 136 | 0 | 45 | 54 | 43 | 12 | 35 | 63 |
| Binary | 10100111 | 1101010 | 1011110 | 0 | 100101 | 101100 | 100011 | 1010 | 11101 | 110011 |
Color Harmonies of #A76A5E
Complementary color
Monochromatic Colors of #A76A5E
Black with #A76A5E
Text Example
Text Example
White with #A76A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76A5E; }
p { color: rgb(167,106,94); }
H1.HeaderClassName
{
color: #A76A5E;
}
.AnyTagClassName
{
color: #A76A5E;
}
</style>
background-color css
<style>
a { background-color: #A76A5E; }
a { background-color: rgb(167,106,94); }
div.DivClassName
{
background-color: #A76A5E;
}
.BgClassName
{
background-color: #A76A5E;
}
</style>
border-color css
<style>
span { border-color: #A76A5E; }
span { border-color: rgb(167,106,94); }
td.TdClassName
{
border-color: #A76A5E;
}
.TagClassName
{
border-color: #A76A5E;
}
</style>