Shades of Dark Goldenrod #AD8F03
Tints of Dark Goldenrod #AD8F03
RGB
CMYK
RGB Variations
Color information
#AD8F03 (or 0xAD8F03) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 03. RGB value is (173,143,3). Sum of RGB (Red+Green+Blue) = 173+143+3=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F03 is #5270FC. Grayscale: #888888. Windows color (decimal): -5402877 or 233389. OLE color: 233389.
HSL color Cylindrical-coordinate representation of color #AD8F03: hue angle of 49.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD8F03 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.32 |
| HSL | 49.41º | 0.97% | 0.35% | - |
| HSV(B) | 49.41º | 0.98% | 0.68% | - |
| XYZ | 27.07 | 28.54 | 4.17 | - |
| YUV | 136.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 3 | 0 | 0.17 | 0.98 | 0.32 | 49.41 | 0.97 | 0.35 |
| Hex | AD | 8F | 3 | 0 | 11 | 62 | 20 | 31 | 61 | 23 |
| Octal | 255 | 217 | 3 | 0 | 21 | 142 | 40 | 61 | 141 | 43 |
| Binary | 10101101 | 10001111 | 11 | 0 | 10001 | 1100010 | 100000 | 110001 | 1100001 | 100011 |
Color Harmonies of #AD8F03
Complementary color
Monochromatic Colors of #AD8F03
Black with #AD8F03
Text Example
Text Example
White with #AD8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F03; }
p { color: rgb(173,143,3); }
H1.HeaderClassName
{
color: #AD8F03;
}
.AnyTagClassName
{
color: #AD8F03;
}
</style>
background-color css
<style>
a { background-color: #AD8F03; }
a { background-color: rgb(173,143,3); }
div.DivClassName
{
background-color: #AD8F03;
}
.BgClassName
{
background-color: #AD8F03;
}
</style>
border-color css
<style>
span { border-color: #AD8F03; }
span { border-color: rgb(173,143,3); }
td.TdClassName
{
border-color: #AD8F03;
}
.TagClassName
{
border-color: #AD8F03;
}
</style>