Shades of Golden Brown #A36F09
Tints of Golden Brown #A36F09
RGB
CMYK
RGB Variations
Color information
#A36F09 (or 0xA36F09) is known color: Golden Brown. HEX triplet: A3, 6F and 09. RGB value is (163,111,9). Sum of RGB (Red+Green+Blue) = 163+111+9=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F09 is #5C90F6. Grayscale: #737373. Windows color (decimal): -6066423 or 618403. OLE color: 618403.
HSL color Cylindrical-coordinate representation of color #A36F09: hue angle of 39.74º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A36F09 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 9 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.36 |
| HSL | 39.74º | 0.9% | 0.34% | - |
| HSV(B) | 39.74º | 0.94% | 0.64% | - |
| XYZ | 20.84 | 19.18 | 2.86 | - |
| YUV | 114.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 9 | 0 | 0.32 | 0.94 | 0.36 | 39.74 | 0.9 | 0.34 |
| Hex | A3 | 6F | 9 | 0 | 20 | 5E | 24 | 28 | 5A | 22 |
| Octal | 243 | 157 | 11 | 0 | 40 | 136 | 44 | 50 | 132 | 42 |
| Binary | 10100011 | 1101111 | 1001 | 0 | 100000 | 1011110 | 100100 | 101000 | 1011010 | 100010 |
Color Harmonies of #A36F09
Complementary color
Monochromatic Colors of #A36F09
Black with #A36F09
Text Example
Text Example
White with #A36F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F09; }
p { color: rgb(163,111,9); }
H1.HeaderClassName
{
color: #A36F09;
}
.AnyTagClassName
{
color: #A36F09;
}
</style>
background-color css
<style>
a { background-color: #A36F09; }
a { background-color: rgb(163,111,9); }
div.DivClassName
{
background-color: #A36F09;
}
.BgClassName
{
background-color: #A36F09;
}
</style>
border-color css
<style>
span { border-color: #A36F09; }
span { border-color: rgb(163,111,9); }
td.TdClassName
{
border-color: #A36F09;
}
.TagClassName
{
border-color: #A36F09;
}
</style>