Shades of Golden Brown #A26D16
Tints of Golden Brown #A26D16
RGB
CMYK
RGB Variations
Color information
#A26D16 (or 0xA26D16) is known color: Golden Brown. HEX triplet: A2, 6D and 16. RGB value is (162,109,22). Sum of RGB (Red+Green+Blue) = 162+109+22=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26D16 is #5D92E9. Grayscale: #737373. Windows color (decimal): -6132458 or 1469858. OLE color: 1469858.
HSL color Cylindrical-coordinate representation of color #A26D16: hue angle of 37.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A26D16 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 22 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.36 |
| HSL | 37.29º | 0.76% | 0.36% | - |
| HSV(B) | 37.29º | 0.86% | 0.64% | - |
| XYZ | 20.51 | 18.68 | 3.28 | - |
| YUV | 114.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 22 | 0 | 0.33 | 0.86 | 0.36 | 37.29 | 0.76 | 0.36 |
| Hex | A2 | 6D | 16 | 0 | 21 | 56 | 24 | 25 | 4C | 24 |
| Octal | 242 | 155 | 26 | 0 | 41 | 126 | 44 | 45 | 114 | 44 |
| Binary | 10100010 | 1101101 | 10110 | 0 | 100001 | 1010110 | 100100 | 100101 | 1001100 | 100100 |
Color Harmonies of #A26D16
Complementary color
Monochromatic Colors of #A26D16
Black with #A26D16
Text Example
Text Example
White with #A26D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D16; }
p { color: rgb(162,109,22); }
H1.HeaderClassName
{
color: #A26D16;
}
.AnyTagClassName
{
color: #A26D16;
}
</style>
background-color css
<style>
a { background-color: #A26D16; }
a { background-color: rgb(162,109,22); }
div.DivClassName
{
background-color: #A26D16;
}
.BgClassName
{
background-color: #A26D16;
}
</style>
border-color css
<style>
span { border-color: #A26D16; }
span { border-color: rgb(162,109,22); }
td.TdClassName
{
border-color: #A26D16;
}
.TagClassName
{
border-color: #A26D16;
}
</style>