Shades of Golden Brown #A37112
Tints of Golden Brown #A37112
RGB
CMYK
RGB Variations
Color information
#A37112 (or 0xA37112) is known color: Golden Brown. HEX triplet: A3, 71 and 12. RGB value is (163,113,18). Sum of RGB (Red+Green+Blue) = 163+113+18=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A37112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37112 is #5C8EED. Grayscale: #757575. Windows color (decimal): -6065902 or 1208739. OLE color: 1208739.
HSL color Cylindrical-coordinate representation of color #A37112: hue angle of 39.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A37112 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 18 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.36 |
| HSL | 39.31º | 0.8% | 0.35% | - |
| HSV(B) | 39.31º | 0.89% | 0.64% | - |
| XYZ | 21.12 | 19.64 | 3.25 | - |
| YUV | 117.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 18 | 0 | 0.31 | 0.89 | 0.36 | 39.31 | 0.8 | 0.35 |
| Hex | A3 | 71 | 12 | 0 | 1F | 59 | 24 | 27 | 50 | 23 |
| Octal | 243 | 161 | 22 | 0 | 37 | 131 | 44 | 47 | 120 | 43 |
| Binary | 10100011 | 1110001 | 10010 | 0 | 11111 | 1011001 | 100100 | 100111 | 1010000 | 100011 |
Color Harmonies of #A37112
Complementary color
Monochromatic Colors of #A37112
Black with #A37112
Text Example
Text Example
White with #A37112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37112; }
p { color: rgb(163,113,18); }
H1.HeaderClassName
{
color: #A37112;
}
.AnyTagClassName
{
color: #A37112;
}
</style>
background-color css
<style>
a { background-color: #A37112; }
a { background-color: rgb(163,113,18); }
div.DivClassName
{
background-color: #A37112;
}
.BgClassName
{
background-color: #A37112;
}
</style>
border-color css
<style>
span { border-color: #A37112; }
span { border-color: rgb(163,113,18); }
td.TdClassName
{
border-color: #A37112;
}
.TagClassName
{
border-color: #A37112;
}
</style>