Shades of Dark Goldenrod #AD880B
Tints of Dark Goldenrod #AD880B
RGB
CMYK
RGB Variations
Color information
#AD880B (or 0xAD880B) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 0B. RGB value is (173,136,11). Sum of RGB (Red+Green+Blue) = 173+136+11=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD880B is #5277F4. Grayscale: #858585. Windows color (decimal): -5404661 or 755885. OLE color: 755885.
HSL color Cylindrical-coordinate representation of color #AD880B: hue angle of 46.3º 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 #AD880B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.32 |
| HSL | 46.3º | 0.88% | 0.36% | - |
| HSV(B) | 46.3º | 0.94% | 0.68% | - |
| XYZ | 26.1 | 26.52 | 4.06 | - |
| YUV | 132.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 11 | 0 | 0.21 | 0.94 | 0.32 | 46.3 | 0.88 | 0.36 |
| Hex | AD | 88 | B | 0 | 15 | 5E | 20 | 2E | 58 | 24 |
| Octal | 255 | 210 | 13 | 0 | 25 | 136 | 40 | 56 | 130 | 44 |
| Binary | 10101101 | 10001000 | 1011 | 0 | 10101 | 1011110 | 100000 | 101110 | 1011000 | 100100 |
Color Harmonies of #AD880B
Complementary color
Monochromatic Colors of #AD880B
Black with #AD880B
Text Example
Text Example
White with #AD880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD880B; }
p { color: rgb(173,136,11); }
H1.HeaderClassName
{
color: #AD880B;
}
.AnyTagClassName
{
color: #AD880B;
}
</style>
background-color css
<style>
a { background-color: #AD880B; }
a { background-color: rgb(173,136,11); }
div.DivClassName
{
background-color: #AD880B;
}
.BgClassName
{
background-color: #AD880B;
}
</style>
border-color css
<style>
span { border-color: #AD880B; }
span { border-color: rgb(173,136,11); }
td.TdClassName
{
border-color: #AD880B;
}
.TagClassName
{
border-color: #AD880B;
}
</style>