Shades of Au Chico #A56956
Tints of Au Chico #A56956
RGB
CMYK
RGB Variations
Color information
#A56956 (or 0xA56956) is known color: Au Chico. HEX triplet: A5, 69 and 56. RGB value is (165,105,86). Sum of RGB (Red+Green+Blue) = 165+105+86=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A56956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56956 is #5A96A9. Grayscale: #787878. Windows color (decimal): -5936810 or 5663141. OLE color: 5663141.
HSL color Cylindrical-coordinate representation of color #A56956: hue angle of 14.43º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56956 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 86 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.35 |
| HSL | 14.43º | 0.31% | 0.49% | - |
| HSV(B) | 14.43º | 0.48% | 0.65% | - |
| XYZ | 22.25 | 18.77 | 11.26 | - |
| YUV | 120.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 86 | 0 | 0.36 | 0.48 | 0.35 | 14.43 | 0.31 | 0.49 |
| Hex | A5 | 69 | 56 | 0 | 24 | 30 | 23 | E | 1F | 31 |
| Octal | 245 | 151 | 126 | 0 | 44 | 60 | 43 | 16 | 37 | 61 |
| Binary | 10100101 | 1101001 | 1010110 | 0 | 100100 | 110000 | 100011 | 1110 | 11111 | 110001 |
Color Harmonies of #A56956
Complementary color
Monochromatic Colors of #A56956
Black with #A56956
Text Example
Text Example
White with #A56956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56956; }
p { color: rgb(165,105,86); }
H1.HeaderClassName
{
color: #A56956;
}
.AnyTagClassName
{
color: #A56956;
}
</style>
background-color css
<style>
a { background-color: #A56956; }
a { background-color: rgb(165,105,86); }
div.DivClassName
{
background-color: #A56956;
}
.BgClassName
{
background-color: #A56956;
}
</style>
border-color css
<style>
span { border-color: #A56956; }
span { border-color: rgb(165,105,86); }
td.TdClassName
{
border-color: #A56956;
}
.TagClassName
{
border-color: #A56956;
}
</style>