Shades of Golden Brown #A97111
Tints of Golden Brown #A97111
RGB
CMYK
RGB Variations
Color information
#A97111 (or 0xA97111) is known color: Golden Brown. HEX triplet: A9, 71 and 11. RGB value is (169,113,17). Sum of RGB (Red+Green+Blue) = 169+113+17=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A97111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97111 is #568EEE. Grayscale: #777777. Windows color (decimal): -5672687 or 1143209. OLE color: 1143209.
HSL color Cylindrical-coordinate representation of color #A97111: hue angle of 37.89º 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 #A97111 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 17 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.34 |
| HSL | 37.89º | 0.82% | 0.36% | - |
| HSV(B) | 37.89º | 0.9% | 0.66% | - |
| XYZ | 22.37 | 20.29 | 3.27 | - |
| YUV | 118.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 17 | 0 | 0.33 | 0.90 | 0.34 | 37.89 | 0.82 | 0.36 |
| Hex | A9 | 71 | 11 | 0 | 21 | 5A | 22 | 26 | 52 | 24 |
| Octal | 251 | 161 | 21 | 0 | 41 | 132 | 42 | 46 | 122 | 44 |
| Binary | 10101001 | 1110001 | 10001 | 0 | 100001 | 1011010 | 100010 | 100110 | 1010010 | 100100 |
Color Harmonies of #A97111
Complementary color
Monochromatic Colors of #A97111
Black with #A97111
Text Example
Text Example
White with #A97111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97111; }
p { color: rgb(169,113,17); }
H1.HeaderClassName
{
color: #A97111;
}
.AnyTagClassName
{
color: #A97111;
}
</style>
background-color css
<style>
a { background-color: #A97111; }
a { background-color: rgb(169,113,17); }
div.DivClassName
{
background-color: #A97111;
}
.BgClassName
{
background-color: #A97111;
}
</style>
border-color css
<style>
span { border-color: #A97111; }
span { border-color: rgb(169,113,17); }
td.TdClassName
{
border-color: #A97111;
}
.TagClassName
{
border-color: #A97111;
}
</style>