Shades of Au Chico #A36C5D
Tints of Au Chico #A36C5D
RGB
CMYK
RGB Variations
Color information
#A36C5D (or 0xA36C5D) is known color: Au Chico. HEX triplet: A3, 6C and 5D. RGB value is (163,108,93). Sum of RGB (Red+Green+Blue) = 163+108+93=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C5D is #5C93A2. Grayscale: #7A7A7A. Windows color (decimal): -6067107 or 6122659. OLE color: 6122659.
HSL color Cylindrical-coordinate representation of color #A36C5D: hue angle of 12.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36C5D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 93 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.36 |
| HSL | 12.86º | 0.28% | 0.5% | - |
| HSV(B) | 12.86º | 0.43% | 0.64% | - |
| XYZ | 22.44 | 19.3 | 12.9 | - |
| YUV | 122.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 93 | 0 | 0.34 | 0.43 | 0.36 | 12.86 | 0.28 | 0.5 |
| Hex | A3 | 6C | 5D | 0 | 22 | 2B | 24 | D | 1C | 32 |
| Octal | 243 | 154 | 135 | 0 | 42 | 53 | 44 | 15 | 34 | 62 |
| Binary | 10100011 | 1101100 | 1011101 | 0 | 100010 | 101011 | 100100 | 1101 | 11100 | 110010 |
Color Harmonies of #A36C5D
Complementary color
Monochromatic Colors of #A36C5D
Black with #A36C5D
Text Example
Text Example
White with #A36C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C5D; }
p { color: rgb(163,108,93); }
H1.HeaderClassName
{
color: #A36C5D;
}
.AnyTagClassName
{
color: #A36C5D;
}
</style>
background-color css
<style>
a { background-color: #A36C5D; }
a { background-color: rgb(163,108,93); }
div.DivClassName
{
background-color: #A36C5D;
}
.BgClassName
{
background-color: #A36C5D;
}
</style>
border-color css
<style>
span { border-color: #A36C5D; }
span { border-color: rgb(163,108,93); }
td.TdClassName
{
border-color: #A36C5D;
}
.TagClassName
{
border-color: #A36C5D;
}
</style>