Shades of Golden Brown #A97011
Tints of Golden Brown #A97011
RGB
CMYK
RGB Variations
Color information
#A97011 (or 0xA97011) is known color: Golden Brown. HEX triplet: A9, 70 and 11. RGB value is (169,112,17). Sum of RGB (Red+Green+Blue) = 169+112+17=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A97011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97011 is #568FEE. Grayscale: #767676. Windows color (decimal): -5672943 or 1142953. OLE color: 1142953.
HSL color Cylindrical-coordinate representation of color #A97011: hue angle of 37.5º 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 #A97011 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 17 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.34 |
| HSL | 37.5º | 0.82% | 0.36% | - |
| HSV(B) | 37.5º | 0.9% | 0.66% | - |
| XYZ | 22.26 | 20.06 | 3.23 | - |
| YUV | 118.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 17 | 0 | 0.34 | 0.90 | 0.34 | 37.5 | 0.82 | 0.36 |
| Hex | A9 | 70 | 11 | 0 | 22 | 5A | 22 | 26 | 52 | 24 |
| Octal | 251 | 160 | 21 | 0 | 42 | 132 | 42 | 46 | 122 | 44 |
| Binary | 10101001 | 1110000 | 10001 | 0 | 100010 | 1011010 | 100010 | 100110 | 1010010 | 100100 |
Color Harmonies of #A97011
Complementary color
Monochromatic Colors of #A97011
Black with #A97011
Text Example
Text Example
White with #A97011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97011; }
p { color: rgb(169,112,17); }
H1.HeaderClassName
{
color: #A97011;
}
.AnyTagClassName
{
color: #A97011;
}
</style>
background-color css
<style>
a { background-color: #A97011; }
a { background-color: rgb(169,112,17); }
div.DivClassName
{
background-color: #A97011;
}
.BgClassName
{
background-color: #A97011;
}
</style>
border-color css
<style>
span { border-color: #A97011; }
span { border-color: rgb(169,112,17); }
td.TdClassName
{
border-color: #A97011;
}
.TagClassName
{
border-color: #A97011;
}
</style>