Shades of Golden Brown #A36F03
Tints of Golden Brown #A36F03
RGB
CMYK
RGB Variations
Color information
#A36F03 (or 0xA36F03) is known color: Golden Brown. HEX triplet: A3, 6F and 03. RGB value is (163,111,3). Sum of RGB (Red+Green+Blue) = 163+111+3=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36F03 is #5C90FC. Grayscale: #727272. Windows color (decimal): -6066429 or 225187. OLE color: 225187.
HSL color Cylindrical-coordinate representation of color #A36F03: hue angle of 40.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A36F03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.36 |
| HSL | 40.5º | 0.96% | 0.33% | - |
| HSV(B) | 40.5º | 0.98% | 0.64% | - |
| XYZ | 20.81 | 19.16 | 2.69 | - |
| YUV | 114.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 3 | 0 | 0.32 | 0.98 | 0.36 | 40.5 | 0.96 | 0.33 |
| Hex | A3 | 6F | 3 | 0 | 20 | 62 | 24 | 28 | 60 | 21 |
| Octal | 243 | 157 | 3 | 0 | 40 | 142 | 44 | 50 | 140 | 41 |
| Binary | 10100011 | 1101111 | 11 | 0 | 100000 | 1100010 | 100100 | 101000 | 1100000 | 100001 |
Color Harmonies of #A36F03
Complementary color
Monochromatic Colors of #A36F03
Black with #A36F03
Text Example
Text Example
White with #A36F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F03; }
p { color: rgb(163,111,3); }
H1.HeaderClassName
{
color: #A36F03;
}
.AnyTagClassName
{
color: #A36F03;
}
</style>
background-color css
<style>
a { background-color: #A36F03; }
a { background-color: rgb(163,111,3); }
div.DivClassName
{
background-color: #A36F03;
}
.BgClassName
{
background-color: #A36F03;
}
</style>
border-color css
<style>
span { border-color: #A36F03; }
span { border-color: rgb(163,111,3); }
td.TdClassName
{
border-color: #A36F03;
}
.TagClassName
{
border-color: #A36F03;
}
</style>