Shades of Dark Goldenrod #AD9402
Tints of Dark Goldenrod #AD9402
RGB
CMYK
RGB Variations
Color information
#AD9402 (or 0xAD9402) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 02. RGB value is (173,148,2). Sum of RGB (Red+Green+Blue) = 173+148+2=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9402 is #526BFD. Grayscale: #8B8B8B. Windows color (decimal): -5401598 or 169133. OLE color: 169133.
HSL color Cylindrical-coordinate representation of color #AD9402: hue angle of 51.23º 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 #AD9402 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.32 |
| HSL | 51.23º | 0.98% | 0.34% | - |
| HSV(B) | 51.23º | 0.99% | 0.68% | - |
| XYZ | 27.83 | 30.07 | 4.39 | - |
| YUV | 138.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 2 | 0 | 0.14 | 0.99 | 0.32 | 51.23 | 0.98 | 0.34 |
| Hex | AD | 94 | 2 | 0 | E | 63 | 20 | 33 | 62 | 22 |
| Octal | 255 | 224 | 2 | 0 | 16 | 143 | 40 | 63 | 142 | 42 |
| Binary | 10101101 | 10010100 | 10 | 0 | 1110 | 1100011 | 100000 | 110011 | 1100010 | 100010 |
Color Harmonies of #AD9402
Complementary color
Monochromatic Colors of #AD9402
Black with #AD9402
Text Example
Text Example
White with #AD9402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9402; }
p { color: rgb(173,148,2); }
H1.HeaderClassName
{
color: #AD9402;
}
.AnyTagClassName
{
color: #AD9402;
}
</style>
background-color css
<style>
a { background-color: #AD9402; }
a { background-color: rgb(173,148,2); }
div.DivClassName
{
background-color: #AD9402;
}
.BgClassName
{
background-color: #AD9402;
}
</style>
border-color css
<style>
span { border-color: #AD9402; }
span { border-color: rgb(173,148,2); }
td.TdClassName
{
border-color: #AD9402;
}
.TagClassName
{
border-color: #AD9402;
}
</style>