Shades of Golden Brown #A96403
Tints of Golden Brown #A96403
RGB
CMYK
RGB Variations
Color information
#A96403 (or 0xA96403) is known color: Golden Brown. HEX triplet: A9, 64 and 03. RGB value is (169,100,3). Sum of RGB (Red+Green+Blue) = 169+100+3=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A96403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96403 is #569BFC. Grayscale: #6E6E6E. Windows color (decimal): -5676029 or 222377. OLE color: 222377.
HSL color Cylindrical-coordinate representation of color #A96403: hue angle of 35.06º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A96403 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.34 |
| HSL | 35.06º | 0.97% | 0.34% | - |
| HSV(B) | 35.06º | 0.98% | 0.66% | - |
| XYZ | 20.94 | 17.56 | 2.37 | - |
| YUV | 109.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 3 | 0 | 0.41 | 0.98 | 0.34 | 35.06 | 0.97 | 0.34 |
| Hex | A9 | 64 | 3 | 0 | 29 | 62 | 22 | 23 | 61 | 22 |
| Octal | 251 | 144 | 3 | 0 | 51 | 142 | 42 | 43 | 141 | 42 |
| Binary | 10101001 | 1100100 | 11 | 0 | 101001 | 1100010 | 100010 | 100011 | 1100001 | 100010 |
Color Harmonies of #A96403
Complementary color
Monochromatic Colors of #A96403
Black with #A96403
Text Example
Text Example
White with #A96403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96403; }
p { color: rgb(169,100,3); }
H1.HeaderClassName
{
color: #A96403;
}
.AnyTagClassName
{
color: #A96403;
}
</style>
background-color css
<style>
a { background-color: #A96403; }
a { background-color: rgb(169,100,3); }
div.DivClassName
{
background-color: #A96403;
}
.BgClassName
{
background-color: #A96403;
}
</style>
border-color css
<style>
span { border-color: #A96403; }
span { border-color: rgb(169,100,3); }
td.TdClassName
{
border-color: #A96403;
}
.TagClassName
{
border-color: #A96403;
}
</style>