Shades of Dark Goldenrod #AD7800
Tints of Dark Goldenrod #AD7800
RGB
CMYK
RGB Variations
Color information
#AD7800 (or 0xAD7800) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 00. RGB value is (173,120,0). Sum of RGB (Red+Green+Blue) = 173+120+0=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7800 is #5287FF. Grayscale: #7A7A7A. Windows color (decimal): -5408768 or 30893. OLE color: 30893.
HSL color Cylindrical-coordinate representation of color #AD7800: hue angle of 41.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD7800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.32 |
| HSL | 41.62º | 1% | 0.34% | - |
| HSV(B) | 41.62º | 1% | 0.68% | - |
| XYZ | 23.95 | 22.32 | 3.05 | - |
| YUV | 122.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 0 | 0 | 0.31 | 1 | 0.32 | 41.62 | 1 | 0.34 |
| Hex | AD | 78 | 0 | 0 | 1F | 64 | 20 | 2A | 64 | 22 |
| Octal | 255 | 170 | 0 | 0 | 37 | 144 | 40 | 52 | 144 | 42 |
| Binary | 10101101 | 1111000 | 0 | 0 | 11111 | 1100100 | 100000 | 101010 | 1100100 | 100010 |
Color Harmonies of #AD7800
Complementary color
Monochromatic Colors of #AD7800
Black with #AD7800
Text Example
Text Example
White with #AD7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7800; }
p { color: rgb(173,120,0); }
H1.HeaderClassName
{
color: #AD7800;
}
.AnyTagClassName
{
color: #AD7800;
}
</style>
background-color css
<style>
a { background-color: #AD7800; }
a { background-color: rgb(173,120,0); }
div.DivClassName
{
background-color: #AD7800;
}
.BgClassName
{
background-color: #AD7800;
}
</style>
border-color css
<style>
span { border-color: #AD7800; }
span { border-color: rgb(173,120,0); }
td.TdClassName
{
border-color: #AD7800;
}
.TagClassName
{
border-color: #AD7800;
}
</style>