Shades of Golden Brown #A96F14
Tints of Golden Brown #A96F14
RGB
CMYK
RGB Variations
Color information
#A96F14 (or 0xA96F14) is known color: Golden Brown. HEX triplet: A9, 6F and 14. RGB value is (169,111,20). Sum of RGB (Red+Green+Blue) = 169+111+20=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96F14 is #5690EB. Grayscale: #767676. Windows color (decimal): -5673196 or 1339305. OLE color: 1339305.
HSL color Cylindrical-coordinate representation of color #A96F14: hue angle of 36.64º 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 #A96F14 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 111 | 20 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.34 |
| HSL | 36.64º | 0.79% | 0.37% | - |
| HSV(B) | 36.64º | 0.88% | 0.66% | - |
| XYZ | 22.17 | 19.85 | 3.33 | - |
| YUV | 117.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 20 | 0 | 0.34 | 0.88 | 0.34 | 36.64 | 0.79 | 0.37 |
| Hex | A9 | 6F | 14 | 0 | 22 | 58 | 22 | 25 | 4F | 25 |
| Octal | 251 | 157 | 24 | 0 | 42 | 130 | 42 | 45 | 117 | 45 |
| Binary | 10101001 | 1101111 | 10100 | 0 | 100010 | 1011000 | 100010 | 100101 | 1001111 | 100101 |
Color Harmonies of #A96F14
Complementary color
Monochromatic Colors of #A96F14
Black with #A96F14
Text Example
Text Example
White with #A96F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96F14; }
p { color: rgb(169,111,20); }
H1.HeaderClassName
{
color: #A96F14;
}
.AnyTagClassName
{
color: #A96F14;
}
</style>
background-color css
<style>
a { background-color: #A96F14; }
a { background-color: rgb(169,111,20); }
div.DivClassName
{
background-color: #A96F14;
}
.BgClassName
{
background-color: #A96F14;
}
</style>
border-color css
<style>
span { border-color: #A96F14; }
span { border-color: rgb(169,111,20); }
td.TdClassName
{
border-color: #A96F14;
}
.TagClassName
{
border-color: #A96F14;
}
</style>