Shades of Golden Brown #A26D13
Tints of Golden Brown #A26D13
RGB
CMYK
RGB Variations
Color information
#A26D13 (or 0xA26D13) is known color: Golden Brown. HEX triplet: A2, 6D and 13. RGB value is (162,109,19). Sum of RGB (Red+Green+Blue) = 162+109+19=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26D13 is #5D92EC. Grayscale: #737373. Windows color (decimal): -6132461 or 1273250. OLE color: 1273250.
HSL color Cylindrical-coordinate representation of color #A26D13: hue angle of 37.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A26D13 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 19 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.36 |
| HSL | 37.76º | 0.79% | 0.35% | - |
| HSV(B) | 37.76º | 0.88% | 0.64% | - |
| XYZ | 20.49 | 18.67 | 3.14 | - |
| YUV | 114.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 19 | 0 | 0.33 | 0.88 | 0.36 | 37.76 | 0.79 | 0.35 |
| Hex | A2 | 6D | 13 | 0 | 21 | 58 | 24 | 26 | 4F | 23 |
| Octal | 242 | 155 | 23 | 0 | 41 | 130 | 44 | 46 | 117 | 43 |
| Binary | 10100010 | 1101101 | 10011 | 0 | 100001 | 1011000 | 100100 | 100110 | 1001111 | 100011 |
Color Harmonies of #A26D13
Complementary color
Monochromatic Colors of #A26D13
Black with #A26D13
Text Example
Text Example
White with #A26D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D13; }
p { color: rgb(162,109,19); }
H1.HeaderClassName
{
color: #A26D13;
}
.AnyTagClassName
{
color: #A26D13;
}
</style>
background-color css
<style>
a { background-color: #A26D13; }
a { background-color: rgb(162,109,19); }
div.DivClassName
{
background-color: #A26D13;
}
.BgClassName
{
background-color: #A26D13;
}
</style>
border-color css
<style>
span { border-color: #A26D13; }
span { border-color: rgb(162,109,19); }
td.TdClassName
{
border-color: #A26D13;
}
.TagClassName
{
border-color: #A26D13;
}
</style>