Shades of Dark Goldenrod #AD730A
Tints of Dark Goldenrod #AD730A
RGB
CMYK
RGB Variations
Color information
#AD730A (or 0xAD730A) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 0A. RGB value is (173,115,10). Sum of RGB (Red+Green+Blue) = 173+115+10=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD730A is #528CF5. Grayscale: #787878. Windows color (decimal): -5410038 or 684973. OLE color: 684973.
HSL color Cylindrical-coordinate representation of color #AD730A: hue angle of 38.65º 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 #AD730A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.32 |
| HSL | 38.65º | 0.89% | 0.36% | - |
| HSV(B) | 38.65º | 0.94% | 0.68% | - |
| XYZ | 23.42 | 21.17 | 3.14 | - |
| YUV | 120.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 10 | 0 | 0.34 | 0.94 | 0.32 | 38.65 | 0.89 | 0.36 |
| Hex | AD | 73 | A | 0 | 22 | 5E | 20 | 27 | 59 | 24 |
| Octal | 255 | 163 | 12 | 0 | 42 | 136 | 40 | 47 | 131 | 44 |
| Binary | 10101101 | 1110011 | 1010 | 0 | 100010 | 1011110 | 100000 | 100111 | 1011001 | 100100 |
Color Harmonies of #AD730A
Complementary color
Monochromatic Colors of #AD730A
Black with #AD730A
Text Example
Text Example
White with #AD730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD730A; }
p { color: rgb(173,115,10); }
H1.HeaderClassName
{
color: #AD730A;
}
.AnyTagClassName
{
color: #AD730A;
}
</style>
background-color css
<style>
a { background-color: #AD730A; }
a { background-color: rgb(173,115,10); }
div.DivClassName
{
background-color: #AD730A;
}
.BgClassName
{
background-color: #AD730A;
}
</style>
border-color css
<style>
span { border-color: #AD730A; }
span { border-color: rgb(173,115,10); }
td.TdClassName
{
border-color: #AD730A;
}
.TagClassName
{
border-color: #AD730A;
}
</style>