Shades of Dark Goldenrod #AD8A0B
Tints of Dark Goldenrod #AD8A0B
RGB
CMYK
RGB Variations
Color information
#AD8A0B (or 0xAD8A0B) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 0B. RGB value is (173,138,11). Sum of RGB (Red+Green+Blue) = 173+138+11=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A0B is #5275F4. Grayscale: #868686. Windows color (decimal): -5404149 or 756397. OLE color: 756397.
HSL color Cylindrical-coordinate representation of color #AD8A0B: hue angle of 47.04º 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 #AD8A0B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 11 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.32 |
| HSL | 47.04º | 0.88% | 0.36% | - |
| HSV(B) | 47.04º | 0.94% | 0.68% | - |
| XYZ | 26.38 | 27.09 | 4.15 | - |
| YUV | 133.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 11 | 0 | 0.20 | 0.94 | 0.32 | 47.04 | 0.88 | 0.36 |
| Hex | AD | 8A | B | 0 | 14 | 5E | 20 | 2F | 58 | 24 |
| Octal | 255 | 212 | 13 | 0 | 24 | 136 | 40 | 57 | 130 | 44 |
| Binary | 10101101 | 10001010 | 1011 | 0 | 10100 | 1011110 | 100000 | 101111 | 1011000 | 100100 |
Color Harmonies of #AD8A0B
Complementary color
Monochromatic Colors of #AD8A0B
Black with #AD8A0B
Text Example
Text Example
White with #AD8A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A0B; }
p { color: rgb(173,138,11); }
H1.HeaderClassName
{
color: #AD8A0B;
}
.AnyTagClassName
{
color: #AD8A0B;
}
</style>
background-color css
<style>
a { background-color: #AD8A0B; }
a { background-color: rgb(173,138,11); }
div.DivClassName
{
background-color: #AD8A0B;
}
.BgClassName
{
background-color: #AD8A0B;
}
</style>
border-color css
<style>
span { border-color: #AD8A0B; }
span { border-color: rgb(173,138,11); }
td.TdClassName
{
border-color: #AD8A0B;
}
.TagClassName
{
border-color: #AD8A0B;
}
</style>