Shades of Au Chico #A06959
Tints of Au Chico #A06959
RGB
CMYK
RGB Variations
Color information
#A06959 (or 0xA06959) is known color: Au Chico. HEX triplet: A0, 69 and 59. RGB value is (160,105,89). Sum of RGB (Red+Green+Blue) = 160+105+89=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A06959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06959 is #5F96A6. Grayscale: #777777. Windows color (decimal): -6264487 or 5859744. OLE color: 5859744.
HSL color Cylindrical-coordinate representation of color #A06959: hue angle of 13.52º 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 #A06959 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 89 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.37 |
| HSL | 13.52º | 0.29% | 0.49% | - |
| HSV(B) | 13.52º | 0.44% | 0.63% | - |
| XYZ | 21.35 | 18.3 | 11.86 | - |
| YUV | 119.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 89 | 0 | 0.34 | 0.44 | 0.37 | 13.52 | 0.29 | 0.49 |
| Hex | A0 | 69 | 59 | 0 | 22 | 2C | 25 | E | 1D | 31 |
| Octal | 240 | 151 | 131 | 0 | 42 | 54 | 45 | 16 | 35 | 61 |
| Binary | 10100000 | 1101001 | 1011001 | 0 | 100010 | 101100 | 100101 | 1110 | 11101 | 110001 |
Color Harmonies of #A06959
Complementary color
Monochromatic Colors of #A06959
Black with #A06959
Text Example
Text Example
White with #A06959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06959; }
p { color: rgb(160,105,89); }
H1.HeaderClassName
{
color: #A06959;
}
.AnyTagClassName
{
color: #A06959;
}
</style>
background-color css
<style>
a { background-color: #A06959; }
a { background-color: rgb(160,105,89); }
div.DivClassName
{
background-color: #A06959;
}
.BgClassName
{
background-color: #A06959;
}
</style>
border-color css
<style>
span { border-color: #A06959; }
span { border-color: rgb(160,105,89); }
td.TdClassName
{
border-color: #A06959;
}
.TagClassName
{
border-color: #A06959;
}
</style>