Shades of Dark Goldenrod #A7790F
Tints of Dark Goldenrod #A7790F
RGB
CMYK
RGB Variations
Color information
#A7790F (or 0xA7790F) is known color: Dark Goldenrod. HEX triplet: A7, 79 and 0F. RGB value is (167,121,15). Sum of RGB (Red+Green+Blue) = 167+121+15=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A7790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7790F is #5886F0. Grayscale: #7B7B7B. Windows color (decimal): -5801713 or 1014183. OLE color: 1014183.
HSL color Cylindrical-coordinate representation of color #A7790F: hue angle of 41.84º 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 #A7790F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 15 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.35 |
| HSL | 41.84º | 0.84% | 0.36% | - |
| HSV(B) | 41.84º | 0.91% | 0.65% | - |
| XYZ | 22.86 | 21.92 | 3.48 | - |
| YUV | 122.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 15 | 0 | 0.28 | 0.91 | 0.35 | 41.84 | 0.84 | 0.36 |
| Hex | A7 | 79 | F | 0 | 1C | 5B | 23 | 2A | 54 | 24 |
| Octal | 247 | 171 | 17 | 0 | 34 | 133 | 43 | 52 | 124 | 44 |
| Binary | 10100111 | 1111001 | 1111 | 0 | 11100 | 1011011 | 100011 | 101010 | 1010100 | 100100 |
Color Harmonies of #A7790F
Complementary color
Monochromatic Colors of #A7790F
Black with #A7790F
Text Example
Text Example
White with #A7790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7790F; }
p { color: rgb(167,121,15); }
H1.HeaderClassName
{
color: #A7790F;
}
.AnyTagClassName
{
color: #A7790F;
}
</style>
background-color css
<style>
a { background-color: #A7790F; }
a { background-color: rgb(167,121,15); }
div.DivClassName
{
background-color: #A7790F;
}
.BgClassName
{
background-color: #A7790F;
}
</style>
border-color css
<style>
span { border-color: #A7790F; }
span { border-color: rgb(167,121,15); }
td.TdClassName
{
border-color: #A7790F;
}
.TagClassName
{
border-color: #A7790F;
}
</style>