Shades of Golden Brown #A16F01
Tints of Golden Brown #A16F01
RGB
CMYK
RGB Variations
Color information
#A16F01 (or 0xA16F01) is known color: Golden Brown. HEX triplet: A1, 6F and 01. RGB value is (161,111,1). Sum of RGB (Red+Green+Blue) = 161+111+1=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F01 is #5E90FE. Grayscale: #717171. Windows color (decimal): -6197503 or 94113. OLE color: 94113.
HSL color Cylindrical-coordinate representation of color #A16F01: hue angle of 41.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A16F01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.37 |
| HSL | 41.25º | 0.99% | 0.32% | - |
| HSV(B) | 41.25º | 0.99% | 0.63% | - |
| XYZ | 20.39 | 18.95 | 2.61 | - |
| YUV | 113.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 1 | 0 | 0.31 | 0.99 | 0.37 | 41.25 | 0.99 | 0.32 |
| Hex | A1 | 6F | 1 | 0 | 1F | 63 | 25 | 29 | 63 | 20 |
| Octal | 241 | 157 | 1 | 0 | 37 | 143 | 45 | 51 | 143 | 40 |
| Binary | 10100001 | 1101111 | 1 | 0 | 11111 | 1100011 | 100101 | 101001 | 1100011 | 100000 |
Color Harmonies of #A16F01
Complementary color
Monochromatic Colors of #A16F01
Black with #A16F01
Text Example
Text Example
White with #A16F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F01; }
p { color: rgb(161,111,1); }
H1.HeaderClassName
{
color: #A16F01;
}
.AnyTagClassName
{
color: #A16F01;
}
</style>
background-color css
<style>
a { background-color: #A16F01; }
a { background-color: rgb(161,111,1); }
div.DivClassName
{
background-color: #A16F01;
}
.BgClassName
{
background-color: #A16F01;
}
</style>
border-color css
<style>
span { border-color: #A16F01; }
span { border-color: rgb(161,111,1); }
td.TdClassName
{
border-color: #A16F01;
}
.TagClassName
{
border-color: #A16F01;
}
</style>