Shades of Dark Goldenrod #AD8B0A
Tints of Dark Goldenrod #AD8B0A
RGB
CMYK
RGB Variations
Color information
#AD8B0A (or 0xAD8B0A) is known color: Dark Goldenrod. HEX triplet: AD, 8B and 0A. RGB value is (173,139,10). Sum of RGB (Red+Green+Blue) = 173+139+10=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8B0A is #5274F5. Grayscale: #878787. Windows color (decimal): -5403894 or 691117. OLE color: 691117.
HSL color Cylindrical-coordinate representation of color #AD8B0A: hue angle of 47.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD8B0A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 10 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.32 |
| HSL | 47.48º | 0.89% | 0.36% | - |
| HSV(B) | 47.48º | 0.94% | 0.68% | - |
| XYZ | 26.52 | 27.37 | 4.17 | - |
| YUV | 134.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 10 | 0 | 0.20 | 0.94 | 0.32 | 47.48 | 0.89 | 0.36 |
| Hex | AD | 8B | A | 0 | 14 | 5E | 20 | 2F | 59 | 24 |
| Octal | 255 | 213 | 12 | 0 | 24 | 136 | 40 | 57 | 131 | 44 |
| Binary | 10101101 | 10001011 | 1010 | 0 | 10100 | 1011110 | 100000 | 101111 | 1011001 | 100100 |
Color Harmonies of #AD8B0A
Complementary color
Monochromatic Colors of #AD8B0A
Black with #AD8B0A
Text Example
Text Example
White with #AD8B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B0A; }
p { color: rgb(173,139,10); }
H1.HeaderClassName
{
color: #AD8B0A;
}
.AnyTagClassName
{
color: #AD8B0A;
}
</style>
background-color css
<style>
a { background-color: #AD8B0A; }
a { background-color: rgb(173,139,10); }
div.DivClassName
{
background-color: #AD8B0A;
}
.BgClassName
{
background-color: #AD8B0A;
}
</style>
border-color css
<style>
span { border-color: #AD8B0A; }
span { border-color: rgb(173,139,10); }
td.TdClassName
{
border-color: #AD8B0A;
}
.TagClassName
{
border-color: #AD8B0A;
}
</style>