Shades of Golden Brown #A66517
Tints of Golden Brown #A66517
RGB
CMYK
RGB Variations
Color information
#A66517 (or 0xA66517) is known color: Golden Brown. HEX triplet: A6, 65 and 17. RGB value is (166,101,23). Sum of RGB (Red+Green+Blue) = 166+101+23=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A66517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66517 is #599AE8. Grayscale: #6F6F6F. Windows color (decimal): -5872361 or 1533350. OLE color: 1533350.
HSL color Cylindrical-coordinate representation of color #A66517: hue angle of 32.73º 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 #A66517 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 23 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.35 |
| HSL | 32.73º | 0.76% | 0.37% | - |
| HSV(B) | 32.73º | 0.86% | 0.65% | - |
| XYZ | 20.53 | 17.48 | 3.1 | - |
| YUV | 111.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 23 | 0 | 0.39 | 0.86 | 0.35 | 32.73 | 0.76 | 0.37 |
| Hex | A6 | 65 | 17 | 0 | 27 | 56 | 23 | 21 | 4C | 25 |
| Octal | 246 | 145 | 27 | 0 | 47 | 126 | 43 | 41 | 114 | 45 |
| Binary | 10100110 | 1100101 | 10111 | 0 | 100111 | 1010110 | 100011 | 100001 | 1001100 | 100101 |
Color Harmonies of #A66517
Complementary color
Monochromatic Colors of #A66517
Black with #A66517
Text Example
Text Example
White with #A66517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66517; }
p { color: rgb(166,101,23); }
H1.HeaderClassName
{
color: #A66517;
}
.AnyTagClassName
{
color: #A66517;
}
</style>
background-color css
<style>
a { background-color: #A66517; }
a { background-color: rgb(166,101,23); }
div.DivClassName
{
background-color: #A66517;
}
.BgClassName
{
background-color: #A66517;
}
</style>
border-color css
<style>
span { border-color: #A66517; }
span { border-color: rgb(166,101,23); }
td.TdClassName
{
border-color: #A66517;
}
.TagClassName
{
border-color: #A66517;
}
</style>