Shades of Au Chico #A46150
Tints of Au Chico #A46150
RGB
CMYK
RGB Variations
Color information
#A46150 (or 0xA46150) is known color: Au Chico. HEX triplet: A4, 61 and 50. RGB value is (164,97,80). Sum of RGB (Red+Green+Blue) = 164+97+80=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46150 is #5B9EAF. Grayscale: #737373. Windows color (decimal): -6004400 or 5267876. OLE color: 5267876.
HSL color Cylindrical-coordinate representation of color #A46150: hue angle of 12.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46150 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 80 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.36 |
| HSL | 12.14º | 0.34% | 0.48% | - |
| HSV(B) | 12.14º | 0.51% | 0.64% | - |
| XYZ | 21.03 | 17.02 | 9.77 | - |
| YUV | 115.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 80 | 0 | 0.41 | 0.51 | 0.36 | 12.14 | 0.34 | 0.48 |
| Hex | A4 | 61 | 50 | 0 | 29 | 33 | 24 | C | 22 | 30 |
| Octal | 244 | 141 | 120 | 0 | 51 | 63 | 44 | 14 | 42 | 60 |
| Binary | 10100100 | 1100001 | 1010000 | 0 | 101001 | 110011 | 100100 | 1100 | 100010 | 110000 |
Color Harmonies of #A46150
Complementary color
Monochromatic Colors of #A46150
Black with #A46150
Text Example
Text Example
White with #A46150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46150; }
p { color: rgb(164,97,80); }
H1.HeaderClassName
{
color: #A46150;
}
.AnyTagClassName
{
color: #A46150;
}
</style>
background-color css
<style>
a { background-color: #A46150; }
a { background-color: rgb(164,97,80); }
div.DivClassName
{
background-color: #A46150;
}
.BgClassName
{
background-color: #A46150;
}
</style>
border-color css
<style>
span { border-color: #A46150; }
span { border-color: rgb(164,97,80); }
td.TdClassName
{
border-color: #A46150;
}
.TagClassName
{
border-color: #A46150;
}
</style>