Shades of Golden Brown #A26A03
Tints of Golden Brown #A26A03
RGB
CMYK
RGB Variations
Color information
#A26A03 (or 0xA26A03) is known color: Golden Brown. HEX triplet: A2, 6A and 03. RGB value is (162,106,3). Sum of RGB (Red+Green+Blue) = 162+106+3=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A03 is #5D95FC. Grayscale: #6F6F6F. Windows color (decimal): -6133245 or 223906. OLE color: 223906.
HSL color Cylindrical-coordinate representation of color #A26A03: hue angle of 38.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A26A03 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.36 |
| HSL | 38.87º | 0.96% | 0.32% | - |
| HSV(B) | 38.87º | 0.98% | 0.64% | - |
| XYZ | 20.07 | 18 | 2.5 | - |
| YUV | 111 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 3 | 0 | 0.35 | 0.98 | 0.36 | 38.87 | 0.96 | 0.32 |
| Hex | A2 | 6A | 3 | 0 | 23 | 62 | 24 | 27 | 60 | 20 |
| Octal | 242 | 152 | 3 | 0 | 43 | 142 | 44 | 47 | 140 | 40 |
| Binary | 10100010 | 1101010 | 11 | 0 | 100011 | 1100010 | 100100 | 100111 | 1100000 | 100000 |
Color Harmonies of #A26A03
Complementary color
Monochromatic Colors of #A26A03
Black with #A26A03
Text Example
Text Example
White with #A26A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26A03; }
p { color: rgb(162,106,3); }
H1.HeaderClassName
{
color: #A26A03;
}
.AnyTagClassName
{
color: #A26A03;
}
</style>
background-color css
<style>
a { background-color: #A26A03; }
a { background-color: rgb(162,106,3); }
div.DivClassName
{
background-color: #A26A03;
}
.BgClassName
{
background-color: #A26A03;
}
</style>
border-color css
<style>
span { border-color: #A26A03; }
span { border-color: rgb(162,106,3); }
td.TdClassName
{
border-color: #A26A03;
}
.TagClassName
{
border-color: #A26A03;
}
</style>