Shades of Dark Goldenrod #AD800A
Tints of Dark Goldenrod #AD800A
RGB
CMYK
RGB Variations
Color information
#AD800A (or 0xAD800A) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 0A. RGB value is (173,128,10). Sum of RGB (Red+Green+Blue) = 173+128+10=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD800A is #527FF5. Grayscale: #808080. Windows color (decimal): -5406710 or 688301. OLE color: 688301.
HSL color Cylindrical-coordinate representation of color #AD800A: hue angle of 43.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD800A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.32 |
| HSL | 43.44º | 0.89% | 0.36% | - |
| HSV(B) | 43.44º | 0.94% | 0.68% | - |
| XYZ | 25.01 | 24.34 | 3.67 | - |
| YUV | 128 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 10 | 0 | 0.26 | 0.94 | 0.32 | 43.44 | 0.89 | 0.36 |
| Hex | AD | 80 | A | 0 | 1A | 5E | 20 | 2B | 59 | 24 |
| Octal | 255 | 200 | 12 | 0 | 32 | 136 | 40 | 53 | 131 | 44 |
| Binary | 10101101 | 10000000 | 1010 | 0 | 11010 | 1011110 | 100000 | 101011 | 1011001 | 100100 |
Color Harmonies of #AD800A
Complementary color
Monochromatic Colors of #AD800A
Black with #AD800A
Text Example
Text Example
White with #AD800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD800A; }
p { color: rgb(173,128,10); }
H1.HeaderClassName
{
color: #AD800A;
}
.AnyTagClassName
{
color: #AD800A;
}
</style>
background-color css
<style>
a { background-color: #AD800A; }
a { background-color: rgb(173,128,10); }
div.DivClassName
{
background-color: #AD800A;
}
.BgClassName
{
background-color: #AD800A;
}
</style>
border-color css
<style>
span { border-color: #AD800A; }
span { border-color: rgb(173,128,10); }
td.TdClassName
{
border-color: #AD800A;
}
.TagClassName
{
border-color: #AD800A;
}
</style>