Shades of Golden Brown #A76315
Tints of Golden Brown #A76315
RGB
CMYK
RGB Variations
Color information
#A76315 (or 0xA76315) is known color: Golden Brown. HEX triplet: A7, 63 and 15. RGB value is (167,99,21). Sum of RGB (Red+Green+Blue) = 167+99+21=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A76315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76315 is #589CEA. Grayscale: #6E6E6E. Windows color (decimal): -5807339 or 1401767. OLE color: 1401767.
HSL color Cylindrical-coordinate representation of color #A76315: hue angle of 32.05º 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 #A76315 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 99 | 21 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.35 |
| HSL | 32.05º | 0.78% | 0.37% | - |
| HSV(B) | 32.05º | 0.87% | 0.65% | - |
| XYZ | 20.53 | 17.19 | 2.95 | - |
| YUV | 110.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 21 | 0 | 0.41 | 0.87 | 0.35 | 32.05 | 0.78 | 0.37 |
| Hex | A7 | 63 | 15 | 0 | 29 | 57 | 23 | 20 | 4E | 25 |
| Octal | 247 | 143 | 25 | 0 | 51 | 127 | 43 | 40 | 116 | 45 |
| Binary | 10100111 | 1100011 | 10101 | 0 | 101001 | 1010111 | 100011 | 100000 | 1001110 | 100101 |
Color Harmonies of #A76315
Complementary color
Monochromatic Colors of #A76315
Black with #A76315
Text Example
Text Example
White with #A76315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76315; }
p { color: rgb(167,99,21); }
H1.HeaderClassName
{
color: #A76315;
}
.AnyTagClassName
{
color: #A76315;
}
</style>
background-color css
<style>
a { background-color: #A76315; }
a { background-color: rgb(167,99,21); }
div.DivClassName
{
background-color: #A76315;
}
.BgClassName
{
background-color: #A76315;
}
</style>
border-color css
<style>
span { border-color: #A76315; }
span { border-color: rgb(167,99,21); }
td.TdClassName
{
border-color: #A76315;
}
.TagClassName
{
border-color: #A76315;
}
</style>