Shades of Au Chico #A9685A
Tints of Au Chico #A9685A
RGB
CMYK
RGB Variations
Color information
#A9685A (or 0xA9685A) is known color: Au Chico. HEX triplet: A9, 68 and 5A. RGB value is (169,104,90). Sum of RGB (Red+Green+Blue) = 169+104+90=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9685A is #5697A5. Grayscale: #797979. Windows color (decimal): -5674918 or 5925033. OLE color: 5925033.
HSL color Cylindrical-coordinate representation of color #A9685A: hue angle of 10.63º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9685A is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 90 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.34 |
| HSL | 10.63º | 0.31% | 0.51% | - |
| HSV(B) | 10.63º | 0.47% | 0.66% | - |
| XYZ | 23.16 | 19.07 | 12.13 | - |
| YUV | 121.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 90 | 0 | 0.38 | 0.47 | 0.34 | 10.63 | 0.31 | 0.51 |
| Hex | A9 | 68 | 5A | 0 | 26 | 2F | 22 | B | 1F | 33 |
| Octal | 251 | 150 | 132 | 0 | 46 | 57 | 42 | 13 | 37 | 63 |
| Binary | 10101001 | 1101000 | 1011010 | 0 | 100110 | 101111 | 100010 | 1011 | 11111 | 110011 |
Color Harmonies of #A9685A
Complementary color
Monochromatic Colors of #A9685A
Black with #A9685A
Text Example
Text Example
White with #A9685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9685A; }
p { color: rgb(169,104,90); }
H1.HeaderClassName
{
color: #A9685A;
}
.AnyTagClassName
{
color: #A9685A;
}
</style>
background-color css
<style>
a { background-color: #A9685A; }
a { background-color: rgb(169,104,90); }
div.DivClassName
{
background-color: #A9685A;
}
.BgClassName
{
background-color: #A9685A;
}
</style>
border-color css
<style>
span { border-color: #A9685A; }
span { border-color: rgb(169,104,90); }
td.TdClassName
{
border-color: #A9685A;
}
.TagClassName
{
border-color: #A9685A;
}
</style>