Shades of Dark Goldenrod #A77400
Tints of Dark Goldenrod #A77400
RGB
CMYK
RGB Variations
Color information
#A77400 (or 0xA77400) is known color: Dark Goldenrod. HEX triplet: A7, 74 and 00. RGB value is (167,116,0). Sum of RGB (Red+Green+Blue) = 167+116+0=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A77400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77400 is #588BFF. Grayscale: #767676. Windows color (decimal): -5803008 or 29863. OLE color: 29863.
HSL color Cylindrical-coordinate representation of color #A77400: hue angle of 41.68º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A77400 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.35 |
| HSL | 41.68º | 1% | 0.33% | - |
| HSV(B) | 41.68º | 1% | 0.65% | - |
| XYZ | 22.18 | 20.71 | 2.83 | - |
| YUV | 118.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 0 | 0 | 0.31 | 1 | 0.35 | 41.68 | 1 | 0.33 |
| Hex | A7 | 74 | 0 | 0 | 1F | 64 | 23 | 2A | 64 | 21 |
| Octal | 247 | 164 | 0 | 0 | 37 | 144 | 43 | 52 | 144 | 41 |
| Binary | 10100111 | 1110100 | 0 | 0 | 11111 | 1100100 | 100011 | 101010 | 1100100 | 100001 |
Color Harmonies of #A77400
Complementary color
Monochromatic Colors of #A77400
Black with #A77400
Text Example
Text Example
White with #A77400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77400; }
p { color: rgb(167,116,0); }
H1.HeaderClassName
{
color: #A77400;
}
.AnyTagClassName
{
color: #A77400;
}
</style>
background-color css
<style>
a { background-color: #A77400; }
a { background-color: rgb(167,116,0); }
div.DivClassName
{
background-color: #A77400;
}
.BgClassName
{
background-color: #A77400;
}
</style>
border-color css
<style>
span { border-color: #A77400; }
span { border-color: rgb(167,116,0); }
td.TdClassName
{
border-color: #A77400;
}
.TagClassName
{
border-color: #A77400;
}
</style>