Shades of Golden Brown #A76C17
Tints of Golden Brown #A76C17
RGB
CMYK
RGB Variations
Color information
#A76C17 (or 0xA76C17) is known color: Golden Brown. HEX triplet: A7, 6C and 17. RGB value is (167,108,23). Sum of RGB (Red+Green+Blue) = 167+108+23=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C17 is #5893E8. Grayscale: #747474. Windows color (decimal): -5805033 or 1535143. OLE color: 1535143.
HSL color Cylindrical-coordinate representation of color #A76C17: hue angle of 35.42º 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 #A76C17 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 23 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.35 |
| HSL | 35.42º | 0.76% | 0.37% | - |
| HSV(B) | 35.42º | 0.86% | 0.65% | - |
| XYZ | 21.45 | 19 | 3.35 | - |
| YUV | 115.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 23 | 0 | 0.35 | 0.86 | 0.35 | 35.42 | 0.76 | 0.37 |
| Hex | A7 | 6C | 17 | 0 | 23 | 56 | 23 | 23 | 4C | 25 |
| Octal | 247 | 154 | 27 | 0 | 43 | 126 | 43 | 43 | 114 | 45 |
| Binary | 10100111 | 1101100 | 10111 | 0 | 100011 | 1010110 | 100011 | 100011 | 1001100 | 100101 |
Color Harmonies of #A76C17
Complementary color
Monochromatic Colors of #A76C17
Black with #A76C17
Text Example
Text Example
White with #A76C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C17; }
p { color: rgb(167,108,23); }
H1.HeaderClassName
{
color: #A76C17;
}
.AnyTagClassName
{
color: #A76C17;
}
</style>
background-color css
<style>
a { background-color: #A76C17; }
a { background-color: rgb(167,108,23); }
div.DivClassName
{
background-color: #A76C17;
}
.BgClassName
{
background-color: #A76C17;
}
</style>
border-color css
<style>
span { border-color: #A76C17; }
span { border-color: rgb(167,108,23); }
td.TdClassName
{
border-color: #A76C17;
}
.TagClassName
{
border-color: #A76C17;
}
</style>