Shades of Dark Goldenrod #AD8213
Tints of Dark Goldenrod #AD8213
RGB
CMYK
RGB Variations
Color information
#AD8213 (or 0xAD8213) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 13. RGB value is (173,130,19). Sum of RGB (Red+Green+Blue) = 173+130+19=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8213 is #527DEC. Grayscale: #828282. Windows color (decimal): -5406189 or 1278637. OLE color: 1278637.
HSL color Cylindrical-coordinate representation of color #AD8213: hue angle of 43.25º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD8213 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 19 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.32 |
| HSL | 43.25º | 0.8% | 0.38% | - |
| HSV(B) | 43.25º | 0.89% | 0.68% | - |
| XYZ | 25.33 | 24.9 | 4.09 | - |
| YUV | 130.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 19 | 0 | 0.25 | 0.89 | 0.32 | 43.25 | 0.8 | 0.38 |
| Hex | AD | 82 | 13 | 0 | 19 | 59 | 20 | 2B | 50 | 26 |
| Octal | 255 | 202 | 23 | 0 | 31 | 131 | 40 | 53 | 120 | 46 |
| Binary | 10101101 | 10000010 | 10011 | 0 | 11001 | 1011001 | 100000 | 101011 | 1010000 | 100110 |
Color Harmonies of #AD8213
Complementary color
Monochromatic Colors of #AD8213
Black with #AD8213
Text Example
Text Example
White with #AD8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8213; }
p { color: rgb(173,130,19); }
H1.HeaderClassName
{
color: #AD8213;
}
.AnyTagClassName
{
color: #AD8213;
}
</style>
background-color css
<style>
a { background-color: #AD8213; }
a { background-color: rgb(173,130,19); }
div.DivClassName
{
background-color: #AD8213;
}
.BgClassName
{
background-color: #AD8213;
}
</style>
border-color css
<style>
span { border-color: #AD8213; }
span { border-color: rgb(173,130,19); }
td.TdClassName
{
border-color: #AD8213;
}
.TagClassName
{
border-color: #AD8213;
}
</style>