Shades of Au Chico #A36354
Tints of Au Chico #A36354
RGB
CMYK
RGB Variations
Color information
#A36354 (or 0xA36354) is known color: Au Chico. HEX triplet: A3, 63 and 54. RGB value is (163,99,84). Sum of RGB (Red+Green+Blue) = 163+99+84=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36354 is #5C9CAB. Grayscale: #747474. Windows color (decimal): -6069420 or 5530531. OLE color: 5530531.
HSL color Cylindrical-coordinate representation of color #A36354: hue angle of 11.39º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36354 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 84 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.36 |
| HSL | 11.39º | 0.32% | 0.48% | - |
| HSV(B) | 11.39º | 0.48% | 0.64% | - |
| XYZ | 21.17 | 17.35 | 10.62 | - |
| YUV | 116.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 84 | 0 | 0.39 | 0.48 | 0.36 | 11.39 | 0.32 | 0.48 |
| Hex | A3 | 63 | 54 | 0 | 27 | 30 | 24 | B | 20 | 30 |
| Octal | 243 | 143 | 124 | 0 | 47 | 60 | 44 | 13 | 40 | 60 |
| Binary | 10100011 | 1100011 | 1010100 | 0 | 100111 | 110000 | 100100 | 1011 | 100000 | 110000 |
Color Harmonies of #A36354
Complementary color
Monochromatic Colors of #A36354
Black with #A36354
Text Example
Text Example
White with #A36354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36354; }
p { color: rgb(163,99,84); }
H1.HeaderClassName
{
color: #A36354;
}
.AnyTagClassName
{
color: #A36354;
}
</style>
background-color css
<style>
a { background-color: #A36354; }
a { background-color: rgb(163,99,84); }
div.DivClassName
{
background-color: #A36354;
}
.BgClassName
{
background-color: #A36354;
}
</style>
border-color css
<style>
span { border-color: #A36354; }
span { border-color: rgb(163,99,84); }
td.TdClassName
{
border-color: #A36354;
}
.TagClassName
{
border-color: #A36354;
}
</style>