Shades of Dark Goldenrod #A4820D
Tints of Dark Goldenrod #A4820D
RGB
CMYK
RGB Variations
Color information
#A4820D (or 0xA4820D) is known color: Dark Goldenrod. HEX triplet: A4, 82 and 0D. RGB value is (164,130,13). Sum of RGB (Red+Green+Blue) = 164+130+13=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4820D is #5B7DF2. Grayscale: #7F7F7F. Windows color (decimal): -5996019 or 885412. OLE color: 885412.
HSL color Cylindrical-coordinate representation of color #A4820D: hue angle of 46.49º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4820D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 13 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.36 |
| HSL | 46.49º | 0.85% | 0.35% | - |
| HSV(B) | 46.49º | 0.92% | 0.64% | - |
| XYZ | 23.37 | 23.89 | 3.76 | - |
| YUV | 126.83 | 63.76 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 13 | 0 | 0.21 | 0.92 | 0.36 | 46.49 | 0.85 | 0.35 |
| Hex | A4 | 82 | D | 0 | 15 | 5C | 24 | 2E | 55 | 23 |
| Octal | 244 | 202 | 15 | 0 | 25 | 134 | 44 | 56 | 125 | 43 |
| Binary | 10100100 | 10000010 | 1101 | 0 | 10101 | 1011100 | 100100 | 101110 | 1010101 | 100011 |
Color Harmonies of #A4820D
Complementary color
Monochromatic Colors of #A4820D
Black with #A4820D
Text Example
Text Example
White with #A4820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4820D; }
p { color: rgb(164,130,13); }
H1.HeaderClassName
{
color: #A4820D;
}
.AnyTagClassName
{
color: #A4820D;
}
</style>
background-color css
<style>
a { background-color: #A4820D; }
a { background-color: rgb(164,130,13); }
div.DivClassName
{
background-color: #A4820D;
}
.BgClassName
{
background-color: #A4820D;
}
</style>
border-color css
<style>
span { border-color: #A4820D; }
span { border-color: rgb(164,130,13); }
td.TdClassName
{
border-color: #A4820D;
}
.TagClassName
{
border-color: #A4820D;
}
</style>