Shades of Golden Brown #A66711
Tints of Golden Brown #A66711
RGB
CMYK
RGB Variations
Color information
#A66711 (or 0xA66711) is known color: Golden Brown. HEX triplet: A6, 67 and 11. RGB value is (166,103,17). Sum of RGB (Red+Green+Blue) = 166+103+17=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A66711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66711 is #5998EE. Grayscale: #707070. Windows color (decimal): -5871855 or 1140646. OLE color: 1140646.
HSL color Cylindrical-coordinate representation of color #A66711: hue angle of 34.63º 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 #A66711 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 17 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.35 |
| HSL | 34.63º | 0.81% | 0.36% | - |
| HSV(B) | 34.63º | 0.9% | 0.65% | - |
| XYZ | 20.68 | 17.85 | 2.89 | - |
| YUV | 112.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 17 | 0 | 0.38 | 0.90 | 0.35 | 34.63 | 0.81 | 0.36 |
| Hex | A6 | 67 | 11 | 0 | 26 | 5A | 23 | 23 | 51 | 24 |
| Octal | 246 | 147 | 21 | 0 | 46 | 132 | 43 | 43 | 121 | 44 |
| Binary | 10100110 | 1100111 | 10001 | 0 | 100110 | 1011010 | 100011 | 100011 | 1010001 | 100100 |
Color Harmonies of #A66711
Complementary color
Monochromatic Colors of #A66711
Black with #A66711
Text Example
Text Example
White with #A66711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66711; }
p { color: rgb(166,103,17); }
H1.HeaderClassName
{
color: #A66711;
}
.AnyTagClassName
{
color: #A66711;
}
</style>
background-color css
<style>
a { background-color: #A66711; }
a { background-color: rgb(166,103,17); }
div.DivClassName
{
background-color: #A66711;
}
.BgClassName
{
background-color: #A66711;
}
</style>
border-color css
<style>
span { border-color: #A66711; }
span { border-color: rgb(166,103,17); }
td.TdClassName
{
border-color: #A66711;
}
.TagClassName
{
border-color: #A66711;
}
</style>