Shades of Golden Brown #A96E02
Tints of Golden Brown #A96E02
RGB
CMYK
RGB Variations
Color information
#A96E02 (or 0xA96E02) is known color: Golden Brown. HEX triplet: A9, 6E and 02. RGB value is (169,110,2). Sum of RGB (Red+Green+Blue) = 169+110+2=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96E02 is #5691FD. Grayscale: #737373. Windows color (decimal): -5673470 or 159401. OLE color: 159401.
HSL color Cylindrical-coordinate representation of color #A96E02: hue angle of 38.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A96E02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.34 |
| HSL | 38.8º | 0.98% | 0.34% | - |
| HSV(B) | 38.8º | 0.99% | 0.66% | - |
| XYZ | 21.95 | 19.59 | 2.68 | - |
| YUV | 115.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 2 | 0 | 0.35 | 0.99 | 0.34 | 38.8 | 0.98 | 0.34 |
| Hex | A9 | 6E | 2 | 0 | 23 | 63 | 22 | 27 | 62 | 22 |
| Octal | 251 | 156 | 2 | 0 | 43 | 143 | 42 | 47 | 142 | 42 |
| Binary | 10101001 | 1101110 | 10 | 0 | 100011 | 1100011 | 100010 | 100111 | 1100010 | 100010 |
Color Harmonies of #A96E02
Complementary color
Monochromatic Colors of #A96E02
Black with #A96E02
Text Example
Text Example
White with #A96E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E02; }
p { color: rgb(169,110,2); }
H1.HeaderClassName
{
color: #A96E02;
}
.AnyTagClassName
{
color: #A96E02;
}
</style>
background-color css
<style>
a { background-color: #A96E02; }
a { background-color: rgb(169,110,2); }
div.DivClassName
{
background-color: #A96E02;
}
.BgClassName
{
background-color: #A96E02;
}
</style>
border-color css
<style>
span { border-color: #A96E02; }
span { border-color: rgb(169,110,2); }
td.TdClassName
{
border-color: #A96E02;
}
.TagClassName
{
border-color: #A96E02;
}
</style>