Shades of Golden Brown #A16F10
Tints of Golden Brown #A16F10
RGB
CMYK
RGB Variations
Color information
#A16F10 (or 0xA16F10) is known color: Golden Brown. HEX triplet: A1, 6F and 10. RGB value is (161,111,16). Sum of RGB (Red+Green+Blue) = 161+111+16=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F10 is #5E90EF. Grayscale: #737373. Windows color (decimal): -6197488 or 1077153. OLE color: 1077153.
HSL color Cylindrical-coordinate representation of color #A16F10: hue angle of 39.31º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A16F10 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 16 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.37 |
| HSL | 39.31º | 0.82% | 0.35% | - |
| HSV(B) | 39.31º | 0.9% | 0.63% | - |
| XYZ | 20.48 | 18.98 | 3.08 | - |
| YUV | 115.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 16 | 0 | 0.31 | 0.90 | 0.37 | 39.31 | 0.82 | 0.35 |
| Hex | A1 | 6F | 10 | 0 | 1F | 5A | 25 | 27 | 52 | 23 |
| Octal | 241 | 157 | 20 | 0 | 37 | 132 | 45 | 47 | 122 | 43 |
| Binary | 10100001 | 1101111 | 10000 | 0 | 11111 | 1011010 | 100101 | 100111 | 1010010 | 100011 |
Color Harmonies of #A16F10
Complementary color
Monochromatic Colors of #A16F10
Black with #A16F10
Text Example
Text Example
White with #A16F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F10; }
p { color: rgb(161,111,16); }
H1.HeaderClassName
{
color: #A16F10;
}
.AnyTagClassName
{
color: #A16F10;
}
</style>
background-color css
<style>
a { background-color: #A16F10; }
a { background-color: rgb(161,111,16); }
div.DivClassName
{
background-color: #A16F10;
}
.BgClassName
{
background-color: #A16F10;
}
</style>
border-color css
<style>
span { border-color: #A16F10; }
span { border-color: rgb(161,111,16); }
td.TdClassName
{
border-color: #A16F10;
}
.TagClassName
{
border-color: #A16F10;
}
</style>