Shades of Dark Goldenrod #AD7A02
Tints of Dark Goldenrod #AD7A02
RGB
CMYK
RGB Variations
Color information
#AD7A02 (or 0xAD7A02) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 02. RGB value is (173,122,2). Sum of RGB (Red+Green+Blue) = 173+122+2=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A02 is #5285FD. Grayscale: #7C7C7C. Windows color (decimal): -5408254 or 162477. OLE color: 162477.
HSL color Cylindrical-coordinate representation of color #AD7A02: hue angle of 42.11º 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 #AD7A02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.32 |
| HSL | 42.11º | 0.98% | 0.34% | - |
| HSV(B) | 42.11º | 0.99% | 0.68% | - |
| XYZ | 24.2 | 22.81 | 3.18 | - |
| YUV | 123.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 2 | 0 | 0.29 | 0.99 | 0.32 | 42.11 | 0.98 | 0.34 |
| Hex | AD | 7A | 2 | 0 | 1D | 63 | 20 | 2A | 62 | 22 |
| Octal | 255 | 172 | 2 | 0 | 35 | 143 | 40 | 52 | 142 | 42 |
| Binary | 10101101 | 1111010 | 10 | 0 | 11101 | 1100011 | 100000 | 101010 | 1100010 | 100010 |
Color Harmonies of #AD7A02
Complementary color
Monochromatic Colors of #AD7A02
Black with #AD7A02
Text Example
Text Example
White with #AD7A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A02; }
p { color: rgb(173,122,2); }
H1.HeaderClassName
{
color: #AD7A02;
}
.AnyTagClassName
{
color: #AD7A02;
}
</style>
background-color css
<style>
a { background-color: #AD7A02; }
a { background-color: rgb(173,122,2); }
div.DivClassName
{
background-color: #AD7A02;
}
.BgClassName
{
background-color: #AD7A02;
}
</style>
border-color css
<style>
span { border-color: #AD7A02; }
span { border-color: rgb(173,122,2); }
td.TdClassName
{
border-color: #AD7A02;
}
.TagClassName
{
border-color: #AD7A02;
}
</style>