Shades of Golden Brown #A66400
Tints of Golden Brown #A66400
RGB
CMYK
RGB Variations
Color information
#A66400 (or 0xA66400) is known color: Golden Brown. HEX triplet: A6, 64 and 00. RGB value is (166,100,0). Sum of RGB (Red+Green+Blue) = 166+100+0=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A66400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66400 is #599BFF. Grayscale: #6C6C6C. Windows color (decimal): -5872640 or 25766. OLE color: 25766.
HSL color Cylindrical-coordinate representation of color #A66400: hue angle of 36.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A66400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.35 |
| HSL | 36.14º | 1% | 0.33% | - |
| HSV(B) | 36.14º | 1% | 0.65% | - |
| XYZ | 20.28 | 17.22 | 2.26 | - |
| YUV | 108.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 0 | 0 | 0.40 | 1 | 0.35 | 36.14 | 1 | 0.33 |
| Hex | A6 | 64 | 0 | 0 | 28 | 64 | 23 | 24 | 64 | 21 |
| Octal | 246 | 144 | 0 | 0 | 50 | 144 | 43 | 44 | 144 | 41 |
| Binary | 10100110 | 1100100 | 0 | 0 | 101000 | 1100100 | 100011 | 100100 | 1100100 | 100001 |
Color Harmonies of #A66400
Complementary color
Monochromatic Colors of #A66400
Black with #A66400
Text Example
Text Example
White with #A66400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66400; }
p { color: rgb(166,100,0); }
H1.HeaderClassName
{
color: #A66400;
}
.AnyTagClassName
{
color: #A66400;
}
</style>
background-color css
<style>
a { background-color: #A66400; }
a { background-color: rgb(166,100,0); }
div.DivClassName
{
background-color: #A66400;
}
.BgClassName
{
background-color: #A66400;
}
</style>
border-color css
<style>
span { border-color: #A66400; }
span { border-color: rgb(166,100,0); }
td.TdClassName
{
border-color: #A66400;
}
.TagClassName
{
border-color: #A66400;
}
</style>