Shades of Golden Brown #A66417
Tints of Golden Brown #A66417
RGB
CMYK
RGB Variations
Color information
#A66417 (or 0xA66417) is known color: Golden Brown. HEX triplet: A6, 64 and 17. RGB value is (166,100,23). Sum of RGB (Red+Green+Blue) = 166+100+23=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A66417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66417 is #599BE8. Grayscale: #6F6F6F. Windows color (decimal): -5872617 or 1533094. OLE color: 1533094.
HSL color Cylindrical-coordinate representation of color #A66417: hue angle of 32.31º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A66417 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 23 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.35 |
| HSL | 32.31º | 0.76% | 0.37% | - |
| HSV(B) | 32.31º | 0.86% | 0.65% | - |
| XYZ | 20.44 | 17.28 | 3.07 | - |
| YUV | 110.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 23 | 0 | 0.40 | 0.86 | 0.35 | 32.31 | 0.76 | 0.37 |
| Hex | A6 | 64 | 17 | 0 | 28 | 56 | 23 | 20 | 4C | 25 |
| Octal | 246 | 144 | 27 | 0 | 50 | 126 | 43 | 40 | 114 | 45 |
| Binary | 10100110 | 1100100 | 10111 | 0 | 101000 | 1010110 | 100011 | 100000 | 1001100 | 100101 |
Color Harmonies of #A66417
Complementary color
Monochromatic Colors of #A66417
Black with #A66417
Text Example
Text Example
White with #A66417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66417; }
p { color: rgb(166,100,23); }
H1.HeaderClassName
{
color: #A66417;
}
.AnyTagClassName
{
color: #A66417;
}
</style>
background-color css
<style>
a { background-color: #A66417; }
a { background-color: rgb(166,100,23); }
div.DivClassName
{
background-color: #A66417;
}
.BgClassName
{
background-color: #A66417;
}
</style>
border-color css
<style>
span { border-color: #A66417; }
span { border-color: rgb(166,100,23); }
td.TdClassName
{
border-color: #A66417;
}
.TagClassName
{
border-color: #A66417;
}
</style>