Shades of Golden Brown #A26C03
Tints of Golden Brown #A26C03
RGB
CMYK
RGB Variations
Color information
#A26C03 (or 0xA26C03) is known color: Golden Brown. HEX triplet: A2, 6C and 03. RGB value is (162,108,3). Sum of RGB (Red+Green+Blue) = 162+108+3=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C03 is #5D93FC. Grayscale: #707070. Windows color (decimal): -6132733 or 224418. OLE color: 224418.
HSL color Cylindrical-coordinate representation of color #A26C03: hue angle of 39.62º 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 #A26C03 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.36 |
| HSL | 39.62º | 0.96% | 0.32% | - |
| HSV(B) | 39.62º | 0.98% | 0.64% | - |
| XYZ | 20.28 | 18.41 | 2.57 | - |
| YUV | 112.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 3 | 0 | 0.33 | 0.98 | 0.36 | 39.62 | 0.96 | 0.32 |
| Hex | A2 | 6C | 3 | 0 | 21 | 62 | 24 | 28 | 60 | 20 |
| Octal | 242 | 154 | 3 | 0 | 41 | 142 | 44 | 50 | 140 | 40 |
| Binary | 10100010 | 1101100 | 11 | 0 | 100001 | 1100010 | 100100 | 101000 | 1100000 | 100000 |
Color Harmonies of #A26C03
Complementary color
Monochromatic Colors of #A26C03
Black with #A26C03
Text Example
Text Example
White with #A26C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C03; }
p { color: rgb(162,108,3); }
H1.HeaderClassName
{
color: #A26C03;
}
.AnyTagClassName
{
color: #A26C03;
}
</style>
background-color css
<style>
a { background-color: #A26C03; }
a { background-color: rgb(162,108,3); }
div.DivClassName
{
background-color: #A26C03;
}
.BgClassName
{
background-color: #A26C03;
}
</style>
border-color css
<style>
span { border-color: #A26C03; }
span { border-color: rgb(162,108,3); }
td.TdClassName
{
border-color: #A26C03;
}
.TagClassName
{
border-color: #A26C03;
}
</style>