Shades of Au Chico #A86359
Tints of Au Chico #A86359
RGB
CMYK
RGB Variations
Color information
#A86359 (or 0xA86359) is known color: Au Chico. HEX triplet: A8, 63 and 59. RGB value is (168,99,89). Sum of RGB (Red+Green+Blue) = 168+99+89=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A86359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86359 is #579CA6. Grayscale: #767676. Windows color (decimal): -5741735 or 5858216. OLE color: 5858216.
HSL color Cylindrical-coordinate representation of color #A86359: hue angle of 7.59º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86359 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 89 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.34 |
| HSL | 7.59º | 0.31% | 0.5% | - |
| HSV(B) | 7.59º | 0.47% | 0.66% | - |
| XYZ | 22.41 | 17.97 | 11.74 | - |
| YUV | 118.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 89 | 0 | 0.41 | 0.47 | 0.34 | 7.59 | 0.31 | 0.5 |
| Hex | A8 | 63 | 59 | 0 | 29 | 2F | 22 | 8 | 1F | 32 |
| Octal | 250 | 143 | 131 | 0 | 51 | 57 | 42 | 10 | 37 | 62 |
| Binary | 10101000 | 1100011 | 1011001 | 0 | 101001 | 101111 | 100010 | 1000 | 11111 | 110010 |
Color Harmonies of #A86359
Complementary color
Monochromatic Colors of #A86359
Black with #A86359
Text Example
Text Example
White with #A86359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86359; }
p { color: rgb(168,99,89); }
H1.HeaderClassName
{
color: #A86359;
}
.AnyTagClassName
{
color: #A86359;
}
</style>
background-color css
<style>
a { background-color: #A86359; }
a { background-color: rgb(168,99,89); }
div.DivClassName
{
background-color: #A86359;
}
.BgClassName
{
background-color: #A86359;
}
</style>
border-color css
<style>
span { border-color: #A86359; }
span { border-color: rgb(168,99,89); }
td.TdClassName
{
border-color: #A86359;
}
.TagClassName
{
border-color: #A86359;
}
</style>