Shades of Au Chico #A06859
Tints of Au Chico #A06859
RGB
CMYK
RGB Variations
Color information
#A06859 (or 0xA06859) is known color: Au Chico. HEX triplet: A0, 68 and 59. RGB value is (160,104,89). Sum of RGB (Red+Green+Blue) = 160+104+89=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A06859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06859 is #5F97A6. Grayscale: #777777. Windows color (decimal): -6264743 or 5859488. OLE color: 5859488.
HSL color Cylindrical-coordinate representation of color #A06859: hue angle of 12.68º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06859 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 89 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.37 |
| HSL | 12.68º | 0.29% | 0.49% | - |
| HSV(B) | 12.68º | 0.44% | 0.63% | - |
| XYZ | 21.25 | 18.1 | 11.82 | - |
| YUV | 119.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 89 | 0 | 0.35 | 0.44 | 0.37 | 12.68 | 0.29 | 0.49 |
| Hex | A0 | 68 | 59 | 0 | 23 | 2C | 25 | D | 1D | 31 |
| Octal | 240 | 150 | 131 | 0 | 43 | 54 | 45 | 15 | 35 | 61 |
| Binary | 10100000 | 1101000 | 1011001 | 0 | 100011 | 101100 | 100101 | 1101 | 11101 | 110001 |
Color Harmonies of #A06859
Complementary color
Monochromatic Colors of #A06859
Black with #A06859
Text Example
Text Example
White with #A06859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06859; }
p { color: rgb(160,104,89); }
H1.HeaderClassName
{
color: #A06859;
}
.AnyTagClassName
{
color: #A06859;
}
</style>
background-color css
<style>
a { background-color: #A06859; }
a { background-color: rgb(160,104,89); }
div.DivClassName
{
background-color: #A06859;
}
.BgClassName
{
background-color: #A06859;
}
</style>
border-color css
<style>
span { border-color: #A06859; }
span { border-color: rgb(160,104,89); }
td.TdClassName
{
border-color: #A06859;
}
.TagClassName
{
border-color: #A06859;
}
</style>