Shades of Golden Brown #A36711
Tints of Golden Brown #A36711
RGB
CMYK
RGB Variations
Color information
#A36711 (or 0xA36711) is known color: Golden Brown. HEX triplet: A3, 67 and 11. RGB value is (163,103,17). Sum of RGB (Red+Green+Blue) = 163+103+17=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A36711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36711 is #5C98EE. Grayscale: #6F6F6F. Windows color (decimal): -6068463 or 1140643. OLE color: 1140643.
HSL color Cylindrical-coordinate representation of color #A36711: hue angle of 35.34º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A36711 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 17 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.36 |
| HSL | 35.34º | 0.81% | 0.35% | - |
| HSV(B) | 35.34º | 0.9% | 0.64% | - |
| XYZ | 20.06 | 17.53 | 2.86 | - |
| YUV | 111.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 17 | 0 | 0.37 | 0.90 | 0.36 | 35.34 | 0.81 | 0.35 |
| Hex | A3 | 67 | 11 | 0 | 25 | 5A | 24 | 23 | 51 | 23 |
| Octal | 243 | 147 | 21 | 0 | 45 | 132 | 44 | 43 | 121 | 43 |
| Binary | 10100011 | 1100111 | 10001 | 0 | 100101 | 1011010 | 100100 | 100011 | 1010001 | 100011 |
Color Harmonies of #A36711
Complementary color
Monochromatic Colors of #A36711
Black with #A36711
Text Example
Text Example
White with #A36711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36711; }
p { color: rgb(163,103,17); }
H1.HeaderClassName
{
color: #A36711;
}
.AnyTagClassName
{
color: #A36711;
}
</style>
background-color css
<style>
a { background-color: #A36711; }
a { background-color: rgb(163,103,17); }
div.DivClassName
{
background-color: #A36711;
}
.BgClassName
{
background-color: #A36711;
}
</style>
border-color css
<style>
span { border-color: #A36711; }
span { border-color: rgb(163,103,17); }
td.TdClassName
{
border-color: #A36711;
}
.TagClassName
{
border-color: #A36711;
}
</style>