Shades of Golden Brown #A16C03
Tints of Golden Brown #A16C03
RGB
CMYK
RGB Variations
Color information
#A16C03 (or 0xA16C03) is known color: Golden Brown. HEX triplet: A1, 6C and 03. RGB value is (161,108,3). Sum of RGB (Red+Green+Blue) = 161+108+3=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16C03 is #5E93FC. Grayscale: #707070. Windows color (decimal): -6198269 or 224417. OLE color: 224417.
HSL color Cylindrical-coordinate representation of color #A16C03: hue angle of 39.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A16C03 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.37 |
| HSL | 39.87º | 0.96% | 0.32% | - |
| HSV(B) | 39.87º | 0.98% | 0.63% | - |
| XYZ | 20.08 | 18.31 | 2.56 | - |
| YUV | 111.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 3 | 0 | 0.33 | 0.98 | 0.37 | 39.87 | 0.96 | 0.32 |
| Hex | A1 | 6C | 3 | 0 | 21 | 62 | 25 | 28 | 60 | 20 |
| Octal | 241 | 154 | 3 | 0 | 41 | 142 | 45 | 50 | 140 | 40 |
| Binary | 10100001 | 1101100 | 11 | 0 | 100001 | 1100010 | 100101 | 101000 | 1100000 | 100000 |
Color Harmonies of #A16C03
Complementary color
Monochromatic Colors of #A16C03
Black with #A16C03
Text Example
Text Example
White with #A16C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C03; }
p { color: rgb(161,108,3); }
H1.HeaderClassName
{
color: #A16C03;
}
.AnyTagClassName
{
color: #A16C03;
}
</style>
background-color css
<style>
a { background-color: #A16C03; }
a { background-color: rgb(161,108,3); }
div.DivClassName
{
background-color: #A16C03;
}
.BgClassName
{
background-color: #A16C03;
}
</style>
border-color css
<style>
span { border-color: #A16C03; }
span { border-color: rgb(161,108,3); }
td.TdClassName
{
border-color: #A16C03;
}
.TagClassName
{
border-color: #A16C03;
}
</style>