Shades of Golden Brown #A36D1D
Tints of Golden Brown #A36D1D
RGB
CMYK
RGB Variations
Color information
#A36D1D (or 0xA36D1D) is known color: Golden Brown. HEX triplet: A3, 6D and 1D. RGB value is (163,109,29). Sum of RGB (Red+Green+Blue) = 163+109+29=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D1D is #5C92E2. Grayscale: #747474. Windows color (decimal): -6066915 or 1928611. OLE color: 1928611.
HSL color Cylindrical-coordinate representation of color #A36D1D: hue angle of 35.82º degrees, saturation: 0.7, 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 #A36D1D is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 29 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.36 |
| HSL | 35.82º | 0.7% | 0.38% | - |
| HSV(B) | 35.82º | 0.82% | 0.64% | - |
| XYZ | 20.79 | 18.81 | 3.7 | - |
| YUV | 116.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 29 | 0 | 0.33 | 0.82 | 0.36 | 35.82 | 0.7 | 0.38 |
| Hex | A3 | 6D | 1D | 0 | 21 | 52 | 24 | 24 | 46 | 26 |
| Octal | 243 | 155 | 35 | 0 | 41 | 122 | 44 | 44 | 106 | 46 |
| Binary | 10100011 | 1101101 | 11101 | 0 | 100001 | 1010010 | 100100 | 100100 | 1000110 | 100110 |
Color Harmonies of #A36D1D
Complementary color
Monochromatic Colors of #A36D1D
Black with #A36D1D
Text Example
Text Example
White with #A36D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D1D; }
p { color: rgb(163,109,29); }
H1.HeaderClassName
{
color: #A36D1D;
}
.AnyTagClassName
{
color: #A36D1D;
}
</style>
background-color css
<style>
a { background-color: #A36D1D; }
a { background-color: rgb(163,109,29); }
div.DivClassName
{
background-color: #A36D1D;
}
.BgClassName
{
background-color: #A36D1D;
}
</style>
border-color css
<style>
span { border-color: #A36D1D; }
span { border-color: rgb(163,109,29); }
td.TdClassName
{
border-color: #A36D1D;
}
.TagClassName
{
border-color: #A36D1D;
}
</style>