Shades of Dark Goldenrod #AD8B01
Tints of Dark Goldenrod #AD8B01
RGB
CMYK
RGB Variations
Color information
#AD8B01 (or 0xAD8B01) is known color: Dark Goldenrod. HEX triplet: AD, 8B and 01. RGB value is (173,139,1). Sum of RGB (Red+Green+Blue) = 173+139+1=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8B01 is #5274FE. Grayscale: #868686. Windows color (decimal): -5403903 or 101293. OLE color: 101293.
HSL color Cylindrical-coordinate representation of color #AD8B01: hue angle of 48.14º degrees, saturation: 0.99, 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 #AD8B01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.32 |
| HSL | 48.14º | 0.99% | 0.34% | - |
| HSV(B) | 48.14º | 0.99% | 0.68% | - |
| XYZ | 26.47 | 27.35 | 3.91 | - |
| YUV | 133.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 1 | 0 | 0.20 | 0.99 | 0.32 | 48.14 | 0.99 | 0.34 |
| Hex | AD | 8B | 1 | 0 | 14 | 63 | 20 | 30 | 63 | 22 |
| Octal | 255 | 213 | 1 | 0 | 24 | 143 | 40 | 60 | 143 | 42 |
| Binary | 10101101 | 10001011 | 1 | 0 | 10100 | 1100011 | 100000 | 110000 | 1100011 | 100010 |
Color Harmonies of #AD8B01
Complementary color
Monochromatic Colors of #AD8B01
Black with #AD8B01
Text Example
Text Example
White with #AD8B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B01; }
p { color: rgb(173,139,1); }
H1.HeaderClassName
{
color: #AD8B01;
}
.AnyTagClassName
{
color: #AD8B01;
}
</style>
background-color css
<style>
a { background-color: #AD8B01; }
a { background-color: rgb(173,139,1); }
div.DivClassName
{
background-color: #AD8B01;
}
.BgClassName
{
background-color: #AD8B01;
}
</style>
border-color css
<style>
span { border-color: #AD8B01; }
span { border-color: rgb(173,139,1); }
td.TdClassName
{
border-color: #AD8B01;
}
.TagClassName
{
border-color: #AD8B01;
}
</style>