Shades of Golden Brown #A7680F
Tints of Golden Brown #A7680F
RGB
CMYK
RGB Variations
Color information
#A7680F (or 0xA7680F) is known color: Golden Brown. HEX triplet: A7, 68 and 0F. RGB value is (167,104,15). Sum of RGB (Red+Green+Blue) = 167+104+15=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A7680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7680F is #5897F0. Grayscale: #717171. Windows color (decimal): -5806065 or 1009831. OLE color: 1009831.
HSL color Cylindrical-coordinate representation of color #A7680F: hue angle of 35.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7680F is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 104 | 15 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.35 |
| HSL | 35.13º | 0.84% | 0.36% | - |
| HSV(B) | 35.13º | 0.91% | 0.65% | - |
| XYZ | 20.97 | 18.15 | 2.85 | - |
| YUV | 112.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 15 | 0 | 0.38 | 0.91 | 0.35 | 35.13 | 0.84 | 0.36 |
| Hex | A7 | 68 | F | 0 | 26 | 5B | 23 | 23 | 54 | 24 |
| Octal | 247 | 150 | 17 | 0 | 46 | 133 | 43 | 43 | 124 | 44 |
| Binary | 10100111 | 1101000 | 1111 | 0 | 100110 | 1011011 | 100011 | 100011 | 1010100 | 100100 |
Color Harmonies of #A7680F
Complementary color
Monochromatic Colors of #A7680F
Black with #A7680F
Text Example
Text Example
White with #A7680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7680F; }
p { color: rgb(167,104,15); }
H1.HeaderClassName
{
color: #A7680F;
}
.AnyTagClassName
{
color: #A7680F;
}
</style>
background-color css
<style>
a { background-color: #A7680F; }
a { background-color: rgb(167,104,15); }
div.DivClassName
{
background-color: #A7680F;
}
.BgClassName
{
background-color: #A7680F;
}
</style>
border-color css
<style>
span { border-color: #A7680F; }
span { border-color: rgb(167,104,15); }
td.TdClassName
{
border-color: #A7680F;
}
.TagClassName
{
border-color: #A7680F;
}
</style>