Shades of Golden Brown #A37014
Tints of Golden Brown #A37014
RGB
CMYK
RGB Variations
Color information
#A37014 (or 0xA37014) is known color: Golden Brown. HEX triplet: A3, 70 and 14. RGB value is (163,112,20). Sum of RGB (Red+Green+Blue) = 163+112+20=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A37014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37014 is #5C8FEB. Grayscale: #757575. Windows color (decimal): -6066156 or 1339555. OLE color: 1339555.
HSL color Cylindrical-coordinate representation of color #A37014: hue angle of 38.6º 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 #A37014 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 20 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.36 |
| HSL | 38.6º | 0.78% | 0.36% | - |
| HSV(B) | 38.6º | 0.88% | 0.64% | - |
| XYZ | 21.02 | 19.43 | 3.3 | - |
| YUV | 116.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 20 | 0 | 0.31 | 0.88 | 0.36 | 38.6 | 0.78 | 0.36 |
| Hex | A3 | 70 | 14 | 0 | 1F | 58 | 24 | 27 | 4E | 24 |
| Octal | 243 | 160 | 24 | 0 | 37 | 130 | 44 | 47 | 116 | 44 |
| Binary | 10100011 | 1110000 | 10100 | 0 | 11111 | 1011000 | 100100 | 100111 | 1001110 | 100100 |
Color Harmonies of #A37014
Complementary color
Monochromatic Colors of #A37014
Black with #A37014
Text Example
Text Example
White with #A37014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37014; }
p { color: rgb(163,112,20); }
H1.HeaderClassName
{
color: #A37014;
}
.AnyTagClassName
{
color: #A37014;
}
</style>
background-color css
<style>
a { background-color: #A37014; }
a { background-color: rgb(163,112,20); }
div.DivClassName
{
background-color: #A37014;
}
.BgClassName
{
background-color: #A37014;
}
</style>
border-color css
<style>
span { border-color: #A37014; }
span { border-color: rgb(163,112,20); }
td.TdClassName
{
border-color: #A37014;
}
.TagClassName
{
border-color: #A37014;
}
</style>