Shades of Au Chico #A96459
Tints of Au Chico #A96459
RGB
CMYK
RGB Variations
Color information
#A96459 (or 0xA96459) is known color: Au Chico. HEX triplet: A9, 64 and 59. RGB value is (169,100,89). Sum of RGB (Red+Green+Blue) = 169+100+89=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A96459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96459 is #569BA6. Grayscale: #777777. Windows color (decimal): -5675943 or 5858473. OLE color: 5858473.
HSL color Cylindrical-coordinate representation of color #A96459: hue angle of 8.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96459 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 89 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.34 |
| HSL | 8.25º | 0.32% | 0.51% | - |
| HSV(B) | 8.25º | 0.47% | 0.66% | - |
| XYZ | 22.72 | 18.27 | 11.78 | - |
| YUV | 119.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 89 | 0 | 0.41 | 0.47 | 0.34 | 8.25 | 0.32 | 0.51 |
| Hex | A9 | 64 | 59 | 0 | 29 | 2F | 22 | 8 | 20 | 33 |
| Octal | 251 | 144 | 131 | 0 | 51 | 57 | 42 | 10 | 40 | 63 |
| Binary | 10101001 | 1100100 | 1011001 | 0 | 101001 | 101111 | 100010 | 1000 | 100000 | 110011 |
Color Harmonies of #A96459
Complementary color
Monochromatic Colors of #A96459
Black with #A96459
Text Example
Text Example
White with #A96459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96459; }
p { color: rgb(169,100,89); }
H1.HeaderClassName
{
color: #A96459;
}
.AnyTagClassName
{
color: #A96459;
}
</style>
background-color css
<style>
a { background-color: #A96459; }
a { background-color: rgb(169,100,89); }
div.DivClassName
{
background-color: #A96459;
}
.BgClassName
{
background-color: #A96459;
}
</style>
border-color css
<style>
span { border-color: #A96459; }
span { border-color: rgb(169,100,89); }
td.TdClassName
{
border-color: #A96459;
}
.TagClassName
{
border-color: #A96459;
}
</style>