Shades of Au Chico #A76B5C
Tints of Au Chico #A76B5C
RGB
CMYK
RGB Variations
Color information
#A76B5C (or 0xA76B5C) is known color: Au Chico. HEX triplet: A7, 6B and 5C. RGB value is (167,107,92). Sum of RGB (Red+Green+Blue) = 167+107+92=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B5C is #5894A3. Grayscale: #7B7B7B. Windows color (decimal): -5805220 or 6056871. OLE color: 6056871.
HSL color Cylindrical-coordinate representation of color #A76B5C: hue angle of 12º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76B5C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 107 | 92 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.35 |
| HSL | 12º | 0.3% | 0.51% | - |
| HSV(B) | 12º | 0.45% | 0.65% | - |
| XYZ | 23.13 | 19.5 | 12.67 | - |
| YUV | 123.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 107 | 92 | 0 | 0.36 | 0.45 | 0.35 | 12 | 0.3 | 0.51 |
| Hex | A7 | 6B | 5C | 0 | 24 | 2D | 23 | C | 1E | 33 |
| Octal | 247 | 153 | 134 | 0 | 44 | 55 | 43 | 14 | 36 | 63 |
| Binary | 10100111 | 1101011 | 1011100 | 0 | 100100 | 101101 | 100011 | 1100 | 11110 | 110011 |
Color Harmonies of #A76B5C
Complementary color
Monochromatic Colors of #A76B5C
Black with #A76B5C
Text Example
Text Example
White with #A76B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76B5C; }
p { color: rgb(167,107,92); }
H1.HeaderClassName
{
color: #A76B5C;
}
.AnyTagClassName
{
color: #A76B5C;
}
</style>
background-color css
<style>
a { background-color: #A76B5C; }
a { background-color: rgb(167,107,92); }
div.DivClassName
{
background-color: #A76B5C;
}
.BgClassName
{
background-color: #A76B5C;
}
</style>
border-color css
<style>
span { border-color: #A76B5C; }
span { border-color: rgb(167,107,92); }
td.TdClassName
{
border-color: #A76B5C;
}
.TagClassName
{
border-color: #A76B5C;
}
</style>