Shades of Dark Goldenrod #AD7303
Tints of Dark Goldenrod #AD7303
RGB
CMYK
RGB Variations
Color information
#AD7303 (or 0xAD7303) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 03. RGB value is (173,115,3). Sum of RGB (Red+Green+Blue) = 173+115+3=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7303 is #528CFC. Grayscale: #787878. Windows color (decimal): -5410045 or 226221. OLE color: 226221.
HSL color Cylindrical-coordinate representation of color #AD7303: hue angle of 39.53º 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 #AD7303 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.32 |
| HSL | 39.53º | 0.97% | 0.35% | - |
| HSV(B) | 39.53º | 0.98% | 0.68% | - |
| XYZ | 23.38 | 21.15 | 2.94 | - |
| YUV | 119.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 3 | 0 | 0.34 | 0.98 | 0.32 | 39.53 | 0.97 | 0.35 |
| Hex | AD | 73 | 3 | 0 | 22 | 62 | 20 | 28 | 61 | 23 |
| Octal | 255 | 163 | 3 | 0 | 42 | 142 | 40 | 50 | 141 | 43 |
| Binary | 10101101 | 1110011 | 11 | 0 | 100010 | 1100010 | 100000 | 101000 | 1100001 | 100011 |
Color Harmonies of #AD7303
Complementary color
Monochromatic Colors of #AD7303
Black with #AD7303
Text Example
Text Example
White with #AD7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7303; }
p { color: rgb(173,115,3); }
H1.HeaderClassName
{
color: #AD7303;
}
.AnyTagClassName
{
color: #AD7303;
}
</style>
background-color css
<style>
a { background-color: #AD7303; }
a { background-color: rgb(173,115,3); }
div.DivClassName
{
background-color: #AD7303;
}
.BgClassName
{
background-color: #AD7303;
}
</style>
border-color css
<style>
span { border-color: #AD7303; }
span { border-color: rgb(173,115,3); }
td.TdClassName
{
border-color: #AD7303;
}
.TagClassName
{
border-color: #AD7303;
}
</style>