Shades of Golden Brown #A66A03
Tints of Golden Brown #A66A03
RGB
CMYK
RGB Variations
Color information
#A66A03 (or 0xA66A03) is known color: Golden Brown. HEX triplet: A6, 6A and 03. RGB value is (166,106,3). Sum of RGB (Red+Green+Blue) = 166+106+3=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A03 is #5995FC. Grayscale: #707070. Windows color (decimal): -5871101 or 223910. OLE color: 223910.
HSL color Cylindrical-coordinate representation of color #A66A03: hue angle of 37.91º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A66A03 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.35 |
| HSL | 37.91º | 0.96% | 0.33% | - |
| HSV(B) | 37.91º | 0.98% | 0.65% | - |
| XYZ | 20.9 | 18.42 | 2.54 | - |
| YUV | 112.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 3 | 0 | 0.36 | 0.98 | 0.35 | 37.91 | 0.96 | 0.33 |
| Hex | A6 | 6A | 3 | 0 | 24 | 62 | 23 | 26 | 60 | 21 |
| Octal | 246 | 152 | 3 | 0 | 44 | 142 | 43 | 46 | 140 | 41 |
| Binary | 10100110 | 1101010 | 11 | 0 | 100100 | 1100010 | 100011 | 100110 | 1100000 | 100001 |
Color Harmonies of #A66A03
Complementary color
Monochromatic Colors of #A66A03
Black with #A66A03
Text Example
Text Example
White with #A66A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A03; }
p { color: rgb(166,106,3); }
H1.HeaderClassName
{
color: #A66A03;
}
.AnyTagClassName
{
color: #A66A03;
}
</style>
background-color css
<style>
a { background-color: #A66A03; }
a { background-color: rgb(166,106,3); }
div.DivClassName
{
background-color: #A66A03;
}
.BgClassName
{
background-color: #A66A03;
}
</style>
border-color css
<style>
span { border-color: #A66A03; }
span { border-color: rgb(166,106,3); }
td.TdClassName
{
border-color: #A66A03;
}
.TagClassName
{
border-color: #A66A03;
}
</style>