Shades of Golden Brown #A46D16
Tints of Golden Brown #A46D16
RGB
CMYK
RGB Variations
Color information
#A46D16 (or 0xA46D16) is known color: Golden Brown. HEX triplet: A4, 6D and 16. RGB value is (164,109,22). Sum of RGB (Red+Green+Blue) = 164+109+22=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46D16 is #5B92E9. Grayscale: #737373. Windows color (decimal): -6001386 or 1469860. OLE color: 1469860.
HSL color Cylindrical-coordinate representation of color #A46D16: hue angle of 36.76º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A46D16 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.36 |
| HSL | 36.76º | 0.76% | 0.36% | - |
| HSV(B) | 36.76º | 0.87% | 0.64% | - |
| XYZ | 20.92 | 18.89 | 3.3 | - |
| YUV | 115.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 22 | 0 | 0.34 | 0.87 | 0.36 | 36.76 | 0.76 | 0.36 |
| Hex | A4 | 6D | 16 | 0 | 22 | 57 | 24 | 25 | 4C | 24 |
| Octal | 244 | 155 | 26 | 0 | 42 | 127 | 44 | 45 | 114 | 44 |
| Binary | 10100100 | 1101101 | 10110 | 0 | 100010 | 1010111 | 100100 | 100101 | 1001100 | 100100 |
Color Harmonies of #A46D16
Complementary color
Monochromatic Colors of #A46D16
Black with #A46D16
Text Example
Text Example
White with #A46D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D16; }
p { color: rgb(164,109,22); }
H1.HeaderClassName
{
color: #A46D16;
}
.AnyTagClassName
{
color: #A46D16;
}
</style>
background-color css
<style>
a { background-color: #A46D16; }
a { background-color: rgb(164,109,22); }
div.DivClassName
{
background-color: #A46D16;
}
.BgClassName
{
background-color: #A46D16;
}
</style>
border-color css
<style>
span { border-color: #A46D16; }
span { border-color: rgb(164,109,22); }
td.TdClassName
{
border-color: #A46D16;
}
.TagClassName
{
border-color: #A46D16;
}
</style>