Shades of Golden Brown #A66411
Tints of Golden Brown #A66411
RGB
CMYK
RGB Variations
Color information
#A66411 (or 0xA66411) is known color: Golden Brown. HEX triplet: A6, 64 and 11. RGB value is (166,100,17). Sum of RGB (Red+Green+Blue) = 166+100+17=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A66411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66411 is #599BEE. Grayscale: #6E6E6E. Windows color (decimal): -5872623 or 1139878. OLE color: 1139878.
HSL color Cylindrical-coordinate representation of color #A66411: hue angle of 33.42º 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 #A66411 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 17 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.35 |
| HSL | 33.42º | 0.81% | 0.36% | - |
| HSV(B) | 33.42º | 0.9% | 0.65% | - |
| XYZ | 20.38 | 17.26 | 2.79 | - |
| YUV | 110.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 17 | 0 | 0.40 | 0.90 | 0.35 | 33.42 | 0.81 | 0.36 |
| Hex | A6 | 64 | 11 | 0 | 28 | 5A | 23 | 21 | 51 | 24 |
| Octal | 246 | 144 | 21 | 0 | 50 | 132 | 43 | 41 | 121 | 44 |
| Binary | 10100110 | 1100100 | 10001 | 0 | 101000 | 1011010 | 100011 | 100001 | 1010001 | 100100 |
Color Harmonies of #A66411
Complementary color
Monochromatic Colors of #A66411
Black with #A66411
Text Example
Text Example
White with #A66411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66411; }
p { color: rgb(166,100,17); }
H1.HeaderClassName
{
color: #A66411;
}
.AnyTagClassName
{
color: #A66411;
}
</style>
background-color css
<style>
a { background-color: #A66411; }
a { background-color: rgb(166,100,17); }
div.DivClassName
{
background-color: #A66411;
}
.BgClassName
{
background-color: #A66411;
}
</style>
border-color css
<style>
span { border-color: #A66411; }
span { border-color: rgb(166,100,17); }
td.TdClassName
{
border-color: #A66411;
}
.TagClassName
{
border-color: #A66411;
}
</style>