Shades of Au Chico #A6695B
Tints of Au Chico #A6695B
RGB
CMYK
RGB Variations
Color information
#A6695B (or 0xA6695B) is known color: Au Chico. HEX triplet: A6, 69 and 5B. RGB value is (166,105,91). Sum of RGB (Red+Green+Blue) = 166+105+91=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6695B is #5996A4. Grayscale: #797979. Windows color (decimal): -5871269 or 5990822. OLE color: 5990822.
HSL color Cylindrical-coordinate representation of color #A6695B: hue angle of 11.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6695B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 91 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.35 |
| HSL | 11.2º | 0.3% | 0.5% | - |
| HSV(B) | 11.2º | 0.45% | 0.65% | - |
| XYZ | 22.67 | 18.97 | 12.36 | - |
| YUV | 121.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 91 | 0 | 0.37 | 0.45 | 0.35 | 11.2 | 0.3 | 0.5 |
| Hex | A6 | 69 | 5B | 0 | 25 | 2D | 23 | B | 1E | 32 |
| Octal | 246 | 151 | 133 | 0 | 45 | 55 | 43 | 13 | 36 | 62 |
| Binary | 10100110 | 1101001 | 1011011 | 0 | 100101 | 101101 | 100011 | 1011 | 11110 | 110010 |
Color Harmonies of #A6695B
Complementary color
Monochromatic Colors of #A6695B
Black with #A6695B
Text Example
Text Example
White with #A6695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6695B; }
p { color: rgb(166,105,91); }
H1.HeaderClassName
{
color: #A6695B;
}
.AnyTagClassName
{
color: #A6695B;
}
</style>
background-color css
<style>
a { background-color: #A6695B; }
a { background-color: rgb(166,105,91); }
div.DivClassName
{
background-color: #A6695B;
}
.BgClassName
{
background-color: #A6695B;
}
</style>
border-color css
<style>
span { border-color: #A6695B; }
span { border-color: rgb(166,105,91); }
td.TdClassName
{
border-color: #A6695B;
}
.TagClassName
{
border-color: #A6695B;
}
</style>