Shades of Golden Brown #A76D13
Tints of Golden Brown #A76D13
RGB
CMYK
RGB Variations
Color information
#A76D13 (or 0xA76D13) is known color: Golden Brown. HEX triplet: A7, 6D and 13. RGB value is (167,109,19). Sum of RGB (Red+Green+Blue) = 167+109+19=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D13 is #5892EC. Grayscale: #747474. Windows color (decimal): -5804781 or 1273255. OLE color: 1273255.
HSL color Cylindrical-coordinate representation of color #A76D13: hue angle of 36.49º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A76D13 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 19 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.35 |
| HSL | 36.49º | 0.8% | 0.36% | - |
| HSV(B) | 36.49º | 0.89% | 0.65% | - |
| XYZ | 21.52 | 19.2 | 3.19 | - |
| YUV | 116.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 19 | 0 | 0.35 | 0.89 | 0.35 | 36.49 | 0.8 | 0.36 |
| Hex | A7 | 6D | 13 | 0 | 23 | 59 | 23 | 24 | 50 | 24 |
| Octal | 247 | 155 | 23 | 0 | 43 | 131 | 43 | 44 | 120 | 44 |
| Binary | 10100111 | 1101101 | 10011 | 0 | 100011 | 1011001 | 100011 | 100100 | 1010000 | 100100 |
Color Harmonies of #A76D13
Complementary color
Monochromatic Colors of #A76D13
Black with #A76D13
Text Example
Text Example
White with #A76D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D13; }
p { color: rgb(167,109,19); }
H1.HeaderClassName
{
color: #A76D13;
}
.AnyTagClassName
{
color: #A76D13;
}
</style>
background-color css
<style>
a { background-color: #A76D13; }
a { background-color: rgb(167,109,19); }
div.DivClassName
{
background-color: #A76D13;
}
.BgClassName
{
background-color: #A76D13;
}
</style>
border-color css
<style>
span { border-color: #A76D13; }
span { border-color: rgb(167,109,19); }
td.TdClassName
{
border-color: #A76D13;
}
.TagClassName
{
border-color: #A76D13;
}
</style>