Shades of Au Chico #A36552
Tints of Au Chico #A36552
RGB
CMYK
RGB Variations
Color information
#A36552 (or 0xA36552) is known color: Au Chico. HEX triplet: A3, 65 and 52. RGB value is (163,101,82). Sum of RGB (Red+Green+Blue) = 163+101+82=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36552 is #5C9AAD. Grayscale: #757575. Windows color (decimal): -6068910 or 5399971. OLE color: 5399971.
HSL color Cylindrical-coordinate representation of color #A36552: hue angle of 14.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36552 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 82 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.36 |
| HSL | 14.07º | 0.33% | 0.48% | - |
| HSV(B) | 14.07º | 0.5% | 0.64% | - |
| XYZ | 21.28 | 17.7 | 10.28 | - |
| YUV | 117.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 82 | 0 | 0.38 | 0.50 | 0.36 | 14.07 | 0.33 | 0.48 |
| Hex | A3 | 65 | 52 | 0 | 26 | 32 | 24 | E | 21 | 30 |
| Octal | 243 | 145 | 122 | 0 | 46 | 62 | 44 | 16 | 41 | 60 |
| Binary | 10100011 | 1100101 | 1010010 | 0 | 100110 | 110010 | 100100 | 1110 | 100001 | 110000 |
Color Harmonies of #A36552
Complementary color
Monochromatic Colors of #A36552
Black with #A36552
Text Example
Text Example
White with #A36552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36552; }
p { color: rgb(163,101,82); }
H1.HeaderClassName
{
color: #A36552;
}
.AnyTagClassName
{
color: #A36552;
}
</style>
background-color css
<style>
a { background-color: #A36552; }
a { background-color: rgb(163,101,82); }
div.DivClassName
{
background-color: #A36552;
}
.BgClassName
{
background-color: #A36552;
}
</style>
border-color css
<style>
span { border-color: #A36552; }
span { border-color: rgb(163,101,82); }
td.TdClassName
{
border-color: #A36552;
}
.TagClassName
{
border-color: #A36552;
}
</style>