Shades of Golden Brown #A66C0A
Tints of Golden Brown #A66C0A
RGB
CMYK
RGB Variations
Color information
#A66C0A (or 0xA66C0A) is known color: Golden Brown. HEX triplet: A6, 6C and 0A. RGB value is (166,108,10). Sum of RGB (Red+Green+Blue) = 166+108+10=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66C0A is #5993F5. Grayscale: #727272. Windows color (decimal): -5870582 or 683174. OLE color: 683174.
HSL color Cylindrical-coordinate representation of color #A66C0A: hue angle of 37.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A66C0A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.35 |
| HSL | 37.69º | 0.89% | 0.35% | - |
| HSV(B) | 37.69º | 0.94% | 0.65% | - |
| XYZ | 21.14 | 18.85 | 2.81 | - |
| YUV | 114.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 10 | 0 | 0.35 | 0.94 | 0.35 | 37.69 | 0.89 | 0.35 |
| Hex | A6 | 6C | A | 0 | 23 | 5E | 23 | 26 | 59 | 23 |
| Octal | 246 | 154 | 12 | 0 | 43 | 136 | 43 | 46 | 131 | 43 |
| Binary | 10100110 | 1101100 | 1010 | 0 | 100011 | 1011110 | 100011 | 100110 | 1011001 | 100011 |
Color Harmonies of #A66C0A
Complementary color
Monochromatic Colors of #A66C0A
Black with #A66C0A
Text Example
Text Example
White with #A66C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66C0A; }
p { color: rgb(166,108,10); }
H1.HeaderClassName
{
color: #A66C0A;
}
.AnyTagClassName
{
color: #A66C0A;
}
</style>
background-color css
<style>
a { background-color: #A66C0A; }
a { background-color: rgb(166,108,10); }
div.DivClassName
{
background-color: #A66C0A;
}
.BgClassName
{
background-color: #A66C0A;
}
</style>
border-color css
<style>
span { border-color: #A66C0A; }
span { border-color: rgb(166,108,10); }
td.TdClassName
{
border-color: #A66C0A;
}
.TagClassName
{
border-color: #A66C0A;
}
</style>