Shades of Golden Brown #A16805
Tints of Golden Brown #A16805
RGB
CMYK
RGB Variations
Color information
#A16805 (or 0xA16805) is known color: Golden Brown. HEX triplet: A1, 68 and 05. RGB value is (161,104,5). Sum of RGB (Red+Green+Blue) = 161+104+5=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A16805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16805 is #5E97FA. Grayscale: #6E6E6E. Windows color (decimal): -6199291 or 354465. OLE color: 354465.
HSL color Cylindrical-coordinate representation of color #A16805: hue angle of 38.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A16805 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.37 |
| HSL | 38.08º | 0.94% | 0.33% | - |
| HSV(B) | 38.08º | 0.97% | 0.63% | - |
| XYZ | 19.68 | 17.49 | 2.48 | - |
| YUV | 109.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 5 | 0 | 0.35 | 0.97 | 0.37 | 38.08 | 0.94 | 0.33 |
| Hex | A1 | 68 | 5 | 0 | 23 | 61 | 25 | 26 | 5E | 21 |
| Octal | 241 | 150 | 5 | 0 | 43 | 141 | 45 | 46 | 136 | 41 |
| Binary | 10100001 | 1101000 | 101 | 0 | 100011 | 1100001 | 100101 | 100110 | 1011110 | 100001 |
Color Harmonies of #A16805
Complementary color
Monochromatic Colors of #A16805
Black with #A16805
Text Example
Text Example
White with #A16805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16805; }
p { color: rgb(161,104,5); }
H1.HeaderClassName
{
color: #A16805;
}
.AnyTagClassName
{
color: #A16805;
}
</style>
background-color css
<style>
a { background-color: #A16805; }
a { background-color: rgb(161,104,5); }
div.DivClassName
{
background-color: #A16805;
}
.BgClassName
{
background-color: #A16805;
}
</style>
border-color css
<style>
span { border-color: #A16805; }
span { border-color: rgb(161,104,5); }
td.TdClassName
{
border-color: #A16805;
}
.TagClassName
{
border-color: #A16805;
}
</style>