Shades of Golden Brown #A36014
Tints of Golden Brown #A36014
RGB
CMYK
RGB Variations
Color information
#A36014 (or 0xA36014) is known color: Golden Brown. HEX triplet: A3, 60 and 14. RGB value is (163,96,20). Sum of RGB (Red+Green+Blue) = 163+96+20=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A36014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36014 is #5C9FEB. Grayscale: #6B6B6B. Windows color (decimal): -6070252 or 1335459. OLE color: 1335459.
HSL color Cylindrical-coordinate representation of color #A36014: hue angle of 31.89º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A36014 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 20 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.36 |
| HSL | 31.89º | 0.78% | 0.36% | - |
| HSV(B) | 31.89º | 0.88% | 0.64% | - |
| XYZ | 19.41 | 16.2 | 2.77 | - |
| YUV | 107.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 20 | 0 | 0.41 | 0.88 | 0.36 | 31.89 | 0.78 | 0.36 |
| Hex | A3 | 60 | 14 | 0 | 29 | 58 | 24 | 20 | 4E | 24 |
| Octal | 243 | 140 | 24 | 0 | 51 | 130 | 44 | 40 | 116 | 44 |
| Binary | 10100011 | 1100000 | 10100 | 0 | 101001 | 1011000 | 100100 | 100000 | 1001110 | 100100 |
Color Harmonies of #A36014
Complementary color
Monochromatic Colors of #A36014
Black with #A36014
Text Example
Text Example
White with #A36014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36014; }
p { color: rgb(163,96,20); }
H1.HeaderClassName
{
color: #A36014;
}
.AnyTagClassName
{
color: #A36014;
}
</style>
background-color css
<style>
a { background-color: #A36014; }
a { background-color: rgb(163,96,20); }
div.DivClassName
{
background-color: #A36014;
}
.BgClassName
{
background-color: #A36014;
}
</style>
border-color css
<style>
span { border-color: #A36014; }
span { border-color: rgb(163,96,20); }
td.TdClassName
{
border-color: #A36014;
}
.TagClassName
{
border-color: #A36014;
}
</style>