Shades of Dark Goldenrod #AD900B
Tints of Dark Goldenrod #AD900B
RGB
CMYK
RGB Variations
Color information
#AD900B (or 0xAD900B) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 0B. RGB value is (173,144,11). Sum of RGB (Red+Green+Blue) = 173+144+11=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD900B is #526FF4. Grayscale: #8A8A8A. Windows color (decimal): -5402613 or 757933. OLE color: 757933.
HSL color Cylindrical-coordinate representation of color #AD900B: hue angle of 49.26º 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 #AD900B is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 11 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.32 |
| HSL | 49.26º | 0.88% | 0.36% | - |
| HSV(B) | 49.26º | 0.94% | 0.68% | - |
| XYZ | 27.27 | 28.85 | 4.45 | - |
| YUV | 137.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 11 | 0 | 0.17 | 0.94 | 0.32 | 49.26 | 0.88 | 0.36 |
| Hex | AD | 90 | B | 0 | 11 | 5E | 20 | 31 | 58 | 24 |
| Octal | 255 | 220 | 13 | 0 | 21 | 136 | 40 | 61 | 130 | 44 |
| Binary | 10101101 | 10010000 | 1011 | 0 | 10001 | 1011110 | 100000 | 110001 | 1011000 | 100100 |
Color Harmonies of #AD900B
Complementary color
Monochromatic Colors of #AD900B
Black with #AD900B
Text Example
Text Example
White with #AD900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD900B; }
p { color: rgb(173,144,11); }
H1.HeaderClassName
{
color: #AD900B;
}
.AnyTagClassName
{
color: #AD900B;
}
</style>
background-color css
<style>
a { background-color: #AD900B; }
a { background-color: rgb(173,144,11); }
div.DivClassName
{
background-color: #AD900B;
}
.BgClassName
{
background-color: #AD900B;
}
</style>
border-color css
<style>
span { border-color: #AD900B; }
span { border-color: rgb(173,144,11); }
td.TdClassName
{
border-color: #AD900B;
}
.TagClassName
{
border-color: #AD900B;
}
</style>