Shades of Dark Goldenrod #A7790B
Tints of Dark Goldenrod #A7790B
RGB
CMYK
RGB Variations
Color information
#A7790B (or 0xA7790B) is known color: Dark Goldenrod. HEX triplet: A7, 79 and 0B. RGB value is (167,121,11). Sum of RGB (Red+Green+Blue) = 167+121+11=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A7790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7790B is #5886F4. Grayscale: #7A7A7A. Windows color (decimal): -5801717 or 752039. OLE color: 752039.
HSL color Cylindrical-coordinate representation of color #A7790B: hue angle of 42.31º 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 #A7790B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 11 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.35 |
| HSL | 42.31º | 0.88% | 0.35% | - |
| HSV(B) | 42.31º | 0.93% | 0.65% | - |
| XYZ | 22.83 | 21.91 | 3.34 | - |
| YUV | 122.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 11 | 0 | 0.28 | 0.93 | 0.35 | 42.31 | 0.88 | 0.35 |
| Hex | A7 | 79 | B | 0 | 1C | 5D | 23 | 2A | 58 | 23 |
| Octal | 247 | 171 | 13 | 0 | 34 | 135 | 43 | 52 | 130 | 43 |
| Binary | 10100111 | 1111001 | 1011 | 0 | 11100 | 1011101 | 100011 | 101010 | 1011000 | 100011 |
Color Harmonies of #A7790B
Complementary color
Monochromatic Colors of #A7790B
Black with #A7790B
Text Example
Text Example
White with #A7790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7790B; }
p { color: rgb(167,121,11); }
H1.HeaderClassName
{
color: #A7790B;
}
.AnyTagClassName
{
color: #A7790B;
}
</style>
background-color css
<style>
a { background-color: #A7790B; }
a { background-color: rgb(167,121,11); }
div.DivClassName
{
background-color: #A7790B;
}
.BgClassName
{
background-color: #A7790B;
}
</style>
border-color css
<style>
span { border-color: #A7790B; }
span { border-color: rgb(167,121,11); }
td.TdClassName
{
border-color: #A7790B;
}
.TagClassName
{
border-color: #A7790B;
}
</style>