Shades of Golden Brown #A76D17
Tints of Golden Brown #A76D17
RGB
CMYK
RGB Variations
Color information
#A76D17 (or 0xA76D17) is known color: Golden Brown. HEX triplet: A7, 6D and 17. RGB value is (167,109,23). Sum of RGB (Red+Green+Blue) = 167+109+23=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D17 is #5892E8. Grayscale: #747474. Windows color (decimal): -5804777 or 1535399. OLE color: 1535399.
HSL color Cylindrical-coordinate representation of color #A76D17: hue angle of 35.83º 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 #A76D17 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 23 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.35 |
| HSL | 35.83º | 0.76% | 0.37% | - |
| HSV(B) | 35.83º | 0.86% | 0.65% | - |
| XYZ | 21.56 | 19.21 | 3.38 | - |
| YUV | 116.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 23 | 0 | 0.35 | 0.86 | 0.35 | 35.83 | 0.76 | 0.37 |
| Hex | A7 | 6D | 17 | 0 | 23 | 56 | 23 | 24 | 4C | 25 |
| Octal | 247 | 155 | 27 | 0 | 43 | 126 | 43 | 44 | 114 | 45 |
| Binary | 10100111 | 1101101 | 10111 | 0 | 100011 | 1010110 | 100011 | 100100 | 1001100 | 100101 |
Color Harmonies of #A76D17
Complementary color
Monochromatic Colors of #A76D17
Black with #A76D17
Text Example
Text Example
White with #A76D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D17; }
p { color: rgb(167,109,23); }
H1.HeaderClassName
{
color: #A76D17;
}
.AnyTagClassName
{
color: #A76D17;
}
</style>
background-color css
<style>
a { background-color: #A76D17; }
a { background-color: rgb(167,109,23); }
div.DivClassName
{
background-color: #A76D17;
}
.BgClassName
{
background-color: #A76D17;
}
</style>
border-color css
<style>
span { border-color: #A76D17; }
span { border-color: rgb(167,109,23); }
td.TdClassName
{
border-color: #A76D17;
}
.TagClassName
{
border-color: #A76D17;
}
</style>