Shades of Au Chico #A46251
Tints of Au Chico #A46251
RGB
CMYK
RGB Variations
Color information
#A46251 (or 0xA46251) is known color: Au Chico. HEX triplet: A4, 62 and 51. RGB value is (164,98,81). Sum of RGB (Red+Green+Blue) = 164+98+81=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46251 is #5B9DAE. Grayscale: #737373. Windows color (decimal): -6004143 or 5333668. OLE color: 5333668.
HSL color Cylindrical-coordinate representation of color #A46251: hue angle of 12.29º 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 #A46251 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 81 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.36 |
| HSL | 12.29º | 0.34% | 0.48% | - |
| HSV(B) | 12.29º | 0.51% | 0.64% | - |
| XYZ | 21.16 | 17.22 | 9.99 | - |
| YUV | 115.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 81 | 0 | 0.40 | 0.51 | 0.36 | 12.29 | 0.34 | 0.48 |
| Hex | A4 | 62 | 51 | 0 | 28 | 33 | 24 | C | 22 | 30 |
| Octal | 244 | 142 | 121 | 0 | 50 | 63 | 44 | 14 | 42 | 60 |
| Binary | 10100100 | 1100010 | 1010001 | 0 | 101000 | 110011 | 100100 | 1100 | 100010 | 110000 |
Color Harmonies of #A46251
Complementary color
Monochromatic Colors of #A46251
Black with #A46251
Text Example
Text Example
White with #A46251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46251; }
p { color: rgb(164,98,81); }
H1.HeaderClassName
{
color: #A46251;
}
.AnyTagClassName
{
color: #A46251;
}
</style>
background-color css
<style>
a { background-color: #A46251; }
a { background-color: rgb(164,98,81); }
div.DivClassName
{
background-color: #A46251;
}
.BgClassName
{
background-color: #A46251;
}
</style>
border-color css
<style>
span { border-color: #A46251; }
span { border-color: rgb(164,98,81); }
td.TdClassName
{
border-color: #A46251;
}
.TagClassName
{
border-color: #A46251;
}
</style>