Shades of Golden Brown #A96C14
Tints of Golden Brown #A96C14
RGB
CMYK
RGB Variations
Color information
#A96C14 (or 0xA96C14) is known color: Golden Brown. HEX triplet: A9, 6C and 14. RGB value is (169,108,20). Sum of RGB (Red+Green+Blue) = 169+108+20=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96C14 is #5693EB. Grayscale: #747474. Windows color (decimal): -5673964 or 1338537. OLE color: 1338537.
HSL color Cylindrical-coordinate representation of color #A96C14: hue angle of 35.44º 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 #A96C14 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 108 | 20 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.34 |
| HSL | 35.44º | 0.79% | 0.37% | - |
| HSV(B) | 35.44º | 0.88% | 0.66% | - |
| XYZ | 21.85 | 19.21 | 3.22 | - |
| YUV | 116.21 | 73.71 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 20 | 0 | 0.36 | 0.88 | 0.34 | 35.44 | 0.79 | 0.37 |
| Hex | A9 | 6C | 14 | 0 | 24 | 58 | 22 | 23 | 4F | 25 |
| Octal | 251 | 154 | 24 | 0 | 44 | 130 | 42 | 43 | 117 | 45 |
| Binary | 10101001 | 1101100 | 10100 | 0 | 100100 | 1011000 | 100010 | 100011 | 1001111 | 100101 |
Color Harmonies of #A96C14
Complementary color
Monochromatic Colors of #A96C14
Black with #A96C14
Text Example
Text Example
White with #A96C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96C14; }
p { color: rgb(169,108,20); }
H1.HeaderClassName
{
color: #A96C14;
}
.AnyTagClassName
{
color: #A96C14;
}
</style>
background-color css
<style>
a { background-color: #A96C14; }
a { background-color: rgb(169,108,20); }
div.DivClassName
{
background-color: #A96C14;
}
.BgClassName
{
background-color: #A96C14;
}
</style>
border-color css
<style>
span { border-color: #A96C14; }
span { border-color: rgb(169,108,20); }
td.TdClassName
{
border-color: #A96C14;
}
.TagClassName
{
border-color: #A96C14;
}
</style>