Shades of Golden Brown #A36D08
Tints of Golden Brown #A36D08
RGB
CMYK
RGB Variations
Color information
#A36D08 (or 0xA36D08) is known color: Golden Brown. HEX triplet: A3, 6D and 08. RGB value is (163,109,8). Sum of RGB (Red+Green+Blue) = 163+109+8=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36D08 is #5C92F7. Grayscale: #727272. Windows color (decimal): -6066936 or 552355. OLE color: 552355.
HSL color Cylindrical-coordinate representation of color #A36D08: hue angle of 39.1º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A36D08 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 8 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.36 |
| HSL | 39.1º | 0.91% | 0.34% | - |
| HSV(B) | 39.1º | 0.95% | 0.64% | - |
| XYZ | 20.62 | 18.74 | 2.76 | - |
| YUV | 113.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 8 | 0 | 0.33 | 0.95 | 0.36 | 39.1 | 0.91 | 0.34 |
| Hex | A3 | 6D | 8 | 0 | 21 | 5F | 24 | 27 | 5B | 22 |
| Octal | 243 | 155 | 10 | 0 | 41 | 137 | 44 | 47 | 133 | 42 |
| Binary | 10100011 | 1101101 | 1000 | 0 | 100001 | 1011111 | 100100 | 100111 | 1011011 | 100010 |
Color Harmonies of #A36D08
Complementary color
Monochromatic Colors of #A36D08
Black with #A36D08
Text Example
Text Example
White with #A36D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D08; }
p { color: rgb(163,109,8); }
H1.HeaderClassName
{
color: #A36D08;
}
.AnyTagClassName
{
color: #A36D08;
}
</style>
background-color css
<style>
a { background-color: #A36D08; }
a { background-color: rgb(163,109,8); }
div.DivClassName
{
background-color: #A36D08;
}
.BgClassName
{
background-color: #A36D08;
}
</style>
border-color css
<style>
span { border-color: #A36D08; }
span { border-color: rgb(163,109,8); }
td.TdClassName
{
border-color: #A36D08;
}
.TagClassName
{
border-color: #A36D08;
}
</style>