Shades of Au Chico #A76C5A
Tints of Au Chico #A76C5A
RGB
CMYK
RGB Variations
Color information
#A76C5A (or 0xA76C5A) is known color: Au Chico. HEX triplet: A7, 6C and 5A. RGB value is (167,108,90). Sum of RGB (Red+Green+Blue) = 167+108+90=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C5A is #5893A5. Grayscale: #7B7B7B. Windows color (decimal): -5804966 or 5926055. OLE color: 5926055.
HSL color Cylindrical-coordinate representation of color #A76C5A: hue angle of 14.03º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76C5A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 90 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.35 |
| HSL | 14.03º | 0.3% | 0.5% | - |
| HSV(B) | 14.03º | 0.46% | 0.65% | - |
| XYZ | 23.14 | 19.68 | 12.25 | - |
| YUV | 123.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 90 | 0 | 0.35 | 0.46 | 0.35 | 14.03 | 0.3 | 0.5 |
| Hex | A7 | 6C | 5A | 0 | 23 | 2E | 23 | E | 1E | 32 |
| Octal | 247 | 154 | 132 | 0 | 43 | 56 | 43 | 16 | 36 | 62 |
| Binary | 10100111 | 1101100 | 1011010 | 0 | 100011 | 101110 | 100011 | 1110 | 11110 | 110010 |
Color Harmonies of #A76C5A
Complementary color
Monochromatic Colors of #A76C5A
Black with #A76C5A
Text Example
Text Example
White with #A76C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C5A; }
p { color: rgb(167,108,90); }
H1.HeaderClassName
{
color: #A76C5A;
}
.AnyTagClassName
{
color: #A76C5A;
}
</style>
background-color css
<style>
a { background-color: #A76C5A; }
a { background-color: rgb(167,108,90); }
div.DivClassName
{
background-color: #A76C5A;
}
.BgClassName
{
background-color: #A76C5A;
}
</style>
border-color css
<style>
span { border-color: #A76C5A; }
span { border-color: rgb(167,108,90); }
td.TdClassName
{
border-color: #A76C5A;
}
.TagClassName
{
border-color: #A76C5A;
}
</style>