Shades of Dark Goldenrod #AD820E
Tints of Dark Goldenrod #AD820E
RGB
CMYK
RGB Variations
Color information
#AD820E (or 0xAD820E) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 0E. RGB value is (173,130,14). Sum of RGB (Red+Green+Blue) = 173+130+14=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD820E is #527DF1. Grayscale: #828282. Windows color (decimal): -5406194 or 950957. OLE color: 950957.
HSL color Cylindrical-coordinate representation of color #AD820E: hue angle of 43.77º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD820E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 14 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.32 |
| HSL | 43.77º | 0.85% | 0.37% | - |
| HSV(B) | 43.77º | 0.92% | 0.68% | - |
| XYZ | 25.3 | 24.88 | 3.88 | - |
| YUV | 129.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 14 | 0 | 0.25 | 0.92 | 0.32 | 43.77 | 0.85 | 0.37 |
| Hex | AD | 82 | E | 0 | 19 | 5C | 20 | 2C | 55 | 25 |
| Octal | 255 | 202 | 16 | 0 | 31 | 134 | 40 | 54 | 125 | 45 |
| Binary | 10101101 | 10000010 | 1110 | 0 | 11001 | 1011100 | 100000 | 101100 | 1010101 | 100101 |
Color Harmonies of #AD820E
Complementary color
Monochromatic Colors of #AD820E
Black with #AD820E
Text Example
Text Example
White with #AD820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD820E; }
p { color: rgb(173,130,14); }
H1.HeaderClassName
{
color: #AD820E;
}
.AnyTagClassName
{
color: #AD820E;
}
</style>
background-color css
<style>
a { background-color: #AD820E; }
a { background-color: rgb(173,130,14); }
div.DivClassName
{
background-color: #AD820E;
}
.BgClassName
{
background-color: #AD820E;
}
</style>
border-color css
<style>
span { border-color: #AD820E; }
span { border-color: rgb(173,130,14); }
td.TdClassName
{
border-color: #AD820E;
}
.TagClassName
{
border-color: #AD820E;
}
</style>