Shades of Golden Brown #A36D01
Tints of Golden Brown #A36D01
RGB
CMYK
RGB Variations
Color information
#A36D01 (or 0xA36D01) is known color: Golden Brown. HEX triplet: A3, 6D and 01. RGB value is (163,109,1). Sum of RGB (Red+Green+Blue) = 163+109+1=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36D01 is #5C92FE. Grayscale: #717171. Windows color (decimal): -6066943 or 93603. OLE color: 93603.
HSL color Cylindrical-coordinate representation of color #A36D01: hue angle of 40º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A36D01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.36 |
| HSL | 40º | 0.99% | 0.32% | - |
| HSV(B) | 40º | 0.99% | 0.64% | - |
| XYZ | 20.58 | 18.73 | 2.56 | - |
| YUV | 112.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 1 | 0 | 0.33 | 0.99 | 0.36 | 40 | 0.99 | 0.32 |
| Hex | A3 | 6D | 1 | 0 | 21 | 63 | 24 | 28 | 63 | 20 |
| Octal | 243 | 155 | 1 | 0 | 41 | 143 | 44 | 50 | 143 | 40 |
| Binary | 10100011 | 1101101 | 1 | 0 | 100001 | 1100011 | 100100 | 101000 | 1100011 | 100000 |
Color Harmonies of #A36D01
Complementary color
Monochromatic Colors of #A36D01
Black with #A36D01
Text Example
Text Example
White with #A36D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D01; }
p { color: rgb(163,109,1); }
H1.HeaderClassName
{
color: #A36D01;
}
.AnyTagClassName
{
color: #A36D01;
}
</style>
background-color css
<style>
a { background-color: #A36D01; }
a { background-color: rgb(163,109,1); }
div.DivClassName
{
background-color: #A36D01;
}
.BgClassName
{
background-color: #A36D01;
}
</style>
border-color css
<style>
span { border-color: #A36D01; }
span { border-color: rgb(163,109,1); }
td.TdClassName
{
border-color: #A36D01;
}
.TagClassName
{
border-color: #A36D01;
}
</style>