Shades of Dark Goldenrod #A77301
Tints of Dark Goldenrod #A77301
RGB
CMYK
RGB Variations
Color information
#A77301 (or 0xA77301) is known color: Dark Goldenrod. HEX triplet: A7, 73 and 01. RGB value is (167,115,1). Sum of RGB (Red+Green+Blue) = 167+115+1=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A77301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77301 is #588CFE. Grayscale: #767676. Windows color (decimal): -5803263 or 95143. OLE color: 95143.
HSL color Cylindrical-coordinate representation of color #A77301: hue angle of 41.2º degrees, saturation: 0.99, 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 #A77301 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.35 |
| HSL | 41.2º | 0.99% | 0.33% | - |
| HSV(B) | 41.2º | 0.99% | 0.65% | - |
| XYZ | 22.07 | 20.48 | 2.82 | - |
| YUV | 117.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 1 | 0 | 0.31 | 0.99 | 0.35 | 41.2 | 0.99 | 0.33 |
| Hex | A7 | 73 | 1 | 0 | 1F | 63 | 23 | 29 | 63 | 21 |
| Octal | 247 | 163 | 1 | 0 | 37 | 143 | 43 | 51 | 143 | 41 |
| Binary | 10100111 | 1110011 | 1 | 0 | 11111 | 1100011 | 100011 | 101001 | 1100011 | 100001 |
Color Harmonies of #A77301
Complementary color
Monochromatic Colors of #A77301
Black with #A77301
Text Example
Text Example
White with #A77301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77301; }
p { color: rgb(167,115,1); }
H1.HeaderClassName
{
color: #A77301;
}
.AnyTagClassName
{
color: #A77301;
}
</style>
background-color css
<style>
a { background-color: #A77301; }
a { background-color: rgb(167,115,1); }
div.DivClassName
{
background-color: #A77301;
}
.BgClassName
{
background-color: #A77301;
}
</style>
border-color css
<style>
span { border-color: #A77301; }
span { border-color: rgb(167,115,1); }
td.TdClassName
{
border-color: #A77301;
}
.TagClassName
{
border-color: #A77301;
}
</style>