Shades of Au Chico #A86A5C
Tints of Au Chico #A86A5C
RGB
CMYK
RGB Variations
Color information
#A86A5C (or 0xA86A5C) is known color: Au Chico. HEX triplet: A8, 6A and 5C. RGB value is (168,106,92). Sum of RGB (Red+Green+Blue) = 168+106+92=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A5C is #5795A3. Grayscale: #7B7B7B. Windows color (decimal): -5739940 or 6056616. OLE color: 6056616.
HSL color Cylindrical-coordinate representation of color #A86A5C: hue angle of 11.05º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A86A5C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 92 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.34 |
| HSL | 11.05º | 0.3% | 0.51% | - |
| HSV(B) | 11.05º | 0.45% | 0.66% | - |
| XYZ | 23.23 | 19.41 | 12.65 | - |
| YUV | 122.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 92 | 0 | 0.37 | 0.45 | 0.34 | 11.05 | 0.3 | 0.51 |
| Hex | A8 | 6A | 5C | 0 | 25 | 2D | 22 | B | 1E | 33 |
| Octal | 250 | 152 | 134 | 0 | 45 | 55 | 42 | 13 | 36 | 63 |
| Binary | 10101000 | 1101010 | 1011100 | 0 | 100101 | 101101 | 100010 | 1011 | 11110 | 110011 |
Color Harmonies of #A86A5C
Complementary color
Monochromatic Colors of #A86A5C
Black with #A86A5C
Text Example
Text Example
White with #A86A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A5C; }
p { color: rgb(168,106,92); }
H1.HeaderClassName
{
color: #A86A5C;
}
.AnyTagClassName
{
color: #A86A5C;
}
</style>
background-color css
<style>
a { background-color: #A86A5C; }
a { background-color: rgb(168,106,92); }
div.DivClassName
{
background-color: #A86A5C;
}
.BgClassName
{
background-color: #A86A5C;
}
</style>
border-color css
<style>
span { border-color: #A86A5C; }
span { border-color: rgb(168,106,92); }
td.TdClassName
{
border-color: #A86A5C;
}
.TagClassName
{
border-color: #A86A5C;
}
</style>