Shades of Au Chico #A86555
Tints of Au Chico #A86555
RGB
CMYK
RGB Variations
Color information
#A86555 (or 0xA86555) is known color: Au Chico. HEX triplet: A8, 65 and 55. RGB value is (168,101,85). Sum of RGB (Red+Green+Blue) = 168+101+85=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86555 is #579AAA. Grayscale: #777777. Windows color (decimal): -5741227 or 5596584. OLE color: 5596584.
HSL color Cylindrical-coordinate representation of color #A86555: hue angle of 11.57º 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 #A86555 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 85 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.34 |
| HSL | 11.57º | 0.33% | 0.5% | - |
| HSV(B) | 11.57º | 0.49% | 0.66% | - |
| XYZ | 22.44 | 18.29 | 10.94 | - |
| YUV | 119.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 85 | 0 | 0.40 | 0.49 | 0.34 | 11.57 | 0.33 | 0.5 |
| Hex | A8 | 65 | 55 | 0 | 28 | 31 | 22 | C | 21 | 32 |
| Octal | 250 | 145 | 125 | 0 | 50 | 61 | 42 | 14 | 41 | 62 |
| Binary | 10101000 | 1100101 | 1010101 | 0 | 101000 | 110001 | 100010 | 1100 | 100001 | 110010 |
Color Harmonies of #A86555
Complementary color
Monochromatic Colors of #A86555
Black with #A86555
Text Example
Text Example
White with #A86555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86555; }
p { color: rgb(168,101,85); }
H1.HeaderClassName
{
color: #A86555;
}
.AnyTagClassName
{
color: #A86555;
}
</style>
background-color css
<style>
a { background-color: #A86555; }
a { background-color: rgb(168,101,85); }
div.DivClassName
{
background-color: #A86555;
}
.BgClassName
{
background-color: #A86555;
}
</style>
border-color css
<style>
span { border-color: #A86555; }
span { border-color: rgb(168,101,85); }
td.TdClassName
{
border-color: #A86555;
}
.TagClassName
{
border-color: #A86555;
}
</style>