Shades of Golden Brown #A36D1E
Tints of Golden Brown #A36D1E
RGB
CMYK
RGB Variations
Color information
#A36D1E (or 0xA36D1E) is known color: Golden Brown. HEX triplet: A3, 6D and 1E. RGB value is (163,109,30). Sum of RGB (Red+Green+Blue) = 163+109+30=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D1E is #5C92E1. Grayscale: #747474. Windows color (decimal): -6066914 or 1994147. OLE color: 1994147.
HSL color Cylindrical-coordinate representation of color #A36D1E: hue angle of 35.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A36D1E is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 30 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.36 |
| HSL | 35.64º | 0.69% | 0.38% | - |
| HSV(B) | 35.64º | 0.82% | 0.64% | - |
| XYZ | 20.81 | 18.82 | 3.76 | - |
| YUV | 116.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 30 | 0 | 0.33 | 0.82 | 0.36 | 35.64 | 0.69 | 0.38 |
| Hex | A3 | 6D | 1E | 0 | 21 | 52 | 24 | 24 | 45 | 26 |
| Octal | 243 | 155 | 36 | 0 | 41 | 122 | 44 | 44 | 105 | 46 |
| Binary | 10100011 | 1101101 | 11110 | 0 | 100001 | 1010010 | 100100 | 100100 | 1000101 | 100110 |
Color Harmonies of #A36D1E
Complementary color
Monochromatic Colors of #A36D1E
Black with #A36D1E
Text Example
Text Example
White with #A36D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D1E; }
p { color: rgb(163,109,30); }
H1.HeaderClassName
{
color: #A36D1E;
}
.AnyTagClassName
{
color: #A36D1E;
}
</style>
background-color css
<style>
a { background-color: #A36D1E; }
a { background-color: rgb(163,109,30); }
div.DivClassName
{
background-color: #A36D1E;
}
.BgClassName
{
background-color: #A36D1E;
}
</style>
border-color css
<style>
span { border-color: #A36D1E; }
span { border-color: rgb(163,109,30); }
td.TdClassName
{
border-color: #A36D1E;
}
.TagClassName
{
border-color: #A36D1E;
}
</style>