Shades of Au Chico #A46B5C
Tints of Au Chico #A46B5C
RGB
CMYK
RGB Variations
Color information
#A46B5C (or 0xA46B5C) is known color: Au Chico. HEX triplet: A4, 6B and 5C. RGB value is (164,107,92). Sum of RGB (Red+Green+Blue) = 164+107+92=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B5C is #5B94A3. Grayscale: #7A7A7A. Windows color (decimal): -6001828 or 6056868. OLE color: 6056868.
HSL color Cylindrical-coordinate representation of color #A46B5C: hue angle of 12.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46B5C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 92 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.36 |
| HSL | 12.5º | 0.28% | 0.5% | - |
| HSV(B) | 12.5º | 0.44% | 0.64% | - |
| XYZ | 22.5 | 19.18 | 12.64 | - |
| YUV | 122.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 92 | 0 | 0.35 | 0.44 | 0.36 | 12.5 | 0.28 | 0.5 |
| Hex | A4 | 6B | 5C | 0 | 23 | 2C | 24 | C | 1C | 32 |
| Octal | 244 | 153 | 134 | 0 | 43 | 54 | 44 | 14 | 34 | 62 |
| Binary | 10100100 | 1101011 | 1011100 | 0 | 100011 | 101100 | 100100 | 1100 | 11100 | 110010 |
Color Harmonies of #A46B5C
Complementary color
Monochromatic Colors of #A46B5C
Black with #A46B5C
Text Example
Text Example
White with #A46B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B5C; }
p { color: rgb(164,107,92); }
H1.HeaderClassName
{
color: #A46B5C;
}
.AnyTagClassName
{
color: #A46B5C;
}
</style>
background-color css
<style>
a { background-color: #A46B5C; }
a { background-color: rgb(164,107,92); }
div.DivClassName
{
background-color: #A46B5C;
}
.BgClassName
{
background-color: #A46B5C;
}
</style>
border-color css
<style>
span { border-color: #A46B5C; }
span { border-color: rgb(164,107,92); }
td.TdClassName
{
border-color: #A46B5C;
}
.TagClassName
{
border-color: #A46B5C;
}
</style>