Shades of Golden Brown #A26D00
Tints of Golden Brown #A26D00
RGB
CMYK
RGB Variations
Color information
#A26D00 (or 0xA26D00) is known color: Golden Brown. HEX triplet: A2, 6D and 00. RGB value is (162,109,0). Sum of RGB (Red+Green+Blue) = 162+109+0=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26D00 is #5D92FF. Grayscale: #707070. Windows color (decimal): -6132480 or 28066. OLE color: 28066.
HSL color Cylindrical-coordinate representation of color #A26D00: hue angle of 40.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A26D00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.36 |
| HSL | 40.37º | 1% | 0.32% | - |
| HSV(B) | 40.37º | 1% | 0.64% | - |
| XYZ | 20.37 | 18.62 | 2.52 | - |
| YUV | 112.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 0 | 0 | 0.33 | 1 | 0.36 | 40.37 | 1 | 0.32 |
| Hex | A2 | 6D | 0 | 0 | 21 | 64 | 24 | 28 | 64 | 20 |
| Octal | 242 | 155 | 0 | 0 | 41 | 144 | 44 | 50 | 144 | 40 |
| Binary | 10100010 | 1101101 | 0 | 0 | 100001 | 1100100 | 100100 | 101000 | 1100100 | 100000 |
Color Harmonies of #A26D00
Complementary color
Monochromatic Colors of #A26D00
Black with #A26D00
Text Example
Text Example
White with #A26D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D00; }
p { color: rgb(162,109,0); }
H1.HeaderClassName
{
color: #A26D00;
}
.AnyTagClassName
{
color: #A26D00;
}
</style>
background-color css
<style>
a { background-color: #A26D00; }
a { background-color: rgb(162,109,0); }
div.DivClassName
{
background-color: #A26D00;
}
.BgClassName
{
background-color: #A26D00;
}
</style>
border-color css
<style>
span { border-color: #A26D00; }
span { border-color: rgb(162,109,0); }
td.TdClassName
{
border-color: #A26D00;
}
.TagClassName
{
border-color: #A26D00;
}
</style>