Shades of Dark Goldenrod #A58201
Tints of Dark Goldenrod #A58201
RGB
CMYK
RGB Variations
Color information
#A58201 (or 0xA58201) is known color: Dark Goldenrod. HEX triplet: A5, 82 and 01. RGB value is (165,130,1). Sum of RGB (Red+Green+Blue) = 165+130+1=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A58201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58201 is #5A7DFE. Grayscale: #7E7E7E. Windows color (decimal): -5930495 or 98981. OLE color: 98981.
HSL color Cylindrical-coordinate representation of color #A58201: hue angle of 47.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 #A58201 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.35 |
| HSL | 47.2º | 0.99% | 0.33% | - |
| HSV(B) | 47.2º | 0.99% | 0.65% | - |
| XYZ | 23.51 | 23.97 | 3.42 | - |
| YUV | 125.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 1 | 0 | 0.21 | 0.99 | 0.35 | 47.2 | 0.99 | 0.33 |
| Hex | A5 | 82 | 1 | 0 | 15 | 63 | 23 | 2F | 63 | 21 |
| Octal | 245 | 202 | 1 | 0 | 25 | 143 | 43 | 57 | 143 | 41 |
| Binary | 10100101 | 10000010 | 1 | 0 | 10101 | 1100011 | 100011 | 101111 | 1100011 | 100001 |
Color Harmonies of #A58201
Complementary color
Monochromatic Colors of #A58201
Black with #A58201
Text Example
Text Example
White with #A58201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58201; }
p { color: rgb(165,130,1); }
H1.HeaderClassName
{
color: #A58201;
}
.AnyTagClassName
{
color: #A58201;
}
</style>
background-color css
<style>
a { background-color: #A58201; }
a { background-color: rgb(165,130,1); }
div.DivClassName
{
background-color: #A58201;
}
.BgClassName
{
background-color: #A58201;
}
</style>
border-color css
<style>
span { border-color: #A58201; }
span { border-color: rgb(165,130,1); }
td.TdClassName
{
border-color: #A58201;
}
.TagClassName
{
border-color: #A58201;
}
</style>