Shades of Golden Brown #A76518
Tints of Golden Brown #A76518
RGB
CMYK
RGB Variations
Color information
#A76518 (or 0xA76518) is known color: Golden Brown. HEX triplet: A7, 65 and 18. RGB value is (167,101,24). Sum of RGB (Red+Green+Blue) = 167+101+24=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A76518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76518 is #589AE7. Grayscale: #707070. Windows color (decimal): -5806824 or 1598887. OLE color: 1598887.
HSL color Cylindrical-coordinate representation of color #A76518: hue angle of 32.31º degrees, saturation: 0.75, 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 #A76518 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 24 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.35 |
| HSL | 32.31º | 0.75% | 0.37% | - |
| HSV(B) | 32.31º | 0.86% | 0.65% | - |
| XYZ | 20.75 | 17.59 | 3.17 | - |
| YUV | 111.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 24 | 0 | 0.40 | 0.86 | 0.35 | 32.31 | 0.75 | 0.37 |
| Hex | A7 | 65 | 18 | 0 | 28 | 56 | 23 | 20 | 4B | 25 |
| Octal | 247 | 145 | 30 | 0 | 50 | 126 | 43 | 40 | 113 | 45 |
| Binary | 10100111 | 1100101 | 11000 | 0 | 101000 | 1010110 | 100011 | 100000 | 1001011 | 100101 |
Color Harmonies of #A76518
Complementary color
Monochromatic Colors of #A76518
Black with #A76518
Text Example
Text Example
White with #A76518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76518; }
p { color: rgb(167,101,24); }
H1.HeaderClassName
{
color: #A76518;
}
.AnyTagClassName
{
color: #A76518;
}
</style>
background-color css
<style>
a { background-color: #A76518; }
a { background-color: rgb(167,101,24); }
div.DivClassName
{
background-color: #A76518;
}
.BgClassName
{
background-color: #A76518;
}
</style>
border-color css
<style>
span { border-color: #A76518; }
span { border-color: rgb(167,101,24); }
td.TdClassName
{
border-color: #A76518;
}
.TagClassName
{
border-color: #A76518;
}
</style>