Shades of Dark Goldenrod #A7830B
Tints of Dark Goldenrod #A7830B
RGB
CMYK
RGB Variations
Color information
#A7830B (or 0xA7830B) is known color: Dark Goldenrod. HEX triplet: A7, 83 and 0B. RGB value is (167,131,11). Sum of RGB (Red+Green+Blue) = 167+131+11=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7830B is #587CF4. Grayscale: #808080. Windows color (decimal): -5799157 or 754599. OLE color: 754599.
HSL color Cylindrical-coordinate representation of color #A7830B: hue angle of 46.15º 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 #A7830B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 11 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.35 |
| HSL | 46.15º | 0.88% | 0.35% | - |
| HSV(B) | 46.15º | 0.93% | 0.65% | - |
| XYZ | 24.11 | 24.47 | 3.77 | - |
| YUV | 128.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 11 | 0 | 0.22 | 0.93 | 0.35 | 46.15 | 0.88 | 0.35 |
| Hex | A7 | 83 | B | 0 | 16 | 5D | 23 | 2E | 58 | 23 |
| Octal | 247 | 203 | 13 | 0 | 26 | 135 | 43 | 56 | 130 | 43 |
| Binary | 10100111 | 10000011 | 1011 | 0 | 10110 | 1011101 | 100011 | 101110 | 1011000 | 100011 |
Color Harmonies of #A7830B
Complementary color
Monochromatic Colors of #A7830B
Black with #A7830B
Text Example
Text Example
White with #A7830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7830B; }
p { color: rgb(167,131,11); }
H1.HeaderClassName
{
color: #A7830B;
}
.AnyTagClassName
{
color: #A7830B;
}
</style>
background-color css
<style>
a { background-color: #A7830B; }
a { background-color: rgb(167,131,11); }
div.DivClassName
{
background-color: #A7830B;
}
.BgClassName
{
background-color: #A7830B;
}
</style>
border-color css
<style>
span { border-color: #A7830B; }
span { border-color: rgb(167,131,11); }
td.TdClassName
{
border-color: #A7830B;
}
.TagClassName
{
border-color: #A7830B;
}
</style>