Shades of Dark Goldenrod #AD8200
Tints of Dark Goldenrod #AD8200
RGB
CMYK
RGB Variations
Color information
#AD8200 (or 0xAD8200) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 00. RGB value is (173,130,0). Sum of RGB (Red+Green+Blue) = 173+130+0=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8200 is #527DFF. Grayscale: #808080. Windows color (decimal): -5406208 or 33453. OLE color: 33453.
HSL color Cylindrical-coordinate representation of color #AD8200: hue angle of 45.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD8200 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.32 |
| HSL | 45.09º | 1% | 0.34% | - |
| HSV(B) | 45.09º | 1% | 0.68% | - |
| XYZ | 25.22 | 24.85 | 3.47 | - |
| YUV | 128.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 0 | 0 | 0.25 | 1 | 0.32 | 45.09 | 1 | 0.34 |
| Hex | AD | 82 | 0 | 0 | 19 | 64 | 20 | 2D | 64 | 22 |
| Octal | 255 | 202 | 0 | 0 | 31 | 144 | 40 | 55 | 144 | 42 |
| Binary | 10101101 | 10000010 | 0 | 0 | 11001 | 1100100 | 100000 | 101101 | 1100100 | 100010 |
Color Harmonies of #AD8200
Complementary color
Monochromatic Colors of #AD8200
Black with #AD8200
Text Example
Text Example
White with #AD8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8200; }
p { color: rgb(173,130,0); }
H1.HeaderClassName
{
color: #AD8200;
}
.AnyTagClassName
{
color: #AD8200;
}
</style>
background-color css
<style>
a { background-color: #AD8200; }
a { background-color: rgb(173,130,0); }
div.DivClassName
{
background-color: #AD8200;
}
.BgClassName
{
background-color: #AD8200;
}
</style>
border-color css
<style>
span { border-color: #AD8200; }
span { border-color: rgb(173,130,0); }
td.TdClassName
{
border-color: #AD8200;
}
.TagClassName
{
border-color: #AD8200;
}
</style>