Shades of Golden Brown #A96E03
Tints of Golden Brown #A96E03
RGB
CMYK
RGB Variations
Color information
#A96E03 (or 0xA96E03) is known color: Golden Brown. HEX triplet: A9, 6E and 03. RGB value is (169,110,3). Sum of RGB (Red+Green+Blue) = 169+110+3=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96E03 is #5691FC. Grayscale: #737373. Windows color (decimal): -5673469 or 224937. OLE color: 224937.
HSL color Cylindrical-coordinate representation of color #A96E03: hue angle of 38.67º 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 #A96E03 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.34 |
| HSL | 38.67º | 0.97% | 0.34% | - |
| HSV(B) | 38.67º | 0.98% | 0.66% | - |
| XYZ | 21.95 | 19.59 | 2.71 | - |
| YUV | 115.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 3 | 0 | 0.35 | 0.98 | 0.34 | 38.67 | 0.97 | 0.34 |
| Hex | A9 | 6E | 3 | 0 | 23 | 62 | 22 | 27 | 61 | 22 |
| Octal | 251 | 156 | 3 | 0 | 43 | 142 | 42 | 47 | 141 | 42 |
| Binary | 10101001 | 1101110 | 11 | 0 | 100011 | 1100010 | 100010 | 100111 | 1100001 | 100010 |
Color Harmonies of #A96E03
Complementary color
Monochromatic Colors of #A96E03
Black with #A96E03
Text Example
Text Example
White with #A96E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E03; }
p { color: rgb(169,110,3); }
H1.HeaderClassName
{
color: #A96E03;
}
.AnyTagClassName
{
color: #A96E03;
}
</style>
background-color css
<style>
a { background-color: #A96E03; }
a { background-color: rgb(169,110,3); }
div.DivClassName
{
background-color: #A96E03;
}
.BgClassName
{
background-color: #A96E03;
}
</style>
border-color css
<style>
span { border-color: #A96E03; }
span { border-color: rgb(169,110,3); }
td.TdClassName
{
border-color: #A96E03;
}
.TagClassName
{
border-color: #A96E03;
}
</style>