Shades of Golden Brown #A16D1A
Tints of Golden Brown #A16D1A
RGB
CMYK
RGB Variations
Color information
#A16D1A (or 0xA16D1A) is known color: Golden Brown. HEX triplet: A1, 6D and 1A. RGB value is (161,109,26). Sum of RGB (Red+Green+Blue) = 161+109+26=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D1A is #5E92E5. Grayscale: #737373. Windows color (decimal): -6197990 or 1732001. OLE color: 1732001.
HSL color Cylindrical-coordinate representation of color #A16D1A: hue angle of 36.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A16D1A is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 26 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.37 |
| HSL | 36.89º | 0.72% | 0.37% | - |
| HSV(B) | 36.89º | 0.84% | 0.63% | - |
| XYZ | 20.35 | 18.59 | 3.49 | - |
| YUV | 115.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 26 | 0 | 0.32 | 0.84 | 0.37 | 36.89 | 0.72 | 0.37 |
| Hex | A1 | 6D | 1A | 0 | 20 | 54 | 25 | 25 | 48 | 25 |
| Octal | 241 | 155 | 32 | 0 | 40 | 124 | 45 | 45 | 110 | 45 |
| Binary | 10100001 | 1101101 | 11010 | 0 | 100000 | 1010100 | 100101 | 100101 | 1001000 | 100101 |
Color Harmonies of #A16D1A
Complementary color
Monochromatic Colors of #A16D1A
Black with #A16D1A
Text Example
Text Example
White with #A16D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D1A; }
p { color: rgb(161,109,26); }
H1.HeaderClassName
{
color: #A16D1A;
}
.AnyTagClassName
{
color: #A16D1A;
}
</style>
background-color css
<style>
a { background-color: #A16D1A; }
a { background-color: rgb(161,109,26); }
div.DivClassName
{
background-color: #A16D1A;
}
.BgClassName
{
background-color: #A16D1A;
}
</style>
border-color css
<style>
span { border-color: #A16D1A; }
span { border-color: rgb(161,109,26); }
td.TdClassName
{
border-color: #A16D1A;
}
.TagClassName
{
border-color: #A16D1A;
}
</style>