Shades of Golden Brown #A66710
Tints of Golden Brown #A66710
RGB
CMYK
RGB Variations
Color information
#A66710 (or 0xA66710) is known color: Golden Brown. HEX triplet: A6, 67 and 10. RGB value is (166,103,16). Sum of RGB (Red+Green+Blue) = 166+103+16=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A66710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66710 is #5998EF. Grayscale: #707070. Windows color (decimal): -5871856 or 1075110. OLE color: 1075110.
HSL color Cylindrical-coordinate representation of color #A66710: hue angle of 34.8º degrees, saturation: 0.82, 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 #A66710 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 16 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.35 |
| HSL | 34.8º | 0.82% | 0.36% | - |
| HSV(B) | 34.8º | 0.9% | 0.65% | - |
| XYZ | 20.67 | 17.84 | 2.85 | - |
| YUV | 111.92 | 73.87 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 16 | 0 | 0.38 | 0.90 | 0.35 | 34.8 | 0.82 | 0.36 |
| Hex | A6 | 67 | 10 | 0 | 26 | 5A | 23 | 23 | 52 | 24 |
| Octal | 246 | 147 | 20 | 0 | 46 | 132 | 43 | 43 | 122 | 44 |
| Binary | 10100110 | 1100111 | 10000 | 0 | 100110 | 1011010 | 100011 | 100011 | 1010010 | 100100 |
Color Harmonies of #A66710
Complementary color
Monochromatic Colors of #A66710
Black with #A66710
Text Example
Text Example
White with #A66710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66710; }
p { color: rgb(166,103,16); }
H1.HeaderClassName
{
color: #A66710;
}
.AnyTagClassName
{
color: #A66710;
}
</style>
background-color css
<style>
a { background-color: #A66710; }
a { background-color: rgb(166,103,16); }
div.DivClassName
{
background-color: #A66710;
}
.BgClassName
{
background-color: #A66710;
}
</style>
border-color css
<style>
span { border-color: #A66710; }
span { border-color: rgb(166,103,16); }
td.TdClassName
{
border-color: #A66710;
}
.TagClassName
{
border-color: #A66710;
}
</style>