Shades of Golden Brown #A97211
Tints of Golden Brown #A97211
RGB
CMYK
RGB Variations
Color information
#A97211 (or 0xA97211) is known color: Golden Brown. HEX triplet: A9, 72 and 11. RGB value is (169,114,17). Sum of RGB (Red+Green+Blue) = 169+114+17=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A97211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97211 is #568DEE. Grayscale: #777777. Windows color (decimal): -5672431 or 1143465. OLE color: 1143465.
HSL color Cylindrical-coordinate representation of color #A97211: hue angle of 38.29º 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 #A97211 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 17 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.34 |
| HSL | 38.29º | 0.82% | 0.36% | - |
| HSV(B) | 38.29º | 0.9% | 0.66% | - |
| XYZ | 22.48 | 20.51 | 3.3 | - |
| YUV | 119.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 17 | 0 | 0.33 | 0.90 | 0.34 | 38.29 | 0.82 | 0.36 |
| Hex | A9 | 72 | 11 | 0 | 21 | 5A | 22 | 26 | 52 | 24 |
| Octal | 251 | 162 | 21 | 0 | 41 | 132 | 42 | 46 | 122 | 44 |
| Binary | 10101001 | 1110010 | 10001 | 0 | 100001 | 1011010 | 100010 | 100110 | 1010010 | 100100 |
Color Harmonies of #A97211
Complementary color
Monochromatic Colors of #A97211
Black with #A97211
Text Example
Text Example
White with #A97211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97211; }
p { color: rgb(169,114,17); }
H1.HeaderClassName
{
color: #A97211;
}
.AnyTagClassName
{
color: #A97211;
}
</style>
background-color css
<style>
a { background-color: #A97211; }
a { background-color: rgb(169,114,17); }
div.DivClassName
{
background-color: #A97211;
}
.BgClassName
{
background-color: #A97211;
}
</style>
border-color css
<style>
span { border-color: #A97211; }
span { border-color: rgb(169,114,17); }
td.TdClassName
{
border-color: #A97211;
}
.TagClassName
{
border-color: #A97211;
}
</style>