Shades of Au Chico #A06556
Tints of Au Chico #A06556
RGB
CMYK
RGB Variations
Color information
#A06556 (or 0xA06556) is known color: Au Chico. HEX triplet: A0, 65 and 56. RGB value is (160,101,86). Sum of RGB (Red+Green+Blue) = 160+101+86=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A06556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06556 is #5F9AA9. Grayscale: #757575. Windows color (decimal): -6265514 or 5662112. OLE color: 5662112.
HSL color Cylindrical-coordinate representation of color #A06556: hue angle of 12.16º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06556 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 86 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.37 |
| HSL | 12.16º | 0.3% | 0.48% | - |
| HSV(B) | 12.16º | 0.46% | 0.63% | - |
| XYZ | 20.83 | 17.45 | 11.07 | - |
| YUV | 116.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 86 | 0 | 0.37 | 0.46 | 0.37 | 12.16 | 0.3 | 0.48 |
| Hex | A0 | 65 | 56 | 0 | 25 | 2E | 25 | C | 1E | 30 |
| Octal | 240 | 145 | 126 | 0 | 45 | 56 | 45 | 14 | 36 | 60 |
| Binary | 10100000 | 1100101 | 1010110 | 0 | 100101 | 101110 | 100101 | 1100 | 11110 | 110000 |
Color Harmonies of #A06556
Complementary color
Monochromatic Colors of #A06556
Black with #A06556
Text Example
Text Example
White with #A06556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06556; }
p { color: rgb(160,101,86); }
H1.HeaderClassName
{
color: #A06556;
}
.AnyTagClassName
{
color: #A06556;
}
</style>
background-color css
<style>
a { background-color: #A06556; }
a { background-color: rgb(160,101,86); }
div.DivClassName
{
background-color: #A06556;
}
.BgClassName
{
background-color: #A06556;
}
</style>
border-color css
<style>
span { border-color: #A06556; }
span { border-color: rgb(160,101,86); }
td.TdClassName
{
border-color: #A06556;
}
.TagClassName
{
border-color: #A06556;
}
</style>