Shades of Golden Brown #A66E01
Tints of Golden Brown #A66E01
RGB
CMYK
RGB Variations
Color information
#A66E01 (or 0xA66E01) is known color: Golden Brown. HEX triplet: A6, 6E and 01. RGB value is (166,110,1). Sum of RGB (Red+Green+Blue) = 166+110+1=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66E01 is #5991FE. Grayscale: #727272. Windows color (decimal): -5870079 or 93862. OLE color: 93862.
HSL color Cylindrical-coordinate representation of color #A66E01: hue angle of 39.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A66E01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.35 |
| HSL | 39.64º | 0.99% | 0.33% | - |
| HSV(B) | 39.64º | 0.99% | 0.65% | - |
| XYZ | 21.31 | 19.26 | 2.62 | - |
| YUV | 114.32 | 64.05 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 1 | 0 | 0.34 | 0.99 | 0.35 | 39.64 | 0.99 | 0.33 |
| Hex | A6 | 6E | 1 | 0 | 22 | 63 | 23 | 28 | 63 | 21 |
| Octal | 246 | 156 | 1 | 0 | 42 | 143 | 43 | 50 | 143 | 41 |
| Binary | 10100110 | 1101110 | 1 | 0 | 100010 | 1100011 | 100011 | 101000 | 1100011 | 100001 |
Color Harmonies of #A66E01
Complementary color
Monochromatic Colors of #A66E01
Black with #A66E01
Text Example
Text Example
White with #A66E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E01; }
p { color: rgb(166,110,1); }
H1.HeaderClassName
{
color: #A66E01;
}
.AnyTagClassName
{
color: #A66E01;
}
</style>
background-color css
<style>
a { background-color: #A66E01; }
a { background-color: rgb(166,110,1); }
div.DivClassName
{
background-color: #A66E01;
}
.BgClassName
{
background-color: #A66E01;
}
</style>
border-color css
<style>
span { border-color: #A66E01; }
span { border-color: rgb(166,110,1); }
td.TdClassName
{
border-color: #A66E01;
}
.TagClassName
{
border-color: #A66E01;
}
</style>