Shades of Golden Brown #A16A1F
Tints of Golden Brown #A16A1F
RGB
CMYK
RGB Variations
Color information
#A16A1F (or 0xA16A1F) is known color: Golden Brown. HEX triplet: A1, 6A and 1F. RGB value is (161,106,31). Sum of RGB (Red+Green+Blue) = 161+106+31=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A1F is #5E95E0. Grayscale: #727272. Windows color (decimal): -6198753 or 2058913. OLE color: 2058913.
HSL color Cylindrical-coordinate representation of color #A16A1F: hue angle of 34.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A16A1F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 31 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.37 |
| HSL | 34.62º | 0.68% | 0.38% | - |
| HSV(B) | 34.62º | 0.81% | 0.63% | - |
| XYZ | 20.1 | 17.98 | 3.71 | - |
| YUV | 113.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 31 | 0 | 0.34 | 0.81 | 0.37 | 34.62 | 0.68 | 0.38 |
| Hex | A1 | 6A | 1F | 0 | 22 | 51 | 25 | 23 | 44 | 26 |
| Octal | 241 | 152 | 37 | 0 | 42 | 121 | 45 | 43 | 104 | 46 |
| Binary | 10100001 | 1101010 | 11111 | 0 | 100010 | 1010001 | 100101 | 100011 | 1000100 | 100110 |
Color Harmonies of #A16A1F
Complementary color
Monochromatic Colors of #A16A1F
Black with #A16A1F
Text Example
Text Example
White with #A16A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A1F; }
p { color: rgb(161,106,31); }
H1.HeaderClassName
{
color: #A16A1F;
}
.AnyTagClassName
{
color: #A16A1F;
}
</style>
background-color css
<style>
a { background-color: #A16A1F; }
a { background-color: rgb(161,106,31); }
div.DivClassName
{
background-color: #A16A1F;
}
.BgClassName
{
background-color: #A16A1F;
}
</style>
border-color css
<style>
span { border-color: #A16A1F; }
span { border-color: rgb(161,106,31); }
td.TdClassName
{
border-color: #A16A1F;
}
.TagClassName
{
border-color: #A16A1F;
}
</style>