Shades of Golden Brown #A16607
Tints of Golden Brown #A16607
RGB
CMYK
RGB Variations
Color information
#A16607 (or 0xA16607) is known color: Golden Brown. HEX triplet: A1, 66 and 07. RGB value is (161,102,7). Sum of RGB (Red+Green+Blue) = 161+102+7=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A16607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16607 is #5E99F8. Grayscale: #6D6D6D. Windows color (decimal): -6199801 or 485025. OLE color: 485025.
HSL color Cylindrical-coordinate representation of color #A16607: hue angle of 37.01º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A16607 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.37 |
| HSL | 37.01º | 0.92% | 0.33% | - |
| HSV(B) | 37.01º | 0.96% | 0.63% | - |
| XYZ | 19.49 | 17.1 | 2.47 | - |
| YUV | 108.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 7 | 0 | 0.37 | 0.96 | 0.37 | 37.01 | 0.92 | 0.33 |
| Hex | A1 | 66 | 7 | 0 | 25 | 60 | 25 | 25 | 5C | 21 |
| Octal | 241 | 146 | 7 | 0 | 45 | 140 | 45 | 45 | 134 | 41 |
| Binary | 10100001 | 1100110 | 111 | 0 | 100101 | 1100000 | 100101 | 100101 | 1011100 | 100001 |
Color Harmonies of #A16607
Complementary color
Monochromatic Colors of #A16607
Black with #A16607
Text Example
Text Example
White with #A16607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16607; }
p { color: rgb(161,102,7); }
H1.HeaderClassName
{
color: #A16607;
}
.AnyTagClassName
{
color: #A16607;
}
</style>
background-color css
<style>
a { background-color: #A16607; }
a { background-color: rgb(161,102,7); }
div.DivClassName
{
background-color: #A16607;
}
.BgClassName
{
background-color: #A16607;
}
</style>
border-color css
<style>
span { border-color: #A16607; }
span { border-color: rgb(161,102,7); }
td.TdClassName
{
border-color: #A16607;
}
.TagClassName
{
border-color: #A16607;
}
</style>