Shades of Dark Goldenrod #A7800A
Tints of Dark Goldenrod #A7800A
RGB
CMYK
RGB Variations
Color information
#A7800A (or 0xA7800A) is known color: Dark Goldenrod. HEX triplet: A7, 80 and 0A. RGB value is (167,128,10). Sum of RGB (Red+Green+Blue) = 167+128+10=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A7800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7800A is #587FF5. Grayscale: #7E7E7E. Windows color (decimal): -5799926 or 688295. OLE color: 688295.
HSL color Cylindrical-coordinate representation of color #A7800A: hue angle of 45.1º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7800A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.35 |
| HSL | 45.1º | 0.89% | 0.35% | - |
| HSV(B) | 45.1º | 0.94% | 0.65% | - |
| XYZ | 23.71 | 23.68 | 3.61 | - |
| YUV | 126.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 10 | 0 | 0.23 | 0.94 | 0.35 | 45.1 | 0.89 | 0.35 |
| Hex | A7 | 80 | A | 0 | 17 | 5E | 23 | 2D | 59 | 23 |
| Octal | 247 | 200 | 12 | 0 | 27 | 136 | 43 | 55 | 131 | 43 |
| Binary | 10100111 | 10000000 | 1010 | 0 | 10111 | 1011110 | 100011 | 101101 | 1011001 | 100011 |
Color Harmonies of #A7800A
Complementary color
Monochromatic Colors of #A7800A
Black with #A7800A
Text Example
Text Example
White with #A7800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7800A; }
p { color: rgb(167,128,10); }
H1.HeaderClassName
{
color: #A7800A;
}
.AnyTagClassName
{
color: #A7800A;
}
</style>
background-color css
<style>
a { background-color: #A7800A; }
a { background-color: rgb(167,128,10); }
div.DivClassName
{
background-color: #A7800A;
}
.BgClassName
{
background-color: #A7800A;
}
</style>
border-color css
<style>
span { border-color: #A7800A; }
span { border-color: rgb(167,128,10); }
td.TdClassName
{
border-color: #A7800A;
}
.TagClassName
{
border-color: #A7800A;
}
</style>