Shades of Golden Brown #A7680D
Tints of Golden Brown #A7680D
RGB
CMYK
RGB Variations
Color information
#A7680D (or 0xA7680D) is known color: Golden Brown. HEX triplet: A7, 68 and 0D. RGB value is (167,104,13). Sum of RGB (Red+Green+Blue) = 167+104+13=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A7680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7680D is #5897F2. Grayscale: #707070. Windows color (decimal): -5806067 or 878759. OLE color: 878759.
HSL color Cylindrical-coordinate representation of color #A7680D: hue angle of 35.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7680D is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 13 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.35 |
| HSL | 35.45º | 0.86% | 0.35% | - |
| HSV(B) | 35.45º | 0.92% | 0.65% | - |
| XYZ | 20.96 | 18.15 | 2.78 | - |
| YUV | 112.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 13 | 0 | 0.38 | 0.92 | 0.35 | 35.45 | 0.86 | 0.35 |
| Hex | A7 | 68 | D | 0 | 26 | 5C | 23 | 23 | 56 | 23 |
| Octal | 247 | 150 | 15 | 0 | 46 | 134 | 43 | 43 | 126 | 43 |
| Binary | 10100111 | 1101000 | 1101 | 0 | 100110 | 1011100 | 100011 | 100011 | 1010110 | 100011 |
Color Harmonies of #A7680D
Complementary color
Monochromatic Colors of #A7680D
Black with #A7680D
Text Example
Text Example
White with #A7680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7680D; }
p { color: rgb(167,104,13); }
H1.HeaderClassName
{
color: #A7680D;
}
.AnyTagClassName
{
color: #A7680D;
}
</style>
background-color css
<style>
a { background-color: #A7680D; }
a { background-color: rgb(167,104,13); }
div.DivClassName
{
background-color: #A7680D;
}
.BgClassName
{
background-color: #A7680D;
}
</style>
border-color css
<style>
span { border-color: #A7680D; }
span { border-color: rgb(167,104,13); }
td.TdClassName
{
border-color: #A7680D;
}
.TagClassName
{
border-color: #A7680D;
}
</style>