Shades of Au Chico #A8695B
Tints of Au Chico #A8695B
RGB
CMYK
RGB Variations
Color information
#A8695B (or 0xA8695B) is known color: Au Chico. HEX triplet: A8, 69 and 5B. RGB value is (168,105,91). Sum of RGB (Red+Green+Blue) = 168+105+91=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8695B is #5796A4. Grayscale: #7A7A7A. Windows color (decimal): -5740197 or 5990824. OLE color: 5990824.
HSL color Cylindrical-coordinate representation of color #A8695B: 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 #A8695B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 91 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.34 |
| HSL | 10.91º | 0.31% | 0.51% | - |
| HSV(B) | 10.91º | 0.46% | 0.66% | - |
| XYZ | 23.09 | 19.18 | 12.38 | - |
| YUV | 122.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 91 | 0 | 0.38 | 0.46 | 0.34 | 10.91 | 0.31 | 0.51 |
| Hex | A8 | 69 | 5B | 0 | 26 | 2E | 22 | B | 1F | 33 |
| Octal | 250 | 151 | 133 | 0 | 46 | 56 | 42 | 13 | 37 | 63 |
| Binary | 10101000 | 1101001 | 1011011 | 0 | 100110 | 101110 | 100010 | 1011 | 11111 | 110011 |
Color Harmonies of #A8695B
Complementary color
Monochromatic Colors of #A8695B
Black with #A8695B
Text Example
Text Example
White with #A8695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8695B; }
p { color: rgb(168,105,91); }
H1.HeaderClassName
{
color: #A8695B;
}
.AnyTagClassName
{
color: #A8695B;
}
</style>
background-color css
<style>
a { background-color: #A8695B; }
a { background-color: rgb(168,105,91); }
div.DivClassName
{
background-color: #A8695B;
}
.BgClassName
{
background-color: #A8695B;
}
</style>
border-color css
<style>
span { border-color: #A8695B; }
span { border-color: rgb(168,105,91); }
td.TdClassName
{
border-color: #A8695B;
}
.TagClassName
{
border-color: #A8695B;
}
</style>