Shades of Au Chico #A7685B
Tints of Au Chico #A7685B
RGB
CMYK
RGB Variations
Color information
#A7685B (or 0xA7685B) is known color: Au Chico. HEX triplet: A7, 68 and 5B. RGB value is (167,104,91). Sum of RGB (Red+Green+Blue) = 167+104+91=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7685B is #5897A4. Grayscale: #797979. Windows color (decimal): -5805989 or 5990567. OLE color: 5990567.
HSL color Cylindrical-coordinate representation of color #A7685B: hue angle of 10.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7685B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 91 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.35 |
| HSL | 10.26º | 0.3% | 0.51% | - |
| HSV(B) | 10.26º | 0.46% | 0.65% | - |
| XYZ | 22.77 | 18.87 | 12.34 | - |
| YUV | 121.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 91 | 0 | 0.38 | 0.46 | 0.35 | 10.26 | 0.3 | 0.51 |
| Hex | A7 | 68 | 5B | 0 | 26 | 2E | 23 | A | 1E | 33 |
| Octal | 247 | 150 | 133 | 0 | 46 | 56 | 43 | 12 | 36 | 63 |
| Binary | 10100111 | 1101000 | 1011011 | 0 | 100110 | 101110 | 100011 | 1010 | 11110 | 110011 |
Color Harmonies of #A7685B
Complementary color
Monochromatic Colors of #A7685B
Black with #A7685B
Text Example
Text Example
White with #A7685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7685B; }
p { color: rgb(167,104,91); }
H1.HeaderClassName
{
color: #A7685B;
}
.AnyTagClassName
{
color: #A7685B;
}
</style>
background-color css
<style>
a { background-color: #A7685B; }
a { background-color: rgb(167,104,91); }
div.DivClassName
{
background-color: #A7685B;
}
.BgClassName
{
background-color: #A7685B;
}
</style>
border-color css
<style>
span { border-color: #A7685B; }
span { border-color: rgb(167,104,91); }
td.TdClassName
{
border-color: #A7685B;
}
.TagClassName
{
border-color: #A7685B;
}
</style>