Shades of Golden Brown #A16500
Tints of Golden Brown #A16500
RGB
CMYK
RGB Variations
Color information
#A16500 (or 0xA16500) is known color: Golden Brown. HEX triplet: A1, 65 and 00. RGB value is (161,101,0). Sum of RGB (Red+Green+Blue) = 161+101+0=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A16500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16500 is #5E9AFF. Grayscale: #6B6B6B. Windows color (decimal): -6200064 or 26017. OLE color: 26017.
HSL color Cylindrical-coordinate representation of color #A16500: hue angle of 37.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A16500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.37 |
| HSL | 37.64º | 1% | 0.32% | - |
| HSV(B) | 37.64º | 1% | 0.63% | - |
| XYZ | 19.35 | 16.88 | 2.24 | - |
| YUV | 107.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 0 | 0 | 0.37 | 1 | 0.37 | 37.64 | 1 | 0.32 |
| Hex | A1 | 65 | 0 | 0 | 25 | 64 | 25 | 26 | 64 | 20 |
| Octal | 241 | 145 | 0 | 0 | 45 | 144 | 45 | 46 | 144 | 40 |
| Binary | 10100001 | 1100101 | 0 | 0 | 100101 | 1100100 | 100101 | 100110 | 1100100 | 100000 |
Color Harmonies of #A16500
Complementary color
Monochromatic Colors of #A16500
Black with #A16500
Text Example
Text Example
White with #A16500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16500; }
p { color: rgb(161,101,0); }
H1.HeaderClassName
{
color: #A16500;
}
.AnyTagClassName
{
color: #A16500;
}
</style>
background-color css
<style>
a { background-color: #A16500; }
a { background-color: rgb(161,101,0); }
div.DivClassName
{
background-color: #A16500;
}
.BgClassName
{
background-color: #A16500;
}
</style>
border-color css
<style>
span { border-color: #A16500; }
span { border-color: rgb(161,101,0); }
td.TdClassName
{
border-color: #A16500;
}
.TagClassName
{
border-color: #A16500;
}
</style>