Shades of Golden Brown #A67112
Tints of Golden Brown #A67112
RGB
CMYK
RGB Variations
Color information
#A67112 (or 0xA67112) is known color: Golden Brown. HEX triplet: A6, 71 and 12. RGB value is (166,113,18). Sum of RGB (Red+Green+Blue) = 166+113+18=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A67112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67112 is #598EED. Grayscale: #767676. Windows color (decimal): -5869294 or 1208742. OLE color: 1208742.
HSL color Cylindrical-coordinate representation of color #A67112: hue angle of 38.51º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A67112 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 18 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.35 |
| HSL | 38.51º | 0.8% | 0.36% | - |
| HSV(B) | 38.51º | 0.89% | 0.65% | - |
| XYZ | 21.74 | 19.96 | 3.28 | - |
| YUV | 118.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 18 | 0 | 0.32 | 0.89 | 0.35 | 38.51 | 0.8 | 0.36 |
| Hex | A6 | 71 | 12 | 0 | 20 | 59 | 23 | 27 | 50 | 24 |
| Octal | 246 | 161 | 22 | 0 | 40 | 131 | 43 | 47 | 120 | 44 |
| Binary | 10100110 | 1110001 | 10010 | 0 | 100000 | 1011001 | 100011 | 100111 | 1010000 | 100100 |
Color Harmonies of #A67112
Complementary color
Monochromatic Colors of #A67112
Black with #A67112
Text Example
Text Example
White with #A67112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67112; }
p { color: rgb(166,113,18); }
H1.HeaderClassName
{
color: #A67112;
}
.AnyTagClassName
{
color: #A67112;
}
</style>
background-color css
<style>
a { background-color: #A67112; }
a { background-color: rgb(166,113,18); }
div.DivClassName
{
background-color: #A67112;
}
.BgClassName
{
background-color: #A67112;
}
</style>
border-color css
<style>
span { border-color: #A67112; }
span { border-color: rgb(166,113,18); }
td.TdClassName
{
border-color: #A67112;
}
.TagClassName
{
border-color: #A67112;
}
</style>