Shades of Golden Brown #A36D15
Tints of Golden Brown #A36D15
RGB
CMYK
RGB Variations
Color information
#A36D15 (or 0xA36D15) is known color: Golden Brown. HEX triplet: A3, 6D and 15. RGB value is (163,109,21). Sum of RGB (Red+Green+Blue) = 163+109+21=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36D15 is #5C92EA. Grayscale: #737373. Windows color (decimal): -6066923 or 1404323. OLE color: 1404323.
HSL color Cylindrical-coordinate representation of color #A36D15: hue angle of 37.18º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A36D15 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 21 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.36 |
| HSL | 37.18º | 0.77% | 0.36% | - |
| HSV(B) | 37.18º | 0.87% | 0.64% | - |
| XYZ | 20.71 | 18.78 | 3.24 | - |
| YUV | 115.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 21 | 0 | 0.33 | 0.87 | 0.36 | 37.18 | 0.77 | 0.36 |
| Hex | A3 | 6D | 15 | 0 | 21 | 57 | 24 | 25 | 4D | 24 |
| Octal | 243 | 155 | 25 | 0 | 41 | 127 | 44 | 45 | 115 | 44 |
| Binary | 10100011 | 1101101 | 10101 | 0 | 100001 | 1010111 | 100100 | 100101 | 1001101 | 100100 |
Color Harmonies of #A36D15
Complementary color
Monochromatic Colors of #A36D15
Black with #A36D15
Text Example
Text Example
White with #A36D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D15; }
p { color: rgb(163,109,21); }
H1.HeaderClassName
{
color: #A36D15;
}
.AnyTagClassName
{
color: #A36D15;
}
</style>
background-color css
<style>
a { background-color: #A36D15; }
a { background-color: rgb(163,109,21); }
div.DivClassName
{
background-color: #A36D15;
}
.BgClassName
{
background-color: #A36D15;
}
</style>
border-color css
<style>
span { border-color: #A36D15; }
span { border-color: rgb(163,109,21); }
td.TdClassName
{
border-color: #A36D15;
}
.TagClassName
{
border-color: #A36D15;
}
</style>