Shades of Au Chico #A96858
Tints of Au Chico #A96858
RGB
CMYK
RGB Variations
Color information
#A96858 (or 0xA96858) is known color: Au Chico. HEX triplet: A9, 68 and 58. RGB value is (169,104,88). Sum of RGB (Red+Green+Blue) = 169+104+88=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A96858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96858 is #5697A7. Grayscale: #797979. Windows color (decimal): -5674920 or 5793961. OLE color: 5793961.
HSL color Cylindrical-coordinate representation of color #A96858: hue angle of 11.85º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96858 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 88 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.34 |
| HSL | 11.85º | 0.32% | 0.5% | - |
| HSV(B) | 11.85º | 0.48% | 0.66% | - |
| XYZ | 23.07 | 19.04 | 11.69 | - |
| YUV | 121.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 88 | 0 | 0.38 | 0.48 | 0.34 | 11.85 | 0.32 | 0.5 |
| Hex | A9 | 68 | 58 | 0 | 26 | 30 | 22 | C | 20 | 32 |
| Octal | 251 | 150 | 130 | 0 | 46 | 60 | 42 | 14 | 40 | 62 |
| Binary | 10101001 | 1101000 | 1011000 | 0 | 100110 | 110000 | 100010 | 1100 | 100000 | 110010 |
Color Harmonies of #A96858
Complementary color
Monochromatic Colors of #A96858
Black with #A96858
Text Example
Text Example
White with #A96858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96858; }
p { color: rgb(169,104,88); }
H1.HeaderClassName
{
color: #A96858;
}
.AnyTagClassName
{
color: #A96858;
}
</style>
background-color css
<style>
a { background-color: #A96858; }
a { background-color: rgb(169,104,88); }
div.DivClassName
{
background-color: #A96858;
}
.BgClassName
{
background-color: #A96858;
}
</style>
border-color css
<style>
span { border-color: #A96858; }
span { border-color: rgb(169,104,88); }
td.TdClassName
{
border-color: #A96858;
}
.TagClassName
{
border-color: #A96858;
}
</style>