Shades of Au Chico #A36157
Tints of Au Chico #A36157
RGB
CMYK
RGB Variations
Color information
#A36157 (or 0xA36157) is known color: Au Chico. HEX triplet: A3, 61 and 57. RGB value is (163,97,87). Sum of RGB (Red+Green+Blue) = 163+97+87=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A36157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36157 is #5C9EA8. Grayscale: #737373. Windows color (decimal): -6069929 or 5726627. OLE color: 5726627.
HSL color Cylindrical-coordinate representation of color #A36157: hue angle of 7.89º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36157 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 87 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.36 |
| HSL | 7.89º | 0.3% | 0.49% | - |
| HSV(B) | 7.89º | 0.47% | 0.64% | - |
| XYZ | 21.1 | 17.02 | 11.19 | - |
| YUV | 115.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 87 | 0 | 0.40 | 0.47 | 0.36 | 7.89 | 0.3 | 0.49 |
| Hex | A3 | 61 | 57 | 0 | 28 | 2F | 24 | 8 | 1E | 31 |
| Octal | 243 | 141 | 127 | 0 | 50 | 57 | 44 | 10 | 36 | 61 |
| Binary | 10100011 | 1100001 | 1010111 | 0 | 101000 | 101111 | 100100 | 1000 | 11110 | 110001 |
Color Harmonies of #A36157
Complementary color
Monochromatic Colors of #A36157
Black with #A36157
Text Example
Text Example
White with #A36157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36157; }
p { color: rgb(163,97,87); }
H1.HeaderClassName
{
color: #A36157;
}
.AnyTagClassName
{
color: #A36157;
}
</style>
background-color css
<style>
a { background-color: #A36157; }
a { background-color: rgb(163,97,87); }
div.DivClassName
{
background-color: #A36157;
}
.BgClassName
{
background-color: #A36157;
}
</style>
border-color css
<style>
span { border-color: #A36157; }
span { border-color: rgb(163,97,87); }
td.TdClassName
{
border-color: #A36157;
}
.TagClassName
{
border-color: #A36157;
}
</style>