Shades of Dark Goldenrod #AD8803
Tints of Dark Goldenrod #AD8803
RGB
CMYK
RGB Variations
Color information
#AD8803 (or 0xAD8803) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 03. RGB value is (173,136,3). Sum of RGB (Red+Green+Blue) = 173+136+3=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8803 is #5277FC. Grayscale: #848484. Windows color (decimal): -5404669 or 231597. OLE color: 231597.
HSL color Cylindrical-coordinate representation of color #AD8803: hue angle of 46.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD8803 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.32 |
| HSL | 46.94º | 0.97% | 0.35% | - |
| HSV(B) | 46.94º | 0.98% | 0.68% | - |
| XYZ | 26.05 | 26.5 | 3.83 | - |
| YUV | 131.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 3 | 0 | 0.21 | 0.98 | 0.32 | 46.94 | 0.97 | 0.35 |
| Hex | AD | 88 | 3 | 0 | 15 | 62 | 20 | 2F | 61 | 23 |
| Octal | 255 | 210 | 3 | 0 | 25 | 142 | 40 | 57 | 141 | 43 |
| Binary | 10101101 | 10001000 | 11 | 0 | 10101 | 1100010 | 100000 | 101111 | 1100001 | 100011 |
Color Harmonies of #AD8803
Complementary color
Monochromatic Colors of #AD8803
Black with #AD8803
Text Example
Text Example
White with #AD8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8803; }
p { color: rgb(173,136,3); }
H1.HeaderClassName
{
color: #AD8803;
}
.AnyTagClassName
{
color: #AD8803;
}
</style>
background-color css
<style>
a { background-color: #AD8803; }
a { background-color: rgb(173,136,3); }
div.DivClassName
{
background-color: #AD8803;
}
.BgClassName
{
background-color: #AD8803;
}
</style>
border-color css
<style>
span { border-color: #AD8803; }
span { border-color: rgb(173,136,3); }
td.TdClassName
{
border-color: #AD8803;
}
.TagClassName
{
border-color: #AD8803;
}
</style>