Shades of Dark Goldenrod #AD8D08
Tints of Dark Goldenrod #AD8D08
RGB
CMYK
RGB Variations
Color information
#AD8D08 (or 0xAD8D08) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 08. RGB value is (173,141,8). Sum of RGB (Red+Green+Blue) = 173+141+8=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D08 is #5272F7. Grayscale: #878787. Windows color (decimal): -5403384 or 560557. OLE color: 560557.
HSL color Cylindrical-coordinate representation of color #AD8D08: hue angle of 48.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD8D08 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 8 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.32 |
| HSL | 48.36º | 0.91% | 0.35% | - |
| HSV(B) | 48.36º | 0.95% | 0.68% | - |
| XYZ | 26.8 | 27.95 | 4.21 | - |
| YUV | 135.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 8 | 0 | 0.18 | 0.95 | 0.32 | 48.36 | 0.91 | 0.35 |
| Hex | AD | 8D | 8 | 0 | 12 | 5F | 20 | 30 | 5B | 23 |
| Octal | 255 | 215 | 10 | 0 | 22 | 137 | 40 | 60 | 133 | 43 |
| Binary | 10101101 | 10001101 | 1000 | 0 | 10010 | 1011111 | 100000 | 110000 | 1011011 | 100011 |
Color Harmonies of #AD8D08
Complementary color
Monochromatic Colors of #AD8D08
Black with #AD8D08
Text Example
Text Example
White with #AD8D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D08; }
p { color: rgb(173,141,8); }
H1.HeaderClassName
{
color: #AD8D08;
}
.AnyTagClassName
{
color: #AD8D08;
}
</style>
background-color css
<style>
a { background-color: #AD8D08; }
a { background-color: rgb(173,141,8); }
div.DivClassName
{
background-color: #AD8D08;
}
.BgClassName
{
background-color: #AD8D08;
}
</style>
border-color css
<style>
span { border-color: #AD8D08; }
span { border-color: rgb(173,141,8); }
td.TdClassName
{
border-color: #AD8D08;
}
.TagClassName
{
border-color: #AD8D08;
}
</style>