Shades of Dark Goldenrod #AD8800
Tints of Dark Goldenrod #AD8800
RGB
CMYK
RGB Variations
Color information
#AD8800 (or 0xAD8800) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 00. RGB value is (173,136,0). Sum of RGB (Red+Green+Blue) = 173+136+0=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8800 is #5277FF. Grayscale: #848484. Windows color (decimal): -5404672 or 34989. OLE color: 34989.
HSL color Cylindrical-coordinate representation of color #AD8800: hue angle of 47.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD8800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.32 |
| HSL | 47.17º | 1% | 0.34% | - |
| HSV(B) | 47.17º | 1% | 0.68% | - |
| XYZ | 26.04 | 26.49 | 3.74 | - |
| YUV | 131.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 0 | 0 | 0.21 | 1 | 0.32 | 47.17 | 1 | 0.34 |
| Hex | AD | 88 | 0 | 0 | 15 | 64 | 20 | 2F | 64 | 22 |
| Octal | 255 | 210 | 0 | 0 | 25 | 144 | 40 | 57 | 144 | 42 |
| Binary | 10101101 | 10001000 | 0 | 0 | 10101 | 1100100 | 100000 | 101111 | 1100100 | 100010 |
Color Harmonies of #AD8800
Complementary color
Monochromatic Colors of #AD8800
Black with #AD8800
Text Example
Text Example
White with #AD8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8800; }
p { color: rgb(173,136,0); }
H1.HeaderClassName
{
color: #AD8800;
}
.AnyTagClassName
{
color: #AD8800;
}
</style>
background-color css
<style>
a { background-color: #AD8800; }
a { background-color: rgb(173,136,0); }
div.DivClassName
{
background-color: #AD8800;
}
.BgClassName
{
background-color: #AD8800;
}
</style>
border-color css
<style>
span { border-color: #AD8800; }
span { border-color: rgb(173,136,0); }
td.TdClassName
{
border-color: #AD8800;
}
.TagClassName
{
border-color: #AD8800;
}
</style>