Shades of Au Chico #A86A5D
Tints of Au Chico #A86A5D
RGB
CMYK
RGB Variations
Color information
#A86A5D (or 0xA86A5D) is known color: Au Chico. HEX triplet: A8, 6A and 5D. RGB value is (168,106,93). Sum of RGB (Red+Green+Blue) = 168+106+93=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A5D is #5795A2. Grayscale: #7B7B7B. Windows color (decimal): -5739939 or 6122152. OLE color: 6122152.
HSL color Cylindrical-coordinate representation of color #A86A5D: hue angle of 10.4º 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 #A86A5D is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 93 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.34 |
| HSL | 10.4º | 0.3% | 0.51% | - |
| HSV(B) | 10.4º | 0.45% | 0.66% | - |
| XYZ | 23.28 | 19.42 | 12.88 | - |
| YUV | 123.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 93 | 0 | 0.37 | 0.45 | 0.34 | 10.4 | 0.3 | 0.51 |
| Hex | A8 | 6A | 5D | 0 | 25 | 2D | 22 | A | 1E | 33 |
| Octal | 250 | 152 | 135 | 0 | 45 | 55 | 42 | 12 | 36 | 63 |
| Binary | 10101000 | 1101010 | 1011101 | 0 | 100101 | 101101 | 100010 | 1010 | 11110 | 110011 |
Color Harmonies of #A86A5D
Complementary color
Monochromatic Colors of #A86A5D
Black with #A86A5D
Text Example
Text Example
White with #A86A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A5D; }
p { color: rgb(168,106,93); }
H1.HeaderClassName
{
color: #A86A5D;
}
.AnyTagClassName
{
color: #A86A5D;
}
</style>
background-color css
<style>
a { background-color: #A86A5D; }
a { background-color: rgb(168,106,93); }
div.DivClassName
{
background-color: #A86A5D;
}
.BgClassName
{
background-color: #A86A5D;
}
</style>
border-color css
<style>
span { border-color: #A86A5D; }
span { border-color: rgb(168,106,93); }
td.TdClassName
{
border-color: #A86A5D;
}
.TagClassName
{
border-color: #A86A5D;
}
</style>