Shades of Dark Goldenrod #AD8002
Tints of Dark Goldenrod #AD8002
RGB
CMYK
RGB Variations
Color information
#AD8002 (or 0xAD8002) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 02. RGB value is (173,128,2). Sum of RGB (Red+Green+Blue) = 173+128+2=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8002 is #527FFD. Grayscale: #7F7F7F. Windows color (decimal): -5406718 or 164013. OLE color: 164013.
HSL color Cylindrical-coordinate representation of color #AD8002: hue angle of 44.21º 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 #AD8002 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.32 |
| HSL | 44.21º | 0.98% | 0.34% | - |
| HSV(B) | 44.21º | 0.99% | 0.68% | - |
| XYZ | 24.96 | 24.33 | 3.44 | - |
| YUV | 127.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 2 | 0 | 0.26 | 0.99 | 0.32 | 44.21 | 0.98 | 0.34 |
| Hex | AD | 80 | 2 | 0 | 1A | 63 | 20 | 2C | 62 | 22 |
| Octal | 255 | 200 | 2 | 0 | 32 | 143 | 40 | 54 | 142 | 42 |
| Binary | 10101101 | 10000000 | 10 | 0 | 11010 | 1100011 | 100000 | 101100 | 1100010 | 100010 |
Color Harmonies of #AD8002
Complementary color
Monochromatic Colors of #AD8002
Black with #AD8002
Text Example
Text Example
White with #AD8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8002; }
p { color: rgb(173,128,2); }
H1.HeaderClassName
{
color: #AD8002;
}
.AnyTagClassName
{
color: #AD8002;
}
</style>
background-color css
<style>
a { background-color: #AD8002; }
a { background-color: rgb(173,128,2); }
div.DivClassName
{
background-color: #AD8002;
}
.BgClassName
{
background-color: #AD8002;
}
</style>
border-color css
<style>
span { border-color: #AD8002; }
span { border-color: rgb(173,128,2); }
td.TdClassName
{
border-color: #AD8002;
}
.TagClassName
{
border-color: #AD8002;
}
</style>