Shades of Golden Brown #A76D15
Tints of Golden Brown #A76D15
RGB
CMYK
RGB Variations
Color information
#A76D15 (or 0xA76D15) is known color: Golden Brown. HEX triplet: A7, 6D and 15. RGB value is (167,109,21). Sum of RGB (Red+Green+Blue) = 167+109+21=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76D15 is #5892EA. Grayscale: #747474. Windows color (decimal): -5804779 or 1404327. OLE color: 1404327.
HSL color Cylindrical-coordinate representation of color #A76D15: hue angle of 36.16º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A76D15 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 21 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.35 |
| HSL | 36.16º | 0.78% | 0.37% | - |
| HSV(B) | 36.16º | 0.87% | 0.65% | - |
| XYZ | 21.54 | 19.21 | 3.28 | - |
| YUV | 116.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 21 | 0 | 0.35 | 0.87 | 0.35 | 36.16 | 0.78 | 0.37 |
| Hex | A7 | 6D | 15 | 0 | 23 | 57 | 23 | 24 | 4E | 25 |
| Octal | 247 | 155 | 25 | 0 | 43 | 127 | 43 | 44 | 116 | 45 |
| Binary | 10100111 | 1101101 | 10101 | 0 | 100011 | 1010111 | 100011 | 100100 | 1001110 | 100101 |
Color Harmonies of #A76D15
Complementary color
Monochromatic Colors of #A76D15
Black with #A76D15
Text Example
Text Example
White with #A76D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D15; }
p { color: rgb(167,109,21); }
H1.HeaderClassName
{
color: #A76D15;
}
.AnyTagClassName
{
color: #A76D15;
}
</style>
background-color css
<style>
a { background-color: #A76D15; }
a { background-color: rgb(167,109,21); }
div.DivClassName
{
background-color: #A76D15;
}
.BgClassName
{
background-color: #A76D15;
}
</style>
border-color css
<style>
span { border-color: #A76D15; }
span { border-color: rgb(167,109,21); }
td.TdClassName
{
border-color: #A76D15;
}
.TagClassName
{
border-color: #A76D15;
}
</style>