Shades of Golden Brown #A57014
Tints of Golden Brown #A57014
RGB
CMYK
RGB Variations
Color information
#A57014 (or 0xA57014) is known color: Golden Brown. HEX triplet: A5, 70 and 14. RGB value is (165,112,20). Sum of RGB (Red+Green+Blue) = 165+112+20=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A57014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57014 is #5A8FEB. Grayscale: #757575. Windows color (decimal): -5935084 or 1339557. OLE color: 1339557.
HSL color Cylindrical-coordinate representation of color #A57014: hue angle of 38.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A57014 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 20 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.35 |
| HSL | 38.07º | 0.78% | 0.36% | - |
| HSV(B) | 38.07º | 0.88% | 0.65% | - |
| XYZ | 21.44 | 19.64 | 3.32 | - |
| YUV | 117.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 20 | 0 | 0.32 | 0.88 | 0.35 | 38.07 | 0.78 | 0.36 |
| Hex | A5 | 70 | 14 | 0 | 20 | 58 | 23 | 26 | 4E | 24 |
| Octal | 245 | 160 | 24 | 0 | 40 | 130 | 43 | 46 | 116 | 44 |
| Binary | 10100101 | 1110000 | 10100 | 0 | 100000 | 1011000 | 100011 | 100110 | 1001110 | 100100 |
Color Harmonies of #A57014
Complementary color
Monochromatic Colors of #A57014
Black with #A57014
Text Example
Text Example
White with #A57014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57014; }
p { color: rgb(165,112,20); }
H1.HeaderClassName
{
color: #A57014;
}
.AnyTagClassName
{
color: #A57014;
}
</style>
background-color css
<style>
a { background-color: #A57014; }
a { background-color: rgb(165,112,20); }
div.DivClassName
{
background-color: #A57014;
}
.BgClassName
{
background-color: #A57014;
}
</style>
border-color css
<style>
span { border-color: #A57014; }
span { border-color: rgb(165,112,20); }
td.TdClassName
{
border-color: #A57014;
}
.TagClassName
{
border-color: #A57014;
}
</style>