Shades of Au Chico #A06259
Tints of Au Chico #A06259
RGB
CMYK
RGB Variations
Color information
#A06259 (or 0xA06259) is known color: Au Chico. HEX triplet: A0, 62 and 59. RGB value is (160,98,89). Sum of RGB (Red+Green+Blue) = 160+98+89=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A06259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06259 is #5F9DA6. Grayscale: #737373. Windows color (decimal): -6266279 or 5857952. OLE color: 5857952.
HSL color Cylindrical-coordinate representation of color #A06259: hue angle of 7.61º 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 #A06259 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 89 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.37 |
| HSL | 7.61º | 0.29% | 0.49% | - |
| HSV(B) | 7.61º | 0.44% | 0.63% | - |
| XYZ | 20.67 | 16.93 | 11.63 | - |
| YUV | 115.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 89 | 0 | 0.39 | 0.44 | 0.37 | 7.61 | 0.29 | 0.49 |
| Hex | A0 | 62 | 59 | 0 | 27 | 2C | 25 | 8 | 1D | 31 |
| Octal | 240 | 142 | 131 | 0 | 47 | 54 | 45 | 10 | 35 | 61 |
| Binary | 10100000 | 1100010 | 1011001 | 0 | 100111 | 101100 | 100101 | 1000 | 11101 | 110001 |
Color Harmonies of #A06259
Complementary color
Monochromatic Colors of #A06259
Black with #A06259
Text Example
Text Example
White with #A06259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06259; }
p { color: rgb(160,98,89); }
H1.HeaderClassName
{
color: #A06259;
}
.AnyTagClassName
{
color: #A06259;
}
</style>
background-color css
<style>
a { background-color: #A06259; }
a { background-color: rgb(160,98,89); }
div.DivClassName
{
background-color: #A06259;
}
.BgClassName
{
background-color: #A06259;
}
</style>
border-color css
<style>
span { border-color: #A06259; }
span { border-color: rgb(160,98,89); }
td.TdClassName
{
border-color: #A06259;
}
.TagClassName
{
border-color: #A06259;
}
</style>