Shades of Dark Goldenrod #AD730B
Tints of Dark Goldenrod #AD730B
RGB
CMYK
RGB Variations
Color information
#AD730B (or 0xAD730B) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 0B. RGB value is (173,115,11). Sum of RGB (Red+Green+Blue) = 173+115+11=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD730B is #528CF4. Grayscale: #787878. Windows color (decimal): -5410037 or 750509. OLE color: 750509.
HSL color Cylindrical-coordinate representation of color #AD730B: hue angle of 38.52º degrees, saturation: 0.88, 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 #AD730B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.32 |
| HSL | 38.52º | 0.88% | 0.36% | - |
| HSV(B) | 38.52º | 0.94% | 0.68% | - |
| XYZ | 23.42 | 21.17 | 3.17 | - |
| YUV | 120.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 11 | 0 | 0.34 | 0.94 | 0.32 | 38.52 | 0.88 | 0.36 |
| Hex | AD | 73 | B | 0 | 22 | 5E | 20 | 27 | 58 | 24 |
| Octal | 255 | 163 | 13 | 0 | 42 | 136 | 40 | 47 | 130 | 44 |
| Binary | 10101101 | 1110011 | 1011 | 0 | 100010 | 1011110 | 100000 | 100111 | 1011000 | 100100 |
Color Harmonies of #AD730B
Complementary color
Monochromatic Colors of #AD730B
Black with #AD730B
Text Example
Text Example
White with #AD730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD730B; }
p { color: rgb(173,115,11); }
H1.HeaderClassName
{
color: #AD730B;
}
.AnyTagClassName
{
color: #AD730B;
}
</style>
background-color css
<style>
a { background-color: #AD730B; }
a { background-color: rgb(173,115,11); }
div.DivClassName
{
background-color: #AD730B;
}
.BgClassName
{
background-color: #AD730B;
}
</style>
border-color css
<style>
span { border-color: #AD730B; }
span { border-color: rgb(173,115,11); }
td.TdClassName
{
border-color: #AD730B;
}
.TagClassName
{
border-color: #AD730B;
}
</style>