Shades of Dark Goldenrod #AD7E09
Tints of Dark Goldenrod #AD7E09
RGB
CMYK
RGB Variations
Color information
#AD7E09 (or 0xAD7E09) is known color: Dark Goldenrod. HEX triplet: AD, 7E and 09. RGB value is (173,126,9). Sum of RGB (Red+Green+Blue) = 173+126+9=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E09 is #5281F6. Grayscale: #7F7F7F. Windows color (decimal): -5407223 or 622253. OLE color: 622253.
HSL color Cylindrical-coordinate representation of color #AD7E09: hue angle of 42.8º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7E09 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 9 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.32 |
| HSL | 42.8º | 0.9% | 0.36% | - |
| HSV(B) | 42.8º | 0.95% | 0.68% | - |
| XYZ | 24.74 | 23.83 | 3.55 | - |
| YUV | 126.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 9 | 0 | 0.27 | 0.95 | 0.32 | 42.8 | 0.9 | 0.36 |
| Hex | AD | 7E | 9 | 0 | 1B | 5F | 20 | 2B | 5A | 24 |
| Octal | 255 | 176 | 11 | 0 | 33 | 137 | 40 | 53 | 132 | 44 |
| Binary | 10101101 | 1111110 | 1001 | 0 | 11011 | 1011111 | 100000 | 101011 | 1011010 | 100100 |
Color Harmonies of #AD7E09
Complementary color
Monochromatic Colors of #AD7E09
Black with #AD7E09
Text Example
Text Example
White with #AD7E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E09; }
p { color: rgb(173,126,9); }
H1.HeaderClassName
{
color: #AD7E09;
}
.AnyTagClassName
{
color: #AD7E09;
}
</style>
background-color css
<style>
a { background-color: #AD7E09; }
a { background-color: rgb(173,126,9); }
div.DivClassName
{
background-color: #AD7E09;
}
.BgClassName
{
background-color: #AD7E09;
}
</style>
border-color css
<style>
span { border-color: #AD7E09; }
span { border-color: rgb(173,126,9); }
td.TdClassName
{
border-color: #AD7E09;
}
.TagClassName
{
border-color: #AD7E09;
}
</style>