Shades of Golden Brown #A96314
Tints of Golden Brown #A96314
RGB
CMYK
RGB Variations
Color information
#A96314 (or 0xA96314) is known color: Golden Brown. HEX triplet: A9, 63 and 14. RGB value is (169,99,20). Sum of RGB (Red+Green+Blue) = 169+99+20=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A96314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96314 is #569CEB. Grayscale: #6F6F6F. Windows color (decimal): -5676268 or 1336233. OLE color: 1336233.
HSL color Cylindrical-coordinate representation of color #A96314: hue angle of 31.81º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A96314 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 20 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.34 |
| HSL | 31.81º | 0.79% | 0.37% | - |
| HSV(B) | 31.81º | 0.88% | 0.66% | - |
| XYZ | 20.95 | 17.41 | 2.92 | - |
| YUV | 110.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 20 | 0 | 0.41 | 0.88 | 0.34 | 31.81 | 0.79 | 0.37 |
| Hex | A9 | 63 | 14 | 0 | 29 | 58 | 22 | 20 | 4F | 25 |
| Octal | 251 | 143 | 24 | 0 | 51 | 130 | 42 | 40 | 117 | 45 |
| Binary | 10101001 | 1100011 | 10100 | 0 | 101001 | 1011000 | 100010 | 100000 | 1001111 | 100101 |
Color Harmonies of #A96314
Complementary color
Monochromatic Colors of #A96314
Black with #A96314
Text Example
Text Example
White with #A96314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96314; }
p { color: rgb(169,99,20); }
H1.HeaderClassName
{
color: #A96314;
}
.AnyTagClassName
{
color: #A96314;
}
</style>
background-color css
<style>
a { background-color: #A96314; }
a { background-color: rgb(169,99,20); }
div.DivClassName
{
background-color: #A96314;
}
.BgClassName
{
background-color: #A96314;
}
</style>
border-color css
<style>
span { border-color: #A96314; }
span { border-color: rgb(169,99,20); }
td.TdClassName
{
border-color: #A96314;
}
.TagClassName
{
border-color: #A96314;
}
</style>