Shades of Golden Brown #A16903
Tints of Golden Brown #A16903
RGB
CMYK
RGB Variations
Color information
#A16903 (or 0xA16903) is known color: Golden Brown. HEX triplet: A1, 69 and 03. RGB value is (161,105,3). Sum of RGB (Red+Green+Blue) = 161+105+3=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A16903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16903 is #5E96FC. Grayscale: #6E6E6E. Windows color (decimal): -6199037 or 223649. OLE color: 223649.
HSL color Cylindrical-coordinate representation of color #A16903: hue angle of 38.73º 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 #A16903 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.37 |
| HSL | 38.73º | 0.96% | 0.32% | - |
| HSV(B) | 38.73º | 0.98% | 0.63% | - |
| XYZ | 19.77 | 17.69 | 2.46 | - |
| YUV | 110.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 3 | 0 | 0.35 | 0.98 | 0.37 | 38.73 | 0.96 | 0.32 |
| Hex | A1 | 69 | 3 | 0 | 23 | 62 | 25 | 27 | 60 | 20 |
| Octal | 241 | 151 | 3 | 0 | 43 | 142 | 45 | 47 | 140 | 40 |
| Binary | 10100001 | 1101001 | 11 | 0 | 100011 | 1100010 | 100101 | 100111 | 1100000 | 100000 |
Color Harmonies of #A16903
Complementary color
Monochromatic Colors of #A16903
Black with #A16903
Text Example
Text Example
White with #A16903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16903; }
p { color: rgb(161,105,3); }
H1.HeaderClassName
{
color: #A16903;
}
.AnyTagClassName
{
color: #A16903;
}
</style>
background-color css
<style>
a { background-color: #A16903; }
a { background-color: rgb(161,105,3); }
div.DivClassName
{
background-color: #A16903;
}
.BgClassName
{
background-color: #A16903;
}
</style>
border-color css
<style>
span { border-color: #A16903; }
span { border-color: rgb(161,105,3); }
td.TdClassName
{
border-color: #A16903;
}
.TagClassName
{
border-color: #A16903;
}
</style>