Shades of Dark Goldenrod #A78302
Tints of Dark Goldenrod #A78302
RGB
CMYK
RGB Variations
Color information
#A78302 (or 0xA78302) is known color: Dark Goldenrod. HEX triplet: A7, 83 and 02. RGB value is (167,131,2). Sum of RGB (Red+Green+Blue) = 167+131+2=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A78302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78302 is #587CFD. Grayscale: #7F7F7F. Windows color (decimal): -5799166 or 164775. OLE color: 164775.
HSL color Cylindrical-coordinate representation of color #A78302: hue angle of 46.91º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A78302 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.35 |
| HSL | 46.91º | 0.98% | 0.33% | - |
| HSV(B) | 46.91º | 0.99% | 0.65% | - |
| XYZ | 24.06 | 24.45 | 3.51 | - |
| YUV | 127.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 2 | 0 | 0.22 | 0.99 | 0.35 | 46.91 | 0.98 | 0.33 |
| Hex | A7 | 83 | 2 | 0 | 16 | 63 | 23 | 2F | 62 | 21 |
| Octal | 247 | 203 | 2 | 0 | 26 | 143 | 43 | 57 | 142 | 41 |
| Binary | 10100111 | 10000011 | 10 | 0 | 10110 | 1100011 | 100011 | 101111 | 1100010 | 100001 |
Color Harmonies of #A78302
Complementary color
Monochromatic Colors of #A78302
Black with #A78302
Text Example
Text Example
White with #A78302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78302; }
p { color: rgb(167,131,2); }
H1.HeaderClassName
{
color: #A78302;
}
.AnyTagClassName
{
color: #A78302;
}
</style>
background-color css
<style>
a { background-color: #A78302; }
a { background-color: rgb(167,131,2); }
div.DivClassName
{
background-color: #A78302;
}
.BgClassName
{
background-color: #A78302;
}
</style>
border-color css
<style>
span { border-color: #A78302; }
span { border-color: rgb(167,131,2); }
td.TdClassName
{
border-color: #A78302;
}
.TagClassName
{
border-color: #A78302;
}
</style>