Shades of Au Chico #A56357
Tints of Au Chico #A56357
RGB
CMYK
RGB Variations
Color information
#A56357 (or 0xA56357) is known color: Au Chico. HEX triplet: A5, 63 and 57. RGB value is (165,99,87). Sum of RGB (Red+Green+Blue) = 165+99+87=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A56357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56357 is #5A9CA8. Grayscale: #757575. Windows color (decimal): -5938345 or 5727141. OLE color: 5727141.
HSL color Cylindrical-coordinate representation of color #A56357: hue angle of 9.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56357 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 87 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.35 |
| HSL | 9.23º | 0.31% | 0.49% | - |
| HSV(B) | 9.23º | 0.47% | 0.65% | - |
| XYZ | 21.7 | 17.61 | 11.27 | - |
| YUV | 117.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 87 | 0 | 0.40 | 0.47 | 0.35 | 9.23 | 0.31 | 0.49 |
| Hex | A5 | 63 | 57 | 0 | 28 | 2F | 23 | 9 | 1F | 31 |
| Octal | 245 | 143 | 127 | 0 | 50 | 57 | 43 | 11 | 37 | 61 |
| Binary | 10100101 | 1100011 | 1010111 | 0 | 101000 | 101111 | 100011 | 1001 | 11111 | 110001 |
Color Harmonies of #A56357
Complementary color
Monochromatic Colors of #A56357
Black with #A56357
Text Example
Text Example
White with #A56357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56357; }
p { color: rgb(165,99,87); }
H1.HeaderClassName
{
color: #A56357;
}
.AnyTagClassName
{
color: #A56357;
}
</style>
background-color css
<style>
a { background-color: #A56357; }
a { background-color: rgb(165,99,87); }
div.DivClassName
{
background-color: #A56357;
}
.BgClassName
{
background-color: #A56357;
}
</style>
border-color css
<style>
span { border-color: #A56357; }
span { border-color: rgb(165,99,87); }
td.TdClassName
{
border-color: #A56357;
}
.TagClassName
{
border-color: #A56357;
}
</style>