Shades of Golden Brown #A96111
Tints of Golden Brown #A96111
RGB
CMYK
RGB Variations
Color information
#A96111 (or 0xA96111) is known color: Golden Brown. HEX triplet: A9, 61 and 11. RGB value is (169,97,17). Sum of RGB (Red+Green+Blue) = 169+97+17=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A96111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96111 is #569EEE. Grayscale: #6D6D6D. Windows color (decimal): -5676783 or 1139113. OLE color: 1139113.
HSL color Cylindrical-coordinate representation of color #A96111: hue angle of 31.58º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A96111 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 17 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.34 |
| HSL | 31.58º | 0.82% | 0.36% | - |
| HSV(B) | 31.58º | 0.9% | 0.66% | - |
| XYZ | 20.74 | 17.02 | 2.72 | - |
| YUV | 109.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 17 | 0 | 0.43 | 0.90 | 0.34 | 31.58 | 0.82 | 0.36 |
| Hex | A9 | 61 | 11 | 0 | 2B | 5A | 22 | 20 | 52 | 24 |
| Octal | 251 | 141 | 21 | 0 | 53 | 132 | 42 | 40 | 122 | 44 |
| Binary | 10101001 | 1100001 | 10001 | 0 | 101011 | 1011010 | 100010 | 100000 | 1010010 | 100100 |
Color Harmonies of #A96111
Complementary color
Monochromatic Colors of #A96111
Black with #A96111
Text Example
Text Example
White with #A96111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96111; }
p { color: rgb(169,97,17); }
H1.HeaderClassName
{
color: #A96111;
}
.AnyTagClassName
{
color: #A96111;
}
</style>
background-color css
<style>
a { background-color: #A96111; }
a { background-color: rgb(169,97,17); }
div.DivClassName
{
background-color: #A96111;
}
.BgClassName
{
background-color: #A96111;
}
</style>
border-color css
<style>
span { border-color: #A96111; }
span { border-color: rgb(169,97,17); }
td.TdClassName
{
border-color: #A96111;
}
.TagClassName
{
border-color: #A96111;
}
</style>