Shades of Golden Brown #A57017
Tints of Golden Brown #A57017
RGB
CMYK
RGB Variations
Color information
#A57017 (or 0xA57017) is known color: Golden Brown. HEX triplet: A5, 70 and 17. RGB value is (165,112,23). Sum of RGB (Red+Green+Blue) = 165+112+23=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A57017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57017 is #5A8FE8. Grayscale: #767676. Windows color (decimal): -5935081 or 1536165. OLE color: 1536165.
HSL color Cylindrical-coordinate representation of color #A57017: hue angle of 37.61º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A57017 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 23 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.35 |
| HSL | 37.61º | 0.76% | 0.37% | - |
| HSV(B) | 37.61º | 0.86% | 0.65% | - |
| XYZ | 21.47 | 19.65 | 3.47 | - |
| YUV | 117.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 23 | 0 | 0.32 | 0.86 | 0.35 | 37.61 | 0.76 | 0.37 |
| Hex | A5 | 70 | 17 | 0 | 20 | 56 | 23 | 26 | 4C | 25 |
| Octal | 245 | 160 | 27 | 0 | 40 | 126 | 43 | 46 | 114 | 45 |
| Binary | 10100101 | 1110000 | 10111 | 0 | 100000 | 1010110 | 100011 | 100110 | 1001100 | 100101 |
Color Harmonies of #A57017
Complementary color
Monochromatic Colors of #A57017
Black with #A57017
Text Example
Text Example
White with #A57017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57017; }
p { color: rgb(165,112,23); }
H1.HeaderClassName
{
color: #A57017;
}
.AnyTagClassName
{
color: #A57017;
}
</style>
background-color css
<style>
a { background-color: #A57017; }
a { background-color: rgb(165,112,23); }
div.DivClassName
{
background-color: #A57017;
}
.BgClassName
{
background-color: #A57017;
}
</style>
border-color css
<style>
span { border-color: #A57017; }
span { border-color: rgb(165,112,23); }
td.TdClassName
{
border-color: #A57017;
}
.TagClassName
{
border-color: #A57017;
}
</style>