Shades of Au Chico #A86255
Tints of Au Chico #A86255
RGB
CMYK
RGB Variations
Color information
#A86255 (or 0xA86255) is known color: Au Chico. HEX triplet: A8, 62 and 55. RGB value is (168,98,85). Sum of RGB (Red+Green+Blue) = 168+98+85=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A86255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86255 is #579DAA. Grayscale: #757575. Windows color (decimal): -5741995 or 5595816. OLE color: 5595816.
HSL color Cylindrical-coordinate representation of color #A86255: hue angle of 9.4º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86255 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 85 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.34 |
| HSL | 9.4º | 0.33% | 0.5% | - |
| HSV(B) | 9.4º | 0.49% | 0.66% | - |
| XYZ | 22.16 | 17.72 | 10.85 | - |
| YUV | 117.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 85 | 0 | 0.42 | 0.49 | 0.34 | 9.4 | 0.33 | 0.5 |
| Hex | A8 | 62 | 55 | 0 | 2A | 31 | 22 | 9 | 21 | 32 |
| Octal | 250 | 142 | 125 | 0 | 52 | 61 | 42 | 11 | 41 | 62 |
| Binary | 10101000 | 1100010 | 1010101 | 0 | 101010 | 110001 | 100010 | 1001 | 100001 | 110010 |
Color Harmonies of #A86255
Complementary color
Monochromatic Colors of #A86255
Black with #A86255
Text Example
Text Example
White with #A86255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86255; }
p { color: rgb(168,98,85); }
H1.HeaderClassName
{
color: #A86255;
}
.AnyTagClassName
{
color: #A86255;
}
</style>
background-color css
<style>
a { background-color: #A86255; }
a { background-color: rgb(168,98,85); }
div.DivClassName
{
background-color: #A86255;
}
.BgClassName
{
background-color: #A86255;
}
</style>
border-color css
<style>
span { border-color: #A86255; }
span { border-color: rgb(168,98,85); }
td.TdClassName
{
border-color: #A86255;
}
.TagClassName
{
border-color: #A86255;
}
</style>