Shades of Dark Goldenrod #AD8402
Tints of Dark Goldenrod #AD8402
RGB
CMYK
RGB Variations
Color information
#AD8402 (or 0xAD8402) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 02. RGB value is (173,132,2). Sum of RGB (Red+Green+Blue) = 173+132+2=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8402 is #527BFD. Grayscale: #828282. Windows color (decimal): -5405694 or 165037. OLE color: 165037.
HSL color Cylindrical-coordinate representation of color #AD8402: hue angle of 45.61º 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 #AD8402 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.32 |
| HSL | 45.61º | 0.98% | 0.34% | - |
| HSV(B) | 45.61º | 0.99% | 0.68% | - |
| XYZ | 25.5 | 25.39 | 3.61 | - |
| YUV | 129.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 2 | 0 | 0.24 | 0.99 | 0.32 | 45.61 | 0.98 | 0.34 |
| Hex | AD | 84 | 2 | 0 | 18 | 63 | 20 | 2E | 62 | 22 |
| Octal | 255 | 204 | 2 | 0 | 30 | 143 | 40 | 56 | 142 | 42 |
| Binary | 10101101 | 10000100 | 10 | 0 | 11000 | 1100011 | 100000 | 101110 | 1100010 | 100010 |
Color Harmonies of #AD8402
Complementary color
Monochromatic Colors of #AD8402
Black with #AD8402
Text Example
Text Example
White with #AD8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8402; }
p { color: rgb(173,132,2); }
H1.HeaderClassName
{
color: #AD8402;
}
.AnyTagClassName
{
color: #AD8402;
}
</style>
background-color css
<style>
a { background-color: #AD8402; }
a { background-color: rgb(173,132,2); }
div.DivClassName
{
background-color: #AD8402;
}
.BgClassName
{
background-color: #AD8402;
}
</style>
border-color css
<style>
span { border-color: #AD8402; }
span { border-color: rgb(173,132,2); }
td.TdClassName
{
border-color: #AD8402;
}
.TagClassName
{
border-color: #AD8402;
}
</style>