Shades of Au Chico #A96A5C
Tints of Au Chico #A96A5C
RGB
CMYK
RGB Variations
Color information
#A96A5C (or 0xA96A5C) is known color: Au Chico. HEX triplet: A9, 6A and 5C. RGB value is (169,106,92). Sum of RGB (Red+Green+Blue) = 169+106+92=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A5C is #5695A3. Grayscale: #7B7B7B. Windows color (decimal): -5674404 or 6056617. OLE color: 6056617.
HSL color Cylindrical-coordinate representation of color #A96A5C: hue angle of 10.91º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96A5C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 92 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.34 |
| HSL | 10.91º | 0.31% | 0.51% | - |
| HSV(B) | 10.91º | 0.46% | 0.66% | - |
| XYZ | 23.45 | 19.52 | 12.66 | - |
| YUV | 123.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 92 | 0 | 0.37 | 0.46 | 0.34 | 10.91 | 0.31 | 0.51 |
| Hex | A9 | 6A | 5C | 0 | 25 | 2E | 22 | B | 1F | 33 |
| Octal | 251 | 152 | 134 | 0 | 45 | 56 | 42 | 13 | 37 | 63 |
| Binary | 10101001 | 1101010 | 1011100 | 0 | 100101 | 101110 | 100010 | 1011 | 11111 | 110011 |
Color Harmonies of #A96A5C
Complementary color
Monochromatic Colors of #A96A5C
Black with #A96A5C
Text Example
Text Example
White with #A96A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A5C; }
p { color: rgb(169,106,92); }
H1.HeaderClassName
{
color: #A96A5C;
}
.AnyTagClassName
{
color: #A96A5C;
}
</style>
background-color css
<style>
a { background-color: #A96A5C; }
a { background-color: rgb(169,106,92); }
div.DivClassName
{
background-color: #A96A5C;
}
.BgClassName
{
background-color: #A96A5C;
}
</style>
border-color css
<style>
span { border-color: #A96A5C; }
span { border-color: rgb(169,106,92); }
td.TdClassName
{
border-color: #A96A5C;
}
.TagClassName
{
border-color: #A96A5C;
}
</style>