Shades of Dark Goldenrod #AD7508
Tints of Dark Goldenrod #AD7508
RGB
CMYK
RGB Variations
Color information
#AD7508 (or 0xAD7508) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 08. RGB value is (173,117,8). Sum of RGB (Red+Green+Blue) = 173+117+8=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7508 is #528AF7. Grayscale: #797979. Windows color (decimal): -5409528 or 554413. OLE color: 554413.
HSL color Cylindrical-coordinate representation of color #AD7508: hue angle of 39.64º 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 #AD7508 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 8 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.32 |
| HSL | 39.64º | 0.91% | 0.35% | - |
| HSV(B) | 39.64º | 0.95% | 0.68% | - |
| XYZ | 23.64 | 21.62 | 3.16 | - |
| YUV | 121.32 | 64.05 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 8 | 0 | 0.32 | 0.95 | 0.32 | 39.64 | 0.91 | 0.35 |
| Hex | AD | 75 | 8 | 0 | 20 | 5F | 20 | 28 | 5B | 23 |
| Octal | 255 | 165 | 10 | 0 | 40 | 137 | 40 | 50 | 133 | 43 |
| Binary | 10101101 | 1110101 | 1000 | 0 | 100000 | 1011111 | 100000 | 101000 | 1011011 | 100011 |
Color Harmonies of #AD7508
Complementary color
Monochromatic Colors of #AD7508
Black with #AD7508
Text Example
Text Example
White with #AD7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7508; }
p { color: rgb(173,117,8); }
H1.HeaderClassName
{
color: #AD7508;
}
.AnyTagClassName
{
color: #AD7508;
}
</style>
background-color css
<style>
a { background-color: #AD7508; }
a { background-color: rgb(173,117,8); }
div.DivClassName
{
background-color: #AD7508;
}
.BgClassName
{
background-color: #AD7508;
}
</style>
border-color css
<style>
span { border-color: #AD7508; }
span { border-color: rgb(173,117,8); }
td.TdClassName
{
border-color: #AD7508;
}
.TagClassName
{
border-color: #AD7508;
}
</style>