Shades of Golden Brown #A7710B
Tints of Golden Brown #A7710B
RGB
CMYK
RGB Variations
Color information
#A7710B (or 0xA7710B) is known color: Golden Brown. HEX triplet: A7, 71 and 0B. RGB value is (167,113,11). Sum of RGB (Red+Green+Blue) = 167+113+11=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A7710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7710B is #588EF4. Grayscale: #757575. Windows color (decimal): -5803765 or 749991. OLE color: 749991.
HSL color Cylindrical-coordinate representation of color #A7710B: hue angle of 39.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7710B is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 11 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.35 |
| HSL | 39.23º | 0.88% | 0.35% | - |
| HSV(B) | 39.23º | 0.93% | 0.65% | - |
| XYZ | 21.9 | 20.05 | 3.03 | - |
| YUV | 117.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 11 | 0 | 0.32 | 0.93 | 0.35 | 39.23 | 0.88 | 0.35 |
| Hex | A7 | 71 | B | 0 | 20 | 5D | 23 | 27 | 58 | 23 |
| Octal | 247 | 161 | 13 | 0 | 40 | 135 | 43 | 47 | 130 | 43 |
| Binary | 10100111 | 1110001 | 1011 | 0 | 100000 | 1011101 | 100011 | 100111 | 1011000 | 100011 |
Color Harmonies of #A7710B
Complementary color
Monochromatic Colors of #A7710B
Black with #A7710B
Text Example
Text Example
White with #A7710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7710B; }
p { color: rgb(167,113,11); }
H1.HeaderClassName
{
color: #A7710B;
}
.AnyTagClassName
{
color: #A7710B;
}
</style>
background-color css
<style>
a { background-color: #A7710B; }
a { background-color: rgb(167,113,11); }
div.DivClassName
{
background-color: #A7710B;
}
.BgClassName
{
background-color: #A7710B;
}
</style>
border-color css
<style>
span { border-color: #A7710B; }
span { border-color: rgb(167,113,11); }
td.TdClassName
{
border-color: #A7710B;
}
.TagClassName
{
border-color: #A7710B;
}
</style>