Shades of Au Chico #A36353
Tints of Au Chico #A36353
RGB
CMYK
RGB Variations
Color information
#A36353 (or 0xA36353) is known color: Au Chico. HEX triplet: A3, 63 and 53. RGB value is (163,99,83). Sum of RGB (Red+Green+Blue) = 163+99+83=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A36353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36353 is #5C9CAC. Grayscale: #747474. Windows color (decimal): -6069421 or 5464995. OLE color: 5464995.
HSL color Cylindrical-coordinate representation of color #A36353: hue angle of 12º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36353 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 83 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.36 |
| HSL | 12º | 0.33% | 0.48% | - |
| HSV(B) | 12º | 0.49% | 0.64% | - |
| XYZ | 21.13 | 17.33 | 10.42 | - |
| YUV | 116.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 83 | 0 | 0.39 | 0.49 | 0.36 | 12 | 0.33 | 0.48 |
| Hex | A3 | 63 | 53 | 0 | 27 | 31 | 24 | C | 21 | 30 |
| Octal | 243 | 143 | 123 | 0 | 47 | 61 | 44 | 14 | 41 | 60 |
| Binary | 10100011 | 1100011 | 1010011 | 0 | 100111 | 110001 | 100100 | 1100 | 100001 | 110000 |
Color Harmonies of #A36353
Complementary color
Monochromatic Colors of #A36353
Black with #A36353
Text Example
Text Example
White with #A36353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36353; }
p { color: rgb(163,99,83); }
H1.HeaderClassName
{
color: #A36353;
}
.AnyTagClassName
{
color: #A36353;
}
</style>
background-color css
<style>
a { background-color: #A36353; }
a { background-color: rgb(163,99,83); }
div.DivClassName
{
background-color: #A36353;
}
.BgClassName
{
background-color: #A36353;
}
</style>
border-color css
<style>
span { border-color: #A36353; }
span { border-color: rgb(163,99,83); }
td.TdClassName
{
border-color: #A36353;
}
.TagClassName
{
border-color: #A36353;
}
</style>