Shades of Dark Goldenrod #AD910B
Tints of Dark Goldenrod #AD910B
RGB
CMYK
RGB Variations
Color information
#AD910B (or 0xAD910B) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 0B. RGB value is (173,145,11). Sum of RGB (Red+Green+Blue) = 173+145+11=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD910B is #526EF4. Grayscale: #8A8A8A. Windows color (decimal): -5402357 or 758189. OLE color: 758189.
HSL color Cylindrical-coordinate representation of color #AD910B: hue angle of 49.63º 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 #AD910B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 11 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.32 |
| HSL | 49.63º | 0.88% | 0.36% | - |
| HSV(B) | 49.63º | 0.94% | 0.68% | - |
| XYZ | 27.42 | 29.16 | 4.5 | - |
| YUV | 138.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 11 | 0 | 0.16 | 0.94 | 0.32 | 49.63 | 0.88 | 0.36 |
| Hex | AD | 91 | B | 0 | 10 | 5E | 20 | 32 | 58 | 24 |
| Octal | 255 | 221 | 13 | 0 | 20 | 136 | 40 | 62 | 130 | 44 |
| Binary | 10101101 | 10010001 | 1011 | 0 | 10000 | 1011110 | 100000 | 110010 | 1011000 | 100100 |
Color Harmonies of #AD910B
Complementary color
Monochromatic Colors of #AD910B
Black with #AD910B
Text Example
Text Example
White with #AD910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD910B; }
p { color: rgb(173,145,11); }
H1.HeaderClassName
{
color: #AD910B;
}
.AnyTagClassName
{
color: #AD910B;
}
</style>
background-color css
<style>
a { background-color: #AD910B; }
a { background-color: rgb(173,145,11); }
div.DivClassName
{
background-color: #AD910B;
}
.BgClassName
{
background-color: #AD910B;
}
</style>
border-color css
<style>
span { border-color: #AD910B; }
span { border-color: rgb(173,145,11); }
td.TdClassName
{
border-color: #AD910B;
}
.TagClassName
{
border-color: #AD910B;
}
</style>