Shades of Golden Brown #A1680E
Tints of Golden Brown #A1680E
RGB
CMYK
RGB Variations
Color information
#A1680E (or 0xA1680E) is known color: Golden Brown. HEX triplet: A1, 68 and 0E. RGB value is (161,104,14). Sum of RGB (Red+Green+Blue) = 161+104+14=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1680E is #5E97F1. Grayscale: #6F6F6F. Windows color (decimal): -6199282 or 944289. OLE color: 944289.
HSL color Cylindrical-coordinate representation of color #A1680E: hue angle of 36.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1680E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 14 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.37 |
| HSL | 36.73º | 0.84% | 0.34% | - |
| HSV(B) | 36.73º | 0.91% | 0.63% | - |
| XYZ | 19.73 | 17.51 | 2.76 | - |
| YUV | 110.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 14 | 0 | 0.35 | 0.91 | 0.37 | 36.73 | 0.84 | 0.34 |
| Hex | A1 | 68 | E | 0 | 23 | 5B | 25 | 25 | 54 | 22 |
| Octal | 241 | 150 | 16 | 0 | 43 | 133 | 45 | 45 | 124 | 42 |
| Binary | 10100001 | 1101000 | 1110 | 0 | 100011 | 1011011 | 100101 | 100101 | 1010100 | 100010 |
Color Harmonies of #A1680E
Complementary color
Monochromatic Colors of #A1680E
Black with #A1680E
Text Example
Text Example
White with #A1680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1680E; }
p { color: rgb(161,104,14); }
H1.HeaderClassName
{
color: #A1680E;
}
.AnyTagClassName
{
color: #A1680E;
}
</style>
background-color css
<style>
a { background-color: #A1680E; }
a { background-color: rgb(161,104,14); }
div.DivClassName
{
background-color: #A1680E;
}
.BgClassName
{
background-color: #A1680E;
}
</style>
border-color css
<style>
span { border-color: #A1680E; }
span { border-color: rgb(161,104,14); }
td.TdClassName
{
border-color: #A1680E;
}
.TagClassName
{
border-color: #A1680E;
}
</style>