Shades of Golden Brown #A96110
Tints of Golden Brown #A96110
RGB
CMYK
RGB Variations
Color information
#A96110 (or 0xA96110) is known color: Golden Brown. HEX triplet: A9, 61 and 10. RGB value is (169,97,16). Sum of RGB (Red+Green+Blue) = 169+97+16=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A96110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96110 is #569EEF. Grayscale: #6D6D6D. Windows color (decimal): -5676784 or 1073577. OLE color: 1073577.
HSL color Cylindrical-coordinate representation of color #A96110: hue angle of 31.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A96110 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.34 |
| HSL | 31.76º | 0.83% | 0.36% | - |
| HSV(B) | 31.76º | 0.91% | 0.66% | - |
| XYZ | 20.73 | 17.02 | 2.68 | - |
| YUV | 109.29 | 75.35 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 16 | 0 | 0.43 | 0.91 | 0.34 | 31.76 | 0.83 | 0.36 |
| Hex | A9 | 61 | 10 | 0 | 2B | 5B | 22 | 20 | 53 | 24 |
| Octal | 251 | 141 | 20 | 0 | 53 | 133 | 42 | 40 | 123 | 44 |
| Binary | 10101001 | 1100001 | 10000 | 0 | 101011 | 1011011 | 100010 | 100000 | 1010011 | 100100 |
Color Harmonies of #A96110
Complementary color
Monochromatic Colors of #A96110
Black with #A96110
Text Example
Text Example
White with #A96110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96110; }
p { color: rgb(169,97,16); }
H1.HeaderClassName
{
color: #A96110;
}
.AnyTagClassName
{
color: #A96110;
}
</style>
background-color css
<style>
a { background-color: #A96110; }
a { background-color: rgb(169,97,16); }
div.DivClassName
{
background-color: #A96110;
}
.BgClassName
{
background-color: #A96110;
}
</style>
border-color css
<style>
span { border-color: #A96110; }
span { border-color: rgb(169,97,16); }
td.TdClassName
{
border-color: #A96110;
}
.TagClassName
{
border-color: #A96110;
}
</style>