Shades of Golden Brown #A66911
Tints of Golden Brown #A66911
RGB
CMYK
RGB Variations
Color information
#A66911 (or 0xA66911) is known color: Golden Brown. HEX triplet: A6, 69 and 11. RGB value is (166,105,17). Sum of RGB (Red+Green+Blue) = 166+105+17=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66911 is #5996EE. Grayscale: #717171. Windows color (decimal): -5871343 or 1141158. OLE color: 1141158.
HSL color Cylindrical-coordinate representation of color #A66911: hue angle of 35.44º 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 #A66911 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 17 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.35 |
| HSL | 35.44º | 0.81% | 0.36% | - |
| HSV(B) | 35.44º | 0.9% | 0.65% | - |
| XYZ | 20.88 | 18.25 | 2.95 | - |
| YUV | 113.21 | 73.71 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 17 | 0 | 0.37 | 0.90 | 0.35 | 35.44 | 0.81 | 0.36 |
| Hex | A6 | 69 | 11 | 0 | 25 | 5A | 23 | 23 | 51 | 24 |
| Octal | 246 | 151 | 21 | 0 | 45 | 132 | 43 | 43 | 121 | 44 |
| Binary | 10100110 | 1101001 | 10001 | 0 | 100101 | 1011010 | 100011 | 100011 | 1010001 | 100100 |
Color Harmonies of #A66911
Complementary color
Monochromatic Colors of #A66911
Black with #A66911
Text Example
Text Example
White with #A66911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66911; }
p { color: rgb(166,105,17); }
H1.HeaderClassName
{
color: #A66911;
}
.AnyTagClassName
{
color: #A66911;
}
</style>
background-color css
<style>
a { background-color: #A66911; }
a { background-color: rgb(166,105,17); }
div.DivClassName
{
background-color: #A66911;
}
.BgClassName
{
background-color: #A66911;
}
</style>
border-color css
<style>
span { border-color: #A66911; }
span { border-color: rgb(166,105,17); }
td.TdClassName
{
border-color: #A66911;
}
.TagClassName
{
border-color: #A66911;
}
</style>