Shades of Golden Brown #A76918
Tints of Golden Brown #A76918
RGB
CMYK
RGB Variations
Color information
#A76918 (or 0xA76918) is known color: Golden Brown. HEX triplet: A7, 69 and 18. RGB value is (167,105,24). Sum of RGB (Red+Green+Blue) = 167+105+24=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A76918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76918 is #5896E7. Grayscale: #727272. Windows color (decimal): -5805800 or 1599911. OLE color: 1599911.
HSL color Cylindrical-coordinate representation of color #A76918: hue angle of 33.99º 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 #A76918 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 24 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.35 |
| HSL | 33.99º | 0.75% | 0.37% | - |
| HSV(B) | 33.99º | 0.86% | 0.65% | - |
| XYZ | 21.15 | 18.38 | 3.3 | - |
| YUV | 114.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 24 | 0 | 0.37 | 0.86 | 0.35 | 33.99 | 0.75 | 0.37 |
| Hex | A7 | 69 | 18 | 0 | 25 | 56 | 23 | 22 | 4B | 25 |
| Octal | 247 | 151 | 30 | 0 | 45 | 126 | 43 | 42 | 113 | 45 |
| Binary | 10100111 | 1101001 | 11000 | 0 | 100101 | 1010110 | 100011 | 100010 | 1001011 | 100101 |
Color Harmonies of #A76918
Complementary color
Monochromatic Colors of #A76918
Black with #A76918
Text Example
Text Example
White with #A76918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76918; }
p { color: rgb(167,105,24); }
H1.HeaderClassName
{
color: #A76918;
}
.AnyTagClassName
{
color: #A76918;
}
</style>
background-color css
<style>
a { background-color: #A76918; }
a { background-color: rgb(167,105,24); }
div.DivClassName
{
background-color: #A76918;
}
.BgClassName
{
background-color: #A76918;
}
</style>
border-color css
<style>
span { border-color: #A76918; }
span { border-color: rgb(167,105,24); }
td.TdClassName
{
border-color: #A76918;
}
.TagClassName
{
border-color: #A76918;
}
</style>