Shades of Dark Goldenrod #AD8C02
Tints of Dark Goldenrod #AD8C02
RGB
CMYK
RGB Variations
Color information
#AD8C02 (or 0xAD8C02) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 02. RGB value is (173,140,2). Sum of RGB (Red+Green+Blue) = 173+140+2=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C02 is #5273FD. Grayscale: #868686. Windows color (decimal): -5403646 or 167085. OLE color: 167085.
HSL color Cylindrical-coordinate representation of color #AD8C02: hue angle of 48.42º 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 #AD8C02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.32 |
| HSL | 48.42º | 0.98% | 0.34% | - |
| HSV(B) | 48.42º | 0.99% | 0.68% | - |
| XYZ | 26.62 | 27.64 | 3.99 | - |
| YUV | 134.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 2 | 0 | 0.19 | 0.99 | 0.32 | 48.42 | 0.98 | 0.34 |
| Hex | AD | 8C | 2 | 0 | 13 | 63 | 20 | 30 | 62 | 22 |
| Octal | 255 | 214 | 2 | 0 | 23 | 143 | 40 | 60 | 142 | 42 |
| Binary | 10101101 | 10001100 | 10 | 0 | 10011 | 1100011 | 100000 | 110000 | 1100010 | 100010 |
Color Harmonies of #AD8C02
Complementary color
Monochromatic Colors of #AD8C02
Black with #AD8C02
Text Example
Text Example
White with #AD8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C02; }
p { color: rgb(173,140,2); }
H1.HeaderClassName
{
color: #AD8C02;
}
.AnyTagClassName
{
color: #AD8C02;
}
</style>
background-color css
<style>
a { background-color: #AD8C02; }
a { background-color: rgb(173,140,2); }
div.DivClassName
{
background-color: #AD8C02;
}
.BgClassName
{
background-color: #AD8C02;
}
</style>
border-color css
<style>
span { border-color: #AD8C02; }
span { border-color: rgb(173,140,2); }
td.TdClassName
{
border-color: #AD8C02;
}
.TagClassName
{
border-color: #AD8C02;
}
</style>