Shades of Dark Goldenrod #AD8703
Tints of Dark Goldenrod #AD8703
RGB
CMYK
RGB Variations
Color information
#AD8703 (or 0xAD8703) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 03. RGB value is (173,135,3). Sum of RGB (Red+Green+Blue) = 173+135+3=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8703 is #5278FC. Grayscale: #838383. Windows color (decimal): -5404925 or 231341. OLE color: 231341.
HSL color Cylindrical-coordinate representation of color #AD8703: hue angle of 46.59º 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 #AD8703 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.32 |
| HSL | 46.59º | 0.97% | 0.35% | - |
| HSV(B) | 46.59º | 0.98% | 0.68% | - |
| XYZ | 25.91 | 26.22 | 3.78 | - |
| YUV | 131.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 3 | 0 | 0.22 | 0.98 | 0.32 | 46.59 | 0.97 | 0.35 |
| Hex | AD | 87 | 3 | 0 | 16 | 62 | 20 | 2F | 61 | 23 |
| Octal | 255 | 207 | 3 | 0 | 26 | 142 | 40 | 57 | 141 | 43 |
| Binary | 10101101 | 10000111 | 11 | 0 | 10110 | 1100010 | 100000 | 101111 | 1100001 | 100011 |
Color Harmonies of #AD8703
Complementary color
Monochromatic Colors of #AD8703
Black with #AD8703
Text Example
Text Example
White with #AD8703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8703; }
p { color: rgb(173,135,3); }
H1.HeaderClassName
{
color: #AD8703;
}
.AnyTagClassName
{
color: #AD8703;
}
</style>
background-color css
<style>
a { background-color: #AD8703; }
a { background-color: rgb(173,135,3); }
div.DivClassName
{
background-color: #AD8703;
}
.BgClassName
{
background-color: #AD8703;
}
</style>
border-color css
<style>
span { border-color: #AD8703; }
span { border-color: rgb(173,135,3); }
td.TdClassName
{
border-color: #AD8703;
}
.TagClassName
{
border-color: #AD8703;
}
</style>