Shades of Golden Brown #A26D02
Tints of Golden Brown #A26D02
RGB
CMYK
RGB Variations
Color information
#A26D02 (or 0xA26D02) is known color: Golden Brown. HEX triplet: A2, 6D and 02. RGB value is (162,109,2). Sum of RGB (Red+Green+Blue) = 162+109+2=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26D02 is #5D92FD. Grayscale: #717171. Windows color (decimal): -6132478 or 159138. OLE color: 159138.
HSL color Cylindrical-coordinate representation of color #A26D02: hue angle of 40.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A26D02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.36 |
| HSL | 40.13º | 0.98% | 0.32% | - |
| HSV(B) | 40.13º | 0.99% | 0.64% | - |
| XYZ | 20.38 | 18.62 | 2.58 | - |
| YUV | 112.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 2 | 0 | 0.33 | 0.99 | 0.36 | 40.13 | 0.98 | 0.32 |
| Hex | A2 | 6D | 2 | 0 | 21 | 63 | 24 | 28 | 62 | 20 |
| Octal | 242 | 155 | 2 | 0 | 41 | 143 | 44 | 50 | 142 | 40 |
| Binary | 10100010 | 1101101 | 10 | 0 | 100001 | 1100011 | 100100 | 101000 | 1100010 | 100000 |
Color Harmonies of #A26D02
Complementary color
Monochromatic Colors of #A26D02
Black with #A26D02
Text Example
Text Example
White with #A26D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D02; }
p { color: rgb(162,109,2); }
H1.HeaderClassName
{
color: #A26D02;
}
.AnyTagClassName
{
color: #A26D02;
}
</style>
background-color css
<style>
a { background-color: #A26D02; }
a { background-color: rgb(162,109,2); }
div.DivClassName
{
background-color: #A26D02;
}
.BgClassName
{
background-color: #A26D02;
}
</style>
border-color css
<style>
span { border-color: #A26D02; }
span { border-color: rgb(162,109,2); }
td.TdClassName
{
border-color: #A26D02;
}
.TagClassName
{
border-color: #A26D02;
}
</style>