Shades of Dark Goldenrod #AD8A08
Tints of Dark Goldenrod #AD8A08
RGB
CMYK
RGB Variations
Color information
#AD8A08 (or 0xAD8A08) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 08. RGB value is (173,138,8). Sum of RGB (Red+Green+Blue) = 173+138+8=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A08 is #5275F7. Grayscale: #868686. Windows color (decimal): -5404152 or 559789. OLE color: 559789.
HSL color Cylindrical-coordinate representation of color #AD8A08: hue angle of 47.27º 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 #AD8A08 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 8 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.32 |
| HSL | 47.27º | 0.91% | 0.35% | - |
| HSV(B) | 47.27º | 0.95% | 0.68% | - |
| XYZ | 26.37 | 27.08 | 4.07 | - |
| YUV | 133.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 8 | 0 | 0.20 | 0.95 | 0.32 | 47.27 | 0.91 | 0.35 |
| Hex | AD | 8A | 8 | 0 | 14 | 5F | 20 | 2F | 5B | 23 |
| Octal | 255 | 212 | 10 | 0 | 24 | 137 | 40 | 57 | 133 | 43 |
| Binary | 10101101 | 10001010 | 1000 | 0 | 10100 | 1011111 | 100000 | 101111 | 1011011 | 100011 |
Color Harmonies of #AD8A08
Complementary color
Monochromatic Colors of #AD8A08
Black with #AD8A08
Text Example
Text Example
White with #AD8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A08; }
p { color: rgb(173,138,8); }
H1.HeaderClassName
{
color: #AD8A08;
}
.AnyTagClassName
{
color: #AD8A08;
}
</style>
background-color css
<style>
a { background-color: #AD8A08; }
a { background-color: rgb(173,138,8); }
div.DivClassName
{
background-color: #AD8A08;
}
.BgClassName
{
background-color: #AD8A08;
}
</style>
border-color css
<style>
span { border-color: #AD8A08; }
span { border-color: rgb(173,138,8); }
td.TdClassName
{
border-color: #AD8A08;
}
.TagClassName
{
border-color: #AD8A08;
}
</style>