Shades of Dark Goldenrod #AD8B11
Tints of Dark Goldenrod #AD8B11
RGB
CMYK
RGB Variations
Color information
#AD8B11 (or 0xAD8B11) is known color: Dark Goldenrod. HEX triplet: AD, 8B and 11. RGB value is (173,139,17). Sum of RGB (Red+Green+Blue) = 173+139+17=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8B11 is #5274EE. Grayscale: #878787. Windows color (decimal): -5403887 or 1149869. OLE color: 1149869.
HSL color Cylindrical-coordinate representation of color #AD8B11: hue angle of 46.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD8B11 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 17 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.32 |
| HSL | 46.92º | 0.82% | 0.37% | - |
| HSV(B) | 46.92º | 0.9% | 0.68% | - |
| XYZ | 26.57 | 27.39 | 4.42 | - |
| YUV | 135.26 | 61.26 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 17 | 0 | 0.20 | 0.90 | 0.32 | 46.92 | 0.82 | 0.37 |
| Hex | AD | 8B | 11 | 0 | 14 | 5A | 20 | 2F | 52 | 25 |
| Octal | 255 | 213 | 21 | 0 | 24 | 132 | 40 | 57 | 122 | 45 |
| Binary | 10101101 | 10001011 | 10001 | 0 | 10100 | 1011010 | 100000 | 101111 | 1010010 | 100101 |
Color Harmonies of #AD8B11
Complementary color
Monochromatic Colors of #AD8B11
Black with #AD8B11
Text Example
Text Example
White with #AD8B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B11; }
p { color: rgb(173,139,17); }
H1.HeaderClassName
{
color: #AD8B11;
}
.AnyTagClassName
{
color: #AD8B11;
}
</style>
background-color css
<style>
a { background-color: #AD8B11; }
a { background-color: rgb(173,139,17); }
div.DivClassName
{
background-color: #AD8B11;
}
.BgClassName
{
background-color: #AD8B11;
}
</style>
border-color css
<style>
span { border-color: #AD8B11; }
span { border-color: rgb(173,139,17); }
td.TdClassName
{
border-color: #AD8B11;
}
.TagClassName
{
border-color: #AD8B11;
}
</style>