Shades of Dark Goldenrod #A77509
Tints of Dark Goldenrod #A77509
RGB
CMYK
RGB Variations
Color information
#A77509 (or 0xA77509) is known color: Dark Goldenrod. HEX triplet: A7, 75 and 09. RGB value is (167,117,9). Sum of RGB (Red+Green+Blue) = 167+117+9=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A77509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77509 is #588AF6. Grayscale: #787878. Windows color (decimal): -5802743 or 619943. OLE color: 619943.
HSL color Cylindrical-coordinate representation of color #A77509: hue angle of 41.01º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A77509 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 9 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.35 |
| HSL | 41.01º | 0.9% | 0.35% | - |
| HSV(B) | 41.01º | 0.95% | 0.65% | - |
| XYZ | 22.35 | 20.96 | 3.13 | - |
| YUV | 119.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 9 | 0 | 0.30 | 0.95 | 0.35 | 41.01 | 0.9 | 0.35 |
| Hex | A7 | 75 | 9 | 0 | 1E | 5F | 23 | 29 | 5A | 23 |
| Octal | 247 | 165 | 11 | 0 | 36 | 137 | 43 | 51 | 132 | 43 |
| Binary | 10100111 | 1110101 | 1001 | 0 | 11110 | 1011111 | 100011 | 101001 | 1011010 | 100011 |
Color Harmonies of #A77509
Complementary color
Monochromatic Colors of #A77509
Black with #A77509
Text Example
Text Example
White with #A77509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77509; }
p { color: rgb(167,117,9); }
H1.HeaderClassName
{
color: #A77509;
}
.AnyTagClassName
{
color: #A77509;
}
</style>
background-color css
<style>
a { background-color: #A77509; }
a { background-color: rgb(167,117,9); }
div.DivClassName
{
background-color: #A77509;
}
.BgClassName
{
background-color: #A77509;
}
</style>
border-color css
<style>
span { border-color: #A77509; }
span { border-color: rgb(167,117,9); }
td.TdClassName
{
border-color: #A77509;
}
.TagClassName
{
border-color: #A77509;
}
</style>