Shades of Golden Brown #A36F05
Tints of Golden Brown #A36F05
RGB
CMYK
RGB Variations
Color information
#A36F05 (or 0xA36F05) is known color: Golden Brown. HEX triplet: A3, 6F and 05. RGB value is (163,111,5). Sum of RGB (Red+Green+Blue) = 163+111+5=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F05 is #5C90FA. Grayscale: #727272. Windows color (decimal): -6066427 or 356259. OLE color: 356259.
HSL color Cylindrical-coordinate representation of color #A36F05: hue angle of 40.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A36F05 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.36 |
| HSL | 40.25º | 0.94% | 0.33% | - |
| HSV(B) | 40.25º | 0.97% | 0.64% | - |
| XYZ | 20.82 | 19.17 | 2.75 | - |
| YUV | 114.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 5 | 0 | 0.32 | 0.97 | 0.36 | 40.25 | 0.94 | 0.33 |
| Hex | A3 | 6F | 5 | 0 | 20 | 61 | 24 | 28 | 5E | 21 |
| Octal | 243 | 157 | 5 | 0 | 40 | 141 | 44 | 50 | 136 | 41 |
| Binary | 10100011 | 1101111 | 101 | 0 | 100000 | 1100001 | 100100 | 101000 | 1011110 | 100001 |
Color Harmonies of #A36F05
Complementary color
Monochromatic Colors of #A36F05
Black with #A36F05
Text Example
Text Example
White with #A36F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F05; }
p { color: rgb(163,111,5); }
H1.HeaderClassName
{
color: #A36F05;
}
.AnyTagClassName
{
color: #A36F05;
}
</style>
background-color css
<style>
a { background-color: #A36F05; }
a { background-color: rgb(163,111,5); }
div.DivClassName
{
background-color: #A36F05;
}
.BgClassName
{
background-color: #A36F05;
}
</style>
border-color css
<style>
span { border-color: #A36F05; }
span { border-color: rgb(163,111,5); }
td.TdClassName
{
border-color: #A36F05;
}
.TagClassName
{
border-color: #A36F05;
}
</style>