Shades of Dark Goldenrod #AD9203
Tints of Dark Goldenrod #AD9203
RGB
CMYK
RGB Variations
Color information
#AD9203 (or 0xAD9203) is known color: Dark Goldenrod. HEX triplet: AD, 92 and 03. RGB value is (173,146,3). Sum of RGB (Red+Green+Blue) = 173+146+3=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9203 is #526DFC. Grayscale: #8A8A8A. Windows color (decimal): -5402109 or 234157. OLE color: 234157.
HSL color Cylindrical-coordinate representation of color #AD9203: hue angle of 50.47º 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 #AD9203 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.32 |
| HSL | 50.47º | 0.97% | 0.35% | - |
| HSV(B) | 50.47º | 0.98% | 0.68% | - |
| XYZ | 27.53 | 29.45 | 4.32 | - |
| YUV | 137.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 3 | 0 | 0.16 | 0.98 | 0.32 | 50.47 | 0.97 | 0.35 |
| Hex | AD | 92 | 3 | 0 | 10 | 62 | 20 | 32 | 61 | 23 |
| Octal | 255 | 222 | 3 | 0 | 20 | 142 | 40 | 62 | 141 | 43 |
| Binary | 10101101 | 10010010 | 11 | 0 | 10000 | 1100010 | 100000 | 110010 | 1100001 | 100011 |
Color Harmonies of #AD9203
Complementary color
Monochromatic Colors of #AD9203
Black with #AD9203
Text Example
Text Example
White with #AD9203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9203; }
p { color: rgb(173,146,3); }
H1.HeaderClassName
{
color: #AD9203;
}
.AnyTagClassName
{
color: #AD9203;
}
</style>
background-color css
<style>
a { background-color: #AD9203; }
a { background-color: rgb(173,146,3); }
div.DivClassName
{
background-color: #AD9203;
}
.BgClassName
{
background-color: #AD9203;
}
</style>
border-color css
<style>
span { border-color: #AD9203; }
span { border-color: rgb(173,146,3); }
td.TdClassName
{
border-color: #AD9203;
}
.TagClassName
{
border-color: #AD9203;
}
</style>