Shades of Au Chico #A46B58
Tints of Au Chico #A46B58
RGB
CMYK
RGB Variations
Color information
#A46B58 (or 0xA46B58) is known color: Au Chico. HEX triplet: A4, 6B and 58. RGB value is (164,107,88). Sum of RGB (Red+Green+Blue) = 164+107+88=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B58 is #5B94A7. Grayscale: #7A7A7A. Windows color (decimal): -6001832 or 5794724. OLE color: 5794724.
HSL color Cylindrical-coordinate representation of color #A46B58: hue angle of 15º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46B58 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 88 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.36 |
| HSL | 15º | 0.3% | 0.49% | - |
| HSV(B) | 15º | 0.46% | 0.64% | - |
| XYZ | 22.33 | 19.11 | 11.74 | - |
| YUV | 121.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 88 | 0 | 0.35 | 0.46 | 0.36 | 15 | 0.3 | 0.49 |
| Hex | A4 | 6B | 58 | 0 | 23 | 2E | 24 | F | 1E | 31 |
| Octal | 244 | 153 | 130 | 0 | 43 | 56 | 44 | 17 | 36 | 61 |
| Binary | 10100100 | 1101011 | 1011000 | 0 | 100011 | 101110 | 100100 | 1111 | 11110 | 110001 |
Color Harmonies of #A46B58
Complementary color
Monochromatic Colors of #A46B58
Black with #A46B58
Text Example
Text Example
White with #A46B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B58; }
p { color: rgb(164,107,88); }
H1.HeaderClassName
{
color: #A46B58;
}
.AnyTagClassName
{
color: #A46B58;
}
</style>
background-color css
<style>
a { background-color: #A46B58; }
a { background-color: rgb(164,107,88); }
div.DivClassName
{
background-color: #A46B58;
}
.BgClassName
{
background-color: #A46B58;
}
</style>
border-color css
<style>
span { border-color: #A46B58; }
span { border-color: rgb(164,107,88); }
td.TdClassName
{
border-color: #A46B58;
}
.TagClassName
{
border-color: #A46B58;
}
</style>