Shades of Dark Goldenrod #AD7302
Tints of Dark Goldenrod #AD7302
RGB
CMYK
RGB Variations
Color information
#AD7302 (or 0xAD7302) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 02. RGB value is (173,115,2). Sum of RGB (Red+Green+Blue) = 173+115+2=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7302 is #528CFD. Grayscale: #777777. Windows color (decimal): -5410046 or 160685. OLE color: 160685.
HSL color Cylindrical-coordinate representation of color #AD7302: hue angle of 39.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD7302 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.32 |
| HSL | 39.65º | 0.98% | 0.34% | - |
| HSV(B) | 39.65º | 0.99% | 0.68% | - |
| XYZ | 23.38 | 21.15 | 2.91 | - |
| YUV | 119.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 2 | 0 | 0.34 | 0.99 | 0.32 | 39.65 | 0.98 | 0.34 |
| Hex | AD | 73 | 2 | 0 | 22 | 63 | 20 | 28 | 62 | 22 |
| Octal | 255 | 163 | 2 | 0 | 42 | 143 | 40 | 50 | 142 | 42 |
| Binary | 10101101 | 1110011 | 10 | 0 | 100010 | 1100011 | 100000 | 101000 | 1100010 | 100010 |
Color Harmonies of #AD7302
Complementary color
Monochromatic Colors of #AD7302
Black with #AD7302
Text Example
Text Example
White with #AD7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7302; }
p { color: rgb(173,115,2); }
H1.HeaderClassName
{
color: #AD7302;
}
.AnyTagClassName
{
color: #AD7302;
}
</style>
background-color css
<style>
a { background-color: #AD7302; }
a { background-color: rgb(173,115,2); }
div.DivClassName
{
background-color: #AD7302;
}
.BgClassName
{
background-color: #AD7302;
}
</style>
border-color css
<style>
span { border-color: #AD7302; }
span { border-color: rgb(173,115,2); }
td.TdClassName
{
border-color: #AD7302;
}
.TagClassName
{
border-color: #AD7302;
}
</style>