Shades of Golden Brown #A26E0B
Tints of Golden Brown #A26E0B
RGB
CMYK
RGB Variations
Color information
#A26E0B (or 0xA26E0B) is known color: Golden Brown. HEX triplet: A2, 6E and 0B. RGB value is (162,110,11). Sum of RGB (Red+Green+Blue) = 162+110+11=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26E0B is #5D91F4. Grayscale: #727272. Windows color (decimal): -6132213 or 749218. OLE color: 749218.
HSL color Cylindrical-coordinate representation of color #A26E0B: hue angle of 39.34º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A26E0B is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 11 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.36 |
| HSL | 39.34º | 0.87% | 0.34% | - |
| HSV(B) | 39.34º | 0.93% | 0.64% | - |
| XYZ | 20.54 | 18.86 | 2.87 | - |
| YUV | 114.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 11 | 0 | 0.32 | 0.93 | 0.36 | 39.34 | 0.87 | 0.34 |
| Hex | A2 | 6E | B | 0 | 20 | 5D | 24 | 27 | 57 | 22 |
| Octal | 242 | 156 | 13 | 0 | 40 | 135 | 44 | 47 | 127 | 42 |
| Binary | 10100010 | 1101110 | 1011 | 0 | 100000 | 1011101 | 100100 | 100111 | 1010111 | 100010 |
Color Harmonies of #A26E0B
Complementary color
Monochromatic Colors of #A26E0B
Black with #A26E0B
Text Example
Text Example
White with #A26E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26E0B; }
p { color: rgb(162,110,11); }
H1.HeaderClassName
{
color: #A26E0B;
}
.AnyTagClassName
{
color: #A26E0B;
}
</style>
background-color css
<style>
a { background-color: #A26E0B; }
a { background-color: rgb(162,110,11); }
div.DivClassName
{
background-color: #A26E0B;
}
.BgClassName
{
background-color: #A26E0B;
}
</style>
border-color css
<style>
span { border-color: #A26E0B; }
span { border-color: rgb(162,110,11); }
td.TdClassName
{
border-color: #A26E0B;
}
.TagClassName
{
border-color: #A26E0B;
}
</style>