Shades of Dark Goldenrod #AD8C08
Tints of Dark Goldenrod #AD8C08
RGB
CMYK
RGB Variations
Color information
#AD8C08 (or 0xAD8C08) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 08. RGB value is (173,140,8). Sum of RGB (Red+Green+Blue) = 173+140+8=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C08 is #5273F7. Grayscale: #878787. Windows color (decimal): -5403640 or 560301. OLE color: 560301.
HSL color Cylindrical-coordinate representation of color #AD8C08: hue angle of 48º 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 #AD8C08 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.32 |
| HSL | 48º | 0.91% | 0.35% | - |
| HSV(B) | 48º | 0.95% | 0.68% | - |
| XYZ | 26.66 | 27.66 | 4.16 | - |
| YUV | 134.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 8 | 0 | 0.19 | 0.95 | 0.32 | 48 | 0.91 | 0.35 |
| Hex | AD | 8C | 8 | 0 | 13 | 5F | 20 | 30 | 5B | 23 |
| Octal | 255 | 214 | 10 | 0 | 23 | 137 | 40 | 60 | 133 | 43 |
| Binary | 10101101 | 10001100 | 1000 | 0 | 10011 | 1011111 | 100000 | 110000 | 1011011 | 100011 |
Color Harmonies of #AD8C08
Complementary color
Monochromatic Colors of #AD8C08
Black with #AD8C08
Text Example
Text Example
White with #AD8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C08; }
p { color: rgb(173,140,8); }
H1.HeaderClassName
{
color: #AD8C08;
}
.AnyTagClassName
{
color: #AD8C08;
}
</style>
background-color css
<style>
a { background-color: #AD8C08; }
a { background-color: rgb(173,140,8); }
div.DivClassName
{
background-color: #AD8C08;
}
.BgClassName
{
background-color: #AD8C08;
}
</style>
border-color css
<style>
span { border-color: #AD8C08; }
span { border-color: rgb(173,140,8); }
td.TdClassName
{
border-color: #AD8C08;
}
.TagClassName
{
border-color: #AD8C08;
}
</style>