Shades of Golden Brown #A47014
Tints of Golden Brown #A47014
RGB
CMYK
RGB Variations
Color information
#A47014 (or 0xA47014) is known color: Golden Brown. HEX triplet: A4, 70 and 14. RGB value is (164,112,20). Sum of RGB (Red+Green+Blue) = 164+112+20=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A47014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47014 is #5B8FEB. Grayscale: #757575. Windows color (decimal): -6000620 or 1339556. OLE color: 1339556.
HSL color Cylindrical-coordinate representation of color #A47014: hue angle of 38.33º 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 #A47014 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 20 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.36 |
| HSL | 38.33º | 0.78% | 0.36% | - |
| HSV(B) | 38.33º | 0.88% | 0.64% | - |
| XYZ | 21.23 | 19.53 | 3.31 | - |
| YUV | 117.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 20 | 0 | 0.32 | 0.88 | 0.36 | 38.33 | 0.78 | 0.36 |
| Hex | A4 | 70 | 14 | 0 | 20 | 58 | 24 | 26 | 4E | 24 |
| Octal | 244 | 160 | 24 | 0 | 40 | 130 | 44 | 46 | 116 | 44 |
| Binary | 10100100 | 1110000 | 10100 | 0 | 100000 | 1011000 | 100100 | 100110 | 1001110 | 100100 |
Color Harmonies of #A47014
Complementary color
Monochromatic Colors of #A47014
Black with #A47014
Text Example
Text Example
White with #A47014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47014; }
p { color: rgb(164,112,20); }
H1.HeaderClassName
{
color: #A47014;
}
.AnyTagClassName
{
color: #A47014;
}
</style>
background-color css
<style>
a { background-color: #A47014; }
a { background-color: rgb(164,112,20); }
div.DivClassName
{
background-color: #A47014;
}
.BgClassName
{
background-color: #A47014;
}
</style>
border-color css
<style>
span { border-color: #A47014; }
span { border-color: rgb(164,112,20); }
td.TdClassName
{
border-color: #A47014;
}
.TagClassName
{
border-color: #A47014;
}
</style>