Shades of Golden Brown #A66610
Tints of Golden Brown #A66610
RGB
CMYK
RGB Variations
Color information
#A66610 (or 0xA66610) is known color: Golden Brown. HEX triplet: A6, 66 and 10. RGB value is (166,102,16). Sum of RGB (Red+Green+Blue) = 166+102+16=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A66610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66610 is #5999EF. Grayscale: #6F6F6F. Windows color (decimal): -5872112 or 1074854. OLE color: 1074854.
HSL color Cylindrical-coordinate representation of color #A66610: hue angle of 34.4º 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 #A66610 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 16 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.35 |
| HSL | 34.4º | 0.82% | 0.36% | - |
| HSV(B) | 34.4º | 0.9% | 0.65% | - |
| XYZ | 20.57 | 17.65 | 2.81 | - |
| YUV | 111.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 16 | 0 | 0.39 | 0.90 | 0.35 | 34.4 | 0.82 | 0.36 |
| Hex | A6 | 66 | 10 | 0 | 27 | 5A | 23 | 22 | 52 | 24 |
| Octal | 246 | 146 | 20 | 0 | 47 | 132 | 43 | 42 | 122 | 44 |
| Binary | 10100110 | 1100110 | 10000 | 0 | 100111 | 1011010 | 100011 | 100010 | 1010010 | 100100 |
Color Harmonies of #A66610
Complementary color
Monochromatic Colors of #A66610
Black with #A66610
Text Example
Text Example
White with #A66610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66610; }
p { color: rgb(166,102,16); }
H1.HeaderClassName
{
color: #A66610;
}
.AnyTagClassName
{
color: #A66610;
}
</style>
background-color css
<style>
a { background-color: #A66610; }
a { background-color: rgb(166,102,16); }
div.DivClassName
{
background-color: #A66610;
}
.BgClassName
{
background-color: #A66610;
}
</style>
border-color css
<style>
span { border-color: #A66610; }
span { border-color: rgb(166,102,16); }
td.TdClassName
{
border-color: #A66610;
}
.TagClassName
{
border-color: #A66610;
}
</style>