Shades of Dark Goldenrod #AD8F02
Tints of Dark Goldenrod #AD8F02
RGB
CMYK
RGB Variations
Color information
#AD8F02 (or 0xAD8F02) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 02. RGB value is (173,143,2). Sum of RGB (Red+Green+Blue) = 173+143+2=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F02 is #5270FD. Grayscale: #888888. Windows color (decimal): -5402878 or 167853. OLE color: 167853.
HSL color Cylindrical-coordinate representation of color #AD8F02: hue angle of 49.47º 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 #AD8F02 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.32 |
| HSL | 49.47º | 0.98% | 0.34% | - |
| HSV(B) | 49.47º | 0.99% | 0.68% | - |
| XYZ | 27.07 | 28.53 | 4.14 | - |
| YUV | 135.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 2 | 0 | 0.17 | 0.99 | 0.32 | 49.47 | 0.98 | 0.34 |
| Hex | AD | 8F | 2 | 0 | 11 | 63 | 20 | 31 | 62 | 22 |
| Octal | 255 | 217 | 2 | 0 | 21 | 143 | 40 | 61 | 142 | 42 |
| Binary | 10101101 | 10001111 | 10 | 0 | 10001 | 1100011 | 100000 | 110001 | 1100010 | 100010 |
Color Harmonies of #AD8F02
Complementary color
Monochromatic Colors of #AD8F02
Black with #AD8F02
Text Example
Text Example
White with #AD8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F02; }
p { color: rgb(173,143,2); }
H1.HeaderClassName
{
color: #AD8F02;
}
.AnyTagClassName
{
color: #AD8F02;
}
</style>
background-color css
<style>
a { background-color: #AD8F02; }
a { background-color: rgb(173,143,2); }
div.DivClassName
{
background-color: #AD8F02;
}
.BgClassName
{
background-color: #AD8F02;
}
</style>
border-color css
<style>
span { border-color: #AD8F02; }
span { border-color: rgb(173,143,2); }
td.TdClassName
{
border-color: #AD8F02;
}
.TagClassName
{
border-color: #AD8F02;
}
</style>