Shades of Golden Brown #A7700B
Tints of Golden Brown #A7700B
RGB
CMYK
RGB Variations
Color information
#A7700B (or 0xA7700B) is known color: Golden Brown. HEX triplet: A7, 70 and 0B. RGB value is (167,112,11). Sum of RGB (Red+Green+Blue) = 167+112+11=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A7700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7700B is #588FF4. Grayscale: #757575. Windows color (decimal): -5804021 or 749735. OLE color: 749735.
HSL color Cylindrical-coordinate representation of color #A7700B: hue angle of 38.85º 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 #A7700B is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 11 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.35 |
| HSL | 38.85º | 0.88% | 0.35% | - |
| HSV(B) | 38.85º | 0.93% | 0.65% | - |
| XYZ | 21.79 | 19.83 | 3 | - |
| YUV | 116.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 11 | 0 | 0.33 | 0.93 | 0.35 | 38.85 | 0.88 | 0.35 |
| Hex | A7 | 70 | B | 0 | 21 | 5D | 23 | 27 | 58 | 23 |
| Octal | 247 | 160 | 13 | 0 | 41 | 135 | 43 | 47 | 130 | 43 |
| Binary | 10100111 | 1110000 | 1011 | 0 | 100001 | 1011101 | 100011 | 100111 | 1011000 | 100011 |
Color Harmonies of #A7700B
Complementary color
Monochromatic Colors of #A7700B
Black with #A7700B
Text Example
Text Example
White with #A7700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7700B; }
p { color: rgb(167,112,11); }
H1.HeaderClassName
{
color: #A7700B;
}
.AnyTagClassName
{
color: #A7700B;
}
</style>
background-color css
<style>
a { background-color: #A7700B; }
a { background-color: rgb(167,112,11); }
div.DivClassName
{
background-color: #A7700B;
}
.BgClassName
{
background-color: #A7700B;
}
</style>
border-color css
<style>
span { border-color: #A7700B; }
span { border-color: rgb(167,112,11); }
td.TdClassName
{
border-color: #A7700B;
}
.TagClassName
{
border-color: #A7700B;
}
</style>