Shades of Dark Goldenrod #AD730C
Tints of Dark Goldenrod #AD730C
RGB
CMYK
RGB Variations
Color information
#AD730C (or 0xAD730C) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 0C. RGB value is (173,115,12). Sum of RGB (Red+Green+Blue) = 173+115+12=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD730C is #528CF3. Grayscale: #797979. Windows color (decimal): -5410036 or 816045. OLE color: 816045.
HSL color Cylindrical-coordinate representation of color #AD730C: hue angle of 38.39º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD730C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.32 |
| HSL | 38.39º | 0.87% | 0.36% | - |
| HSV(B) | 38.39º | 0.93% | 0.68% | - |
| XYZ | 23.43 | 21.17 | 3.2 | - |
| YUV | 120.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 12 | 0 | 0.34 | 0.93 | 0.32 | 38.39 | 0.87 | 0.36 |
| Hex | AD | 73 | C | 0 | 22 | 5D | 20 | 26 | 57 | 24 |
| Octal | 255 | 163 | 14 | 0 | 42 | 135 | 40 | 46 | 127 | 44 |
| Binary | 10101101 | 1110011 | 1100 | 0 | 100010 | 1011101 | 100000 | 100110 | 1010111 | 100100 |
Color Harmonies of #AD730C
Complementary color
Monochromatic Colors of #AD730C
Black with #AD730C
Text Example
Text Example
White with #AD730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD730C; }
p { color: rgb(173,115,12); }
H1.HeaderClassName
{
color: #AD730C;
}
.AnyTagClassName
{
color: #AD730C;
}
</style>
background-color css
<style>
a { background-color: #AD730C; }
a { background-color: rgb(173,115,12); }
div.DivClassName
{
background-color: #AD730C;
}
.BgClassName
{
background-color: #AD730C;
}
</style>
border-color css
<style>
span { border-color: #AD730C; }
span { border-color: rgb(173,115,12); }
td.TdClassName
{
border-color: #AD730C;
}
.TagClassName
{
border-color: #AD730C;
}
</style>