Shades of Golden Brown #A96A10
Tints of Golden Brown #A96A10
RGB
CMYK
RGB Variations
Color information
#A96A10 (or 0xA96A10) is known color: Golden Brown. HEX triplet: A9, 6A and 10. RGB value is (169,106,16). Sum of RGB (Red+Green+Blue) = 169+106+16=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A10 is #5695EF. Grayscale: #737373. Windows color (decimal): -5674480 or 1075881. OLE color: 1075881.
HSL color Cylindrical-coordinate representation of color #A96A10: hue angle of 35.29º 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 #A96A10 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 16 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.34 |
| HSL | 35.29º | 0.83% | 0.36% | - |
| HSV(B) | 35.29º | 0.91% | 0.66% | - |
| XYZ | 21.61 | 18.78 | 2.98 | - |
| YUV | 114.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 16 | 0 | 0.37 | 0.91 | 0.34 | 35.29 | 0.83 | 0.36 |
| Hex | A9 | 6A | 10 | 0 | 25 | 5B | 22 | 23 | 53 | 24 |
| Octal | 251 | 152 | 20 | 0 | 45 | 133 | 42 | 43 | 123 | 44 |
| Binary | 10101001 | 1101010 | 10000 | 0 | 100101 | 1011011 | 100010 | 100011 | 1010011 | 100100 |
Color Harmonies of #A96A10
Complementary color
Monochromatic Colors of #A96A10
Black with #A96A10
Text Example
Text Example
White with #A96A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A10; }
p { color: rgb(169,106,16); }
H1.HeaderClassName
{
color: #A96A10;
}
.AnyTagClassName
{
color: #A96A10;
}
</style>
background-color css
<style>
a { background-color: #A96A10; }
a { background-color: rgb(169,106,16); }
div.DivClassName
{
background-color: #A96A10;
}
.BgClassName
{
background-color: #A96A10;
}
</style>
border-color css
<style>
span { border-color: #A96A10; }
span { border-color: rgb(169,106,16); }
td.TdClassName
{
border-color: #A96A10;
}
.TagClassName
{
border-color: #A96A10;
}
</style>