Shades of Golden Brown #A36520
Tints of Golden Brown #A36520
RGB
CMYK
RGB Variations
Color information
#A36520 (or 0xA36520) is known color: Golden Brown. HEX triplet: A3, 65 and 20. RGB value is (163,101,32). Sum of RGB (Red+Green+Blue) = 163+101+32=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A36520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36520 is #5C9ADF. Grayscale: #707070. Windows color (decimal): -6068960 or 2123171. OLE color: 2123171.
HSL color Cylindrical-coordinate representation of color #A36520: hue angle of 31.6º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A36520 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 32 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.36 |
| HSL | 31.6º | 0.67% | 0.38% | - |
| HSV(B) | 31.6º | 0.8% | 0.64% | - |
| XYZ | 20.02 | 17.2 | 3.63 | - |
| YUV | 111.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 32 | 0 | 0.38 | 0.80 | 0.36 | 31.6 | 0.67 | 0.38 |
| Hex | A3 | 65 | 20 | 0 | 26 | 50 | 24 | 20 | 43 | 26 |
| Octal | 243 | 145 | 40 | 0 | 46 | 120 | 44 | 40 | 103 | 46 |
| Binary | 10100011 | 1100101 | 100000 | 0 | 100110 | 1010000 | 100100 | 100000 | 1000011 | 100110 |
Color Harmonies of #A36520
Complementary color
Monochromatic Colors of #A36520
Black with #A36520
Text Example
Text Example
White with #A36520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36520; }
p { color: rgb(163,101,32); }
H1.HeaderClassName
{
color: #A36520;
}
.AnyTagClassName
{
color: #A36520;
}
</style>
background-color css
<style>
a { background-color: #A36520; }
a { background-color: rgb(163,101,32); }
div.DivClassName
{
background-color: #A36520;
}
.BgClassName
{
background-color: #A36520;
}
</style>
border-color css
<style>
span { border-color: #A36520; }
span { border-color: rgb(163,101,32); }
td.TdClassName
{
border-color: #A36520;
}
.TagClassName
{
border-color: #A36520;
}
</style>