Shades of Golden Brown #A26A06
Tints of Golden Brown #A26A06
RGB
CMYK
RGB Variations
Color information
#A26A06 (or 0xA26A06) is known color: Golden Brown. HEX triplet: A2, 6A and 06. RGB value is (162,106,6). Sum of RGB (Red+Green+Blue) = 162+106+6=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A06 is #5D95F9. Grayscale: #6F6F6F. Windows color (decimal): -6133242 or 420514. OLE color: 420514.
HSL color Cylindrical-coordinate representation of color #A26A06: hue angle of 38.46º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A26A06 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 6 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.36 |
| HSL | 38.46º | 0.93% | 0.33% | - |
| HSV(B) | 38.46º | 0.96% | 0.64% | - |
| XYZ | 20.09 | 18 | 2.59 | - |
| YUV | 111.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 6 | 0 | 0.35 | 0.96 | 0.36 | 38.46 | 0.93 | 0.33 |
| Hex | A2 | 6A | 6 | 0 | 23 | 60 | 24 | 26 | 5D | 21 |
| Octal | 242 | 152 | 6 | 0 | 43 | 140 | 44 | 46 | 135 | 41 |
| Binary | 10100010 | 1101010 | 110 | 0 | 100011 | 1100000 | 100100 | 100110 | 1011101 | 100001 |
Color Harmonies of #A26A06
Complementary color
Monochromatic Colors of #A26A06
Black with #A26A06
Text Example
Text Example
White with #A26A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A06; }
p { color: rgb(162,106,6); }
H1.HeaderClassName
{
color: #A26A06;
}
.AnyTagClassName
{
color: #A26A06;
}
</style>
background-color css
<style>
a { background-color: #A26A06; }
a { background-color: rgb(162,106,6); }
div.DivClassName
{
background-color: #A26A06;
}
.BgClassName
{
background-color: #A26A06;
}
</style>
border-color css
<style>
span { border-color: #A26A06; }
span { border-color: rgb(162,106,6); }
td.TdClassName
{
border-color: #A26A06;
}
.TagClassName
{
border-color: #A26A06;
}
</style>