Shades of Au Chico #A85D59
Tints of Au Chico #A85D59
RGB
CMYK
RGB Variations
Color information
#A85D59 (or 0xA85D59) is known color: Au Chico. HEX triplet: A8, 5D and 59. RGB value is (168,93,89). Sum of RGB (Red+Green+Blue) = 168+93+89=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D59 is #57A2A6. Grayscale: #737373. Windows color (decimal): -5743271 or 5856680. OLE color: 5856680.
HSL color Cylindrical-coordinate representation of color #A85D59: hue angle of 3.04º 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 #A85D59 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 89 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.34 |
| HSL | 3.04º | 0.31% | 0.5% | - |
| HSV(B) | 3.04º | 0.47% | 0.66% | - |
| XYZ | 21.87 | 16.87 | 11.56 | - |
| YUV | 114.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 89 | 0 | 0.45 | 0.47 | 0.34 | 3.04 | 0.31 | 0.5 |
| Hex | A8 | 5D | 59 | 0 | 2D | 2F | 22 | 3 | 1F | 32 |
| Octal | 250 | 135 | 131 | 0 | 55 | 57 | 42 | 3 | 37 | 62 |
| Binary | 10101000 | 1011101 | 1011001 | 0 | 101101 | 101111 | 100010 | 11 | 11111 | 110010 |
Color Harmonies of #A85D59
Complementary color
Monochromatic Colors of #A85D59
Black with #A85D59
Text Example
Text Example
White with #A85D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D59; }
p { color: rgb(168,93,89); }
H1.HeaderClassName
{
color: #A85D59;
}
.AnyTagClassName
{
color: #A85D59;
}
</style>
background-color css
<style>
a { background-color: #A85D59; }
a { background-color: rgb(168,93,89); }
div.DivClassName
{
background-color: #A85D59;
}
.BgClassName
{
background-color: #A85D59;
}
</style>
border-color css
<style>
span { border-color: #A85D59; }
span { border-color: rgb(168,93,89); }
td.TdClassName
{
border-color: #A85D59;
}
.TagClassName
{
border-color: #A85D59;
}
</style>