Shades of Dark Goldenrod #AD8A0D
Tints of Dark Goldenrod #AD8A0D
RGB
CMYK
RGB Variations
Color information
#AD8A0D (or 0xAD8A0D) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 0D. RGB value is (173,138,13). Sum of RGB (Red+Green+Blue) = 173+138+13=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A0D is #5275F2. Grayscale: #868686. Windows color (decimal): -5404147 or 887469. OLE color: 887469.
HSL color Cylindrical-coordinate representation of color #AD8A0D: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD8A0D is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 13 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.32 |
| HSL | 46.88º | 0.86% | 0.36% | - |
| HSV(B) | 46.88º | 0.92% | 0.68% | - |
| XYZ | 26.39 | 27.09 | 4.22 | - |
| YUV | 134.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 13 | 0 | 0.20 | 0.92 | 0.32 | 46.88 | 0.86 | 0.36 |
| Hex | AD | 8A | D | 0 | 14 | 5C | 20 | 2F | 56 | 24 |
| Octal | 255 | 212 | 15 | 0 | 24 | 134 | 40 | 57 | 126 | 44 |
| Binary | 10101101 | 10001010 | 1101 | 0 | 10100 | 1011100 | 100000 | 101111 | 1010110 | 100100 |
Color Harmonies of #AD8A0D
Complementary color
Monochromatic Colors of #AD8A0D
Black with #AD8A0D
Text Example
Text Example
White with #AD8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A0D; }
p { color: rgb(173,138,13); }
H1.HeaderClassName
{
color: #AD8A0D;
}
.AnyTagClassName
{
color: #AD8A0D;
}
</style>
background-color css
<style>
a { background-color: #AD8A0D; }
a { background-color: rgb(173,138,13); }
div.DivClassName
{
background-color: #AD8A0D;
}
.BgClassName
{
background-color: #AD8A0D;
}
</style>
border-color css
<style>
span { border-color: #AD8A0D; }
span { border-color: rgb(173,138,13); }
td.TdClassName
{
border-color: #AD8A0D;
}
.TagClassName
{
border-color: #AD8A0D;
}
</style>