Shades of Golden Brown #A67100
Tints of Golden Brown #A67100
RGB
CMYK
RGB Variations
Color information
#A67100 (or 0xA67100) is known color: Golden Brown. HEX triplet: A6, 71 and 00. RGB value is (166,113,0). Sum of RGB (Red+Green+Blue) = 166+113+0=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A67100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67100 is #598EFF. Grayscale: #747474. Windows color (decimal): -5869312 or 29094. OLE color: 29094.
HSL color Cylindrical-coordinate representation of color #A67100: hue angle of 40.84º 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 #A67100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.35 |
| HSL | 40.84º | 1% | 0.33% | - |
| HSV(B) | 40.84º | 1% | 0.65% | - |
| XYZ | 21.63 | 19.92 | 2.7 | - |
| YUV | 115.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 0 | 0 | 0.32 | 1 | 0.35 | 40.84 | 1 | 0.33 |
| Hex | A6 | 71 | 0 | 0 | 20 | 64 | 23 | 29 | 64 | 21 |
| Octal | 246 | 161 | 0 | 0 | 40 | 144 | 43 | 51 | 144 | 41 |
| Binary | 10100110 | 1110001 | 0 | 0 | 100000 | 1100100 | 100011 | 101001 | 1100100 | 100001 |
Color Harmonies of #A67100
Complementary color
Monochromatic Colors of #A67100
Black with #A67100
Text Example
Text Example
White with #A67100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67100; }
p { color: rgb(166,113,0); }
H1.HeaderClassName
{
color: #A67100;
}
.AnyTagClassName
{
color: #A67100;
}
</style>
background-color css
<style>
a { background-color: #A67100; }
a { background-color: rgb(166,113,0); }
div.DivClassName
{
background-color: #A67100;
}
.BgClassName
{
background-color: #A67100;
}
</style>
border-color css
<style>
span { border-color: #A67100; }
span { border-color: rgb(166,113,0); }
td.TdClassName
{
border-color: #A67100;
}
.TagClassName
{
border-color: #A67100;
}
</style>