Shades of Au Chico #A65F59
Tints of Au Chico #A65F59
RGB
CMYK
RGB Variations
Color information
#A65F59 (or 0xA65F59) is known color: Au Chico. HEX triplet: A6, 5F and 59. RGB value is (166,95,89). Sum of RGB (Red+Green+Blue) = 166+95+89=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F59 is #59A0A6. Grayscale: #737373. Windows color (decimal): -5873831 or 5857190. OLE color: 5857190.
HSL color Cylindrical-coordinate representation of color #A65F59: hue angle of 4.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65F59 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 89 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.35 |
| HSL | 4.68º | 0.3% | 0.5% | - |
| HSV(B) | 4.68º | 0.46% | 0.65% | - |
| XYZ | 21.62 | 17.01 | 11.6 | - |
| YUV | 115.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 89 | 0 | 0.43 | 0.46 | 0.35 | 4.68 | 0.3 | 0.5 |
| Hex | A6 | 5F | 59 | 0 | 2B | 2E | 23 | 5 | 1E | 32 |
| Octal | 246 | 137 | 131 | 0 | 53 | 56 | 43 | 5 | 36 | 62 |
| Binary | 10100110 | 1011111 | 1011001 | 0 | 101011 | 101110 | 100011 | 101 | 11110 | 110010 |
Color Harmonies of #A65F59
Complementary color
Monochromatic Colors of #A65F59
Black with #A65F59
Text Example
Text Example
White with #A65F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F59; }
p { color: rgb(166,95,89); }
H1.HeaderClassName
{
color: #A65F59;
}
.AnyTagClassName
{
color: #A65F59;
}
</style>
background-color css
<style>
a { background-color: #A65F59; }
a { background-color: rgb(166,95,89); }
div.DivClassName
{
background-color: #A65F59;
}
.BgClassName
{
background-color: #A65F59;
}
</style>
border-color css
<style>
span { border-color: #A65F59; }
span { border-color: rgb(166,95,89); }
td.TdClassName
{
border-color: #A65F59;
}
.TagClassName
{
border-color: #A65F59;
}
</style>