Shades of Golden Brown #A37111
Tints of Golden Brown #A37111
RGB
CMYK
RGB Variations
Color information
#A37111 (or 0xA37111) is known color: Golden Brown. HEX triplet: A3, 71 and 11. RGB value is (163,113,17). Sum of RGB (Red+Green+Blue) = 163+113+17=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A37111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37111 is #5C8EEE. Grayscale: #757575. Windows color (decimal): -6065903 or 1143203. OLE color: 1143203.
HSL color Cylindrical-coordinate representation of color #A37111: hue angle of 39.45º 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 #A37111 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 17 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.36 |
| HSL | 39.45º | 0.81% | 0.35% | - |
| HSV(B) | 39.45º | 0.9% | 0.64% | - |
| XYZ | 21.11 | 19.64 | 3.21 | - |
| YUV | 117.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 17 | 0 | 0.31 | 0.90 | 0.36 | 39.45 | 0.81 | 0.35 |
| Hex | A3 | 71 | 11 | 0 | 1F | 5A | 24 | 27 | 51 | 23 |
| Octal | 243 | 161 | 21 | 0 | 37 | 132 | 44 | 47 | 121 | 43 |
| Binary | 10100011 | 1110001 | 10001 | 0 | 11111 | 1011010 | 100100 | 100111 | 1010001 | 100011 |
Color Harmonies of #A37111
Complementary color
Monochromatic Colors of #A37111
Black with #A37111
Text Example
Text Example
White with #A37111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37111; }
p { color: rgb(163,113,17); }
H1.HeaderClassName
{
color: #A37111;
}
.AnyTagClassName
{
color: #A37111;
}
</style>
background-color css
<style>
a { background-color: #A37111; }
a { background-color: rgb(163,113,17); }
div.DivClassName
{
background-color: #A37111;
}
.BgClassName
{
background-color: #A37111;
}
</style>
border-color css
<style>
span { border-color: #A37111; }
span { border-color: rgb(163,113,17); }
td.TdClassName
{
border-color: #A37111;
}
.TagClassName
{
border-color: #A37111;
}
</style>