Shades of Golden Brown #A67011
Tints of Golden Brown #A67011
RGB
CMYK
RGB Variations
Color information
#A67011 (or 0xA67011) is known color: Golden Brown. HEX triplet: A6, 70 and 11. RGB value is (166,112,17). Sum of RGB (Red+Green+Blue) = 166+112+17=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A67011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67011 is #598FEE. Grayscale: #757575. Windows color (decimal): -5869551 or 1142950. OLE color: 1142950.
HSL color Cylindrical-coordinate representation of color #A67011: hue angle of 38.26º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A67011 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 112 | 17 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.35 |
| HSL | 38.26º | 0.81% | 0.36% | - |
| HSV(B) | 38.26º | 0.9% | 0.65% | - |
| XYZ | 21.62 | 19.74 | 3.2 | - |
| YUV | 117.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 17 | 0 | 0.33 | 0.90 | 0.35 | 38.26 | 0.81 | 0.36 |
| Hex | A6 | 70 | 11 | 0 | 21 | 5A | 23 | 26 | 51 | 24 |
| Octal | 246 | 160 | 21 | 0 | 41 | 132 | 43 | 46 | 121 | 44 |
| Binary | 10100110 | 1110000 | 10001 | 0 | 100001 | 1011010 | 100011 | 100110 | 1010001 | 100100 |
Color Harmonies of #A67011
Complementary color
Monochromatic Colors of #A67011
Black with #A67011
Text Example
Text Example
White with #A67011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67011; }
p { color: rgb(166,112,17); }
H1.HeaderClassName
{
color: #A67011;
}
.AnyTagClassName
{
color: #A67011;
}
</style>
background-color css
<style>
a { background-color: #A67011; }
a { background-color: rgb(166,112,17); }
div.DivClassName
{
background-color: #A67011;
}
.BgClassName
{
background-color: #A67011;
}
</style>
border-color css
<style>
span { border-color: #A67011; }
span { border-color: rgb(166,112,17); }
td.TdClassName
{
border-color: #A67011;
}
.TagClassName
{
border-color: #A67011;
}
</style>