Shades of Golden Brown #A66A0A
Tints of Golden Brown #A66A0A
RGB
CMYK
RGB Variations
Color information
#A66A0A (or 0xA66A0A) is known color: Golden Brown. HEX triplet: A6, 6A and 0A. RGB value is (166,106,10). Sum of RGB (Red+Green+Blue) = 166+106+10=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A0A is #5995F5. Grayscale: #717171. Windows color (decimal): -5871094 or 682662. OLE color: 682662.
HSL color Cylindrical-coordinate representation of color #A66A0A: hue angle of 36.92º 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 #A66A0A is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 10 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.35 |
| HSL | 36.92º | 0.89% | 0.35% | - |
| HSV(B) | 36.92º | 0.94% | 0.65% | - |
| XYZ | 20.93 | 18.44 | 2.74 | - |
| YUV | 113 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 10 | 0 | 0.36 | 0.94 | 0.35 | 36.92 | 0.89 | 0.35 |
| Hex | A6 | 6A | A | 0 | 24 | 5E | 23 | 25 | 59 | 23 |
| Octal | 246 | 152 | 12 | 0 | 44 | 136 | 43 | 45 | 131 | 43 |
| Binary | 10100110 | 1101010 | 1010 | 0 | 100100 | 1011110 | 100011 | 100101 | 1011001 | 100011 |
Color Harmonies of #A66A0A
Complementary color
Monochromatic Colors of #A66A0A
Black with #A66A0A
Text Example
Text Example
White with #A66A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A0A; }
p { color: rgb(166,106,10); }
H1.HeaderClassName
{
color: #A66A0A;
}
.AnyTagClassName
{
color: #A66A0A;
}
</style>
background-color css
<style>
a { background-color: #A66A0A; }
a { background-color: rgb(166,106,10); }
div.DivClassName
{
background-color: #A66A0A;
}
.BgClassName
{
background-color: #A66A0A;
}
</style>
border-color css
<style>
span { border-color: #A66A0A; }
span { border-color: rgb(166,106,10); }
td.TdClassName
{
border-color: #A66A0A;
}
.TagClassName
{
border-color: #A66A0A;
}
</style>