Shades of Golden Brown #A96B0A
Tints of Golden Brown #A96B0A
RGB
CMYK
RGB Variations
Color information
#A96B0A (or 0xA96B0A) is known color: Golden Brown. HEX triplet: A9, 6B and 0A. RGB value is (169,107,10). Sum of RGB (Red+Green+Blue) = 169+107+10=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96B0A is #5694F5. Grayscale: #727272. Windows color (decimal): -5674230 or 682921. OLE color: 682921.
HSL color Cylindrical-coordinate representation of color #A96B0A: hue angle of 36.6º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A96B0A is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 107 | 10 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.34 |
| HSL | 36.6º | 0.89% | 0.35% | - |
| HSV(B) | 36.6º | 0.94% | 0.66% | - |
| XYZ | 21.67 | 18.97 | 2.81 | - |
| YUV | 114.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 10 | 0 | 0.37 | 0.94 | 0.34 | 36.6 | 0.89 | 0.35 |
| Hex | A9 | 6B | A | 0 | 25 | 5E | 22 | 25 | 59 | 23 |
| Octal | 251 | 153 | 12 | 0 | 45 | 136 | 42 | 45 | 131 | 43 |
| Binary | 10101001 | 1101011 | 1010 | 0 | 100101 | 1011110 | 100010 | 100101 | 1011001 | 100011 |
Color Harmonies of #A96B0A
Complementary color
Monochromatic Colors of #A96B0A
Black with #A96B0A
Text Example
Text Example
White with #A96B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96B0A; }
p { color: rgb(169,107,10); }
H1.HeaderClassName
{
color: #A96B0A;
}
.AnyTagClassName
{
color: #A96B0A;
}
</style>
background-color css
<style>
a { background-color: #A96B0A; }
a { background-color: rgb(169,107,10); }
div.DivClassName
{
background-color: #A96B0A;
}
.BgClassName
{
background-color: #A96B0A;
}
</style>
border-color css
<style>
span { border-color: #A96B0A; }
span { border-color: rgb(169,107,10); }
td.TdClassName
{
border-color: #A96B0A;
}
.TagClassName
{
border-color: #A96B0A;
}
</style>