Shades of Au Chico #A8685B
Tints of Au Chico #A8685B
RGB
CMYK
RGB Variations
Color information
#A8685B (or 0xA8685B) is known color: Au Chico. HEX triplet: A8, 68 and 5B. RGB value is (168,104,91). Sum of RGB (Red+Green+Blue) = 168+104+91=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8685B is #5797A4. Grayscale: #797979. Windows color (decimal): -5740453 or 5990568. OLE color: 5990568.
HSL color Cylindrical-coordinate representation of color #A8685B: hue angle of 10.13º 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 #A8685B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 91 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.34 |
| HSL | 10.13º | 0.31% | 0.51% | - |
| HSV(B) | 10.13º | 0.46% | 0.66% | - |
| XYZ | 22.99 | 18.98 | 12.35 | - |
| YUV | 121.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 91 | 0 | 0.38 | 0.46 | 0.34 | 10.13 | 0.31 | 0.51 |
| Hex | A8 | 68 | 5B | 0 | 26 | 2E | 22 | A | 1F | 33 |
| Octal | 250 | 150 | 133 | 0 | 46 | 56 | 42 | 12 | 37 | 63 |
| Binary | 10101000 | 1101000 | 1011011 | 0 | 100110 | 101110 | 100010 | 1010 | 11111 | 110011 |
Color Harmonies of #A8685B
Complementary color
Monochromatic Colors of #A8685B
Black with #A8685B
Text Example
Text Example
White with #A8685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8685B; }
p { color: rgb(168,104,91); }
H1.HeaderClassName
{
color: #A8685B;
}
.AnyTagClassName
{
color: #A8685B;
}
</style>
background-color css
<style>
a { background-color: #A8685B; }
a { background-color: rgb(168,104,91); }
div.DivClassName
{
background-color: #A8685B;
}
.BgClassName
{
background-color: #A8685B;
}
</style>
border-color css
<style>
span { border-color: #A8685B; }
span { border-color: rgb(168,104,91); }
td.TdClassName
{
border-color: #A8685B;
}
.TagClassName
{
border-color: #A8685B;
}
</style>