Shades of Golden Brown #A76915
Tints of Golden Brown #A76915
RGB
CMYK
RGB Variations
Color information
#A76915 (or 0xA76915) is known color: Golden Brown. HEX triplet: A7, 69 and 15. RGB value is (167,105,21). Sum of RGB (Red+Green+Blue) = 167+105+21=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A76915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76915 is #5896EA. Grayscale: #727272. Windows color (decimal): -5805803 or 1403303. OLE color: 1403303.
HSL color Cylindrical-coordinate representation of color #A76915: hue angle of 34.52º 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 #A76915 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 21 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.35 |
| HSL | 34.52º | 0.78% | 0.37% | - |
| HSV(B) | 34.52º | 0.87% | 0.65% | - |
| XYZ | 21.12 | 18.37 | 3.14 | - |
| YUV | 113.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 21 | 0 | 0.37 | 0.87 | 0.35 | 34.52 | 0.78 | 0.37 |
| Hex | A7 | 69 | 15 | 0 | 25 | 57 | 23 | 23 | 4E | 25 |
| Octal | 247 | 151 | 25 | 0 | 45 | 127 | 43 | 43 | 116 | 45 |
| Binary | 10100111 | 1101001 | 10101 | 0 | 100101 | 1010111 | 100011 | 100011 | 1001110 | 100101 |
Color Harmonies of #A76915
Complementary color
Monochromatic Colors of #A76915
Black with #A76915
Text Example
Text Example
White with #A76915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76915; }
p { color: rgb(167,105,21); }
H1.HeaderClassName
{
color: #A76915;
}
.AnyTagClassName
{
color: #A76915;
}
</style>
background-color css
<style>
a { background-color: #A76915; }
a { background-color: rgb(167,105,21); }
div.DivClassName
{
background-color: #A76915;
}
.BgClassName
{
background-color: #A76915;
}
</style>
border-color css
<style>
span { border-color: #A76915; }
span { border-color: rgb(167,105,21); }
td.TdClassName
{
border-color: #A76915;
}
.TagClassName
{
border-color: #A76915;
}
</style>