Shades of Golden Brown #A97010
Tints of Golden Brown #A97010
RGB
CMYK
RGB Variations
Color information
#A97010 (or 0xA97010) is known color: Golden Brown. HEX triplet: A9, 70 and 10. RGB value is (169,112,16). Sum of RGB (Red+Green+Blue) = 169+112+16=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A97010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97010 is #568FEF. Grayscale: #767676. Windows color (decimal): -5672944 or 1077417. OLE color: 1077417.
HSL color Cylindrical-coordinate representation of color #A97010: hue angle of 37.65º 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 #A97010 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 16 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.34 |
| HSL | 37.65º | 0.83% | 0.36% | - |
| HSV(B) | 37.65º | 0.91% | 0.66% | - |
| XYZ | 22.25 | 20.06 | 3.19 | - |
| YUV | 118.1 | 70.38 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 16 | 0 | 0.34 | 0.91 | 0.34 | 37.65 | 0.83 | 0.36 |
| Hex | A9 | 70 | 10 | 0 | 22 | 5B | 22 | 26 | 53 | 24 |
| Octal | 251 | 160 | 20 | 0 | 42 | 133 | 42 | 46 | 123 | 44 |
| Binary | 10101001 | 1110000 | 10000 | 0 | 100010 | 1011011 | 100010 | 100110 | 1010011 | 100100 |
Color Harmonies of #A97010
Complementary color
Monochromatic Colors of #A97010
Black with #A97010
Text Example
Text Example
White with #A97010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97010; }
p { color: rgb(169,112,16); }
H1.HeaderClassName
{
color: #A97010;
}
.AnyTagClassName
{
color: #A97010;
}
</style>
background-color css
<style>
a { background-color: #A97010; }
a { background-color: rgb(169,112,16); }
div.DivClassName
{
background-color: #A97010;
}
.BgClassName
{
background-color: #A97010;
}
</style>
border-color css
<style>
span { border-color: #A97010; }
span { border-color: rgb(169,112,16); }
td.TdClassName
{
border-color: #A97010;
}
.TagClassName
{
border-color: #A97010;
}
</style>