Shades of Dark Goldenrod #AD9502
Tints of Dark Goldenrod #AD9502
RGB
CMYK
RGB Variations
Color information
#AD9502 (or 0xAD9502) is known color: Dark Goldenrod. HEX triplet: AD, 95 and 02. RGB value is (173,149,2). Sum of RGB (Red+Green+Blue) = 173+149+2=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9502 is #526AFD. Grayscale: #8C8C8C. Windows color (decimal): -5401342 or 169389. OLE color: 169389.
HSL color Cylindrical-coordinate representation of color #AD9502: hue angle of 51.58º 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 #AD9502 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.32 |
| HSL | 51.58º | 0.98% | 0.34% | - |
| HSV(B) | 51.58º | 0.99% | 0.68% | - |
| XYZ | 27.99 | 30.38 | 4.45 | - |
| YUV | 139.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 2 | 0 | 0.14 | 0.99 | 0.32 | 51.58 | 0.98 | 0.34 |
| Hex | AD | 95 | 2 | 0 | E | 63 | 20 | 34 | 62 | 22 |
| Octal | 255 | 225 | 2 | 0 | 16 | 143 | 40 | 64 | 142 | 42 |
| Binary | 10101101 | 10010101 | 10 | 0 | 1110 | 1100011 | 100000 | 110100 | 1100010 | 100010 |
Color Harmonies of #AD9502
Complementary color
Monochromatic Colors of #AD9502
Black with #AD9502
Text Example
Text Example
White with #AD9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9502; }
p { color: rgb(173,149,2); }
H1.HeaderClassName
{
color: #AD9502;
}
.AnyTagClassName
{
color: #AD9502;
}
</style>
background-color css
<style>
a { background-color: #AD9502; }
a { background-color: rgb(173,149,2); }
div.DivClassName
{
background-color: #AD9502;
}
.BgClassName
{
background-color: #AD9502;
}
</style>
border-color css
<style>
span { border-color: #AD9502; }
span { border-color: rgb(173,149,2); }
td.TdClassName
{
border-color: #AD9502;
}
.TagClassName
{
border-color: #AD9502;
}
</style>