Shades of Au Chico #A36A5D
Tints of Au Chico #A36A5D
RGB
CMYK
RGB Variations
Color information
#A36A5D (or 0xA36A5D) is known color: Au Chico. HEX triplet: A3, 6A and 5D. RGB value is (163,106,93). Sum of RGB (Red+Green+Blue) = 163+106+93=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A5D is #5C95A2. Grayscale: #797979. Windows color (decimal): -6067619 or 6122147. OLE color: 6122147.
HSL color Cylindrical-coordinate representation of color #A36A5D: hue angle of 11.14º 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 #A36A5D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 93 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.36 |
| HSL | 11.14º | 0.28% | 0.5% | - |
| HSV(B) | 11.14º | 0.43% | 0.64% | - |
| XYZ | 22.23 | 18.88 | 12.83 | - |
| YUV | 121.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 93 | 0 | 0.35 | 0.43 | 0.36 | 11.14 | 0.28 | 0.5 |
| Hex | A3 | 6A | 5D | 0 | 23 | 2B | 24 | B | 1C | 32 |
| Octal | 243 | 152 | 135 | 0 | 43 | 53 | 44 | 13 | 34 | 62 |
| Binary | 10100011 | 1101010 | 1011101 | 0 | 100011 | 101011 | 100100 | 1011 | 11100 | 110010 |
Color Harmonies of #A36A5D
Complementary color
Monochromatic Colors of #A36A5D
Black with #A36A5D
Text Example
Text Example
White with #A36A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A5D; }
p { color: rgb(163,106,93); }
H1.HeaderClassName
{
color: #A36A5D;
}
.AnyTagClassName
{
color: #A36A5D;
}
</style>
background-color css
<style>
a { background-color: #A36A5D; }
a { background-color: rgb(163,106,93); }
div.DivClassName
{
background-color: #A36A5D;
}
.BgClassName
{
background-color: #A36A5D;
}
</style>
border-color css
<style>
span { border-color: #A36A5D; }
span { border-color: rgb(163,106,93); }
td.TdClassName
{
border-color: #A36A5D;
}
.TagClassName
{
border-color: #A36A5D;
}
</style>