Shades of Dark Goldenrod #AD890B
Tints of Dark Goldenrod #AD890B
RGB
CMYK
RGB Variations
Color information
#AD890B (or 0xAD890B) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 0B. RGB value is (173,137,11). Sum of RGB (Red+Green+Blue) = 173+137+11=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD890B is #5276F4. Grayscale: #858585. Windows color (decimal): -5404405 or 756141. OLE color: 756141.
HSL color Cylindrical-coordinate representation of color #AD890B: hue angle of 46.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD890B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.32 |
| HSL | 46.67º | 0.88% | 0.36% | - |
| HSV(B) | 46.67º | 0.94% | 0.68% | - |
| XYZ | 26.24 | 26.8 | 4.11 | - |
| YUV | 133.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 11 | 0 | 0.21 | 0.94 | 0.32 | 46.67 | 0.88 | 0.36 |
| Hex | AD | 89 | B | 0 | 15 | 5E | 20 | 2F | 58 | 24 |
| Octal | 255 | 211 | 13 | 0 | 25 | 136 | 40 | 57 | 130 | 44 |
| Binary | 10101101 | 10001001 | 1011 | 0 | 10101 | 1011110 | 100000 | 101111 | 1011000 | 100100 |
Color Harmonies of #AD890B
Complementary color
Monochromatic Colors of #AD890B
Black with #AD890B
Text Example
Text Example
White with #AD890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD890B; }
p { color: rgb(173,137,11); }
H1.HeaderClassName
{
color: #AD890B;
}
.AnyTagClassName
{
color: #AD890B;
}
</style>
background-color css
<style>
a { background-color: #AD890B; }
a { background-color: rgb(173,137,11); }
div.DivClassName
{
background-color: #AD890B;
}
.BgClassName
{
background-color: #AD890B;
}
</style>
border-color css
<style>
span { border-color: #AD890B; }
span { border-color: rgb(173,137,11); }
td.TdClassName
{
border-color: #AD890B;
}
.TagClassName
{
border-color: #AD890B;
}
</style>