Shades of Dark Goldenrod #AD7B13
Tints of Dark Goldenrod #AD7B13
RGB
CMYK
RGB Variations
Color information
#AD7B13 (or 0xAD7B13) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 13. RGB value is (173,123,19). Sum of RGB (Red+Green+Blue) = 173+123+19=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B13 is #5284EC. Grayscale: #7E7E7E. Windows color (decimal): -5407981 or 1276845. OLE color: 1276845.
HSL color Cylindrical-coordinate representation of color #AD7B13: hue angle of 40.52º 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 #AD7B13 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 19 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.32 |
| HSL | 40.52º | 0.8% | 0.38% | - |
| HSV(B) | 40.52º | 0.89% | 0.68% | - |
| XYZ | 24.43 | 23.1 | 3.79 | - |
| YUV | 126.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 19 | 0 | 0.29 | 0.89 | 0.32 | 40.52 | 0.8 | 0.38 |
| Hex | AD | 7B | 13 | 0 | 1D | 59 | 20 | 29 | 50 | 26 |
| Octal | 255 | 173 | 23 | 0 | 35 | 131 | 40 | 51 | 120 | 46 |
| Binary | 10101101 | 1111011 | 10011 | 0 | 11101 | 1011001 | 100000 | 101001 | 1010000 | 100110 |
Color Harmonies of #AD7B13
Complementary color
Monochromatic Colors of #AD7B13
Black with #AD7B13
Text Example
Text Example
White with #AD7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B13; }
p { color: rgb(173,123,19); }
H1.HeaderClassName
{
color: #AD7B13;
}
.AnyTagClassName
{
color: #AD7B13;
}
</style>
background-color css
<style>
a { background-color: #AD7B13; }
a { background-color: rgb(173,123,19); }
div.DivClassName
{
background-color: #AD7B13;
}
.BgClassName
{
background-color: #AD7B13;
}
</style>
border-color css
<style>
span { border-color: #AD7B13; }
span { border-color: rgb(173,123,19); }
td.TdClassName
{
border-color: #AD7B13;
}
.TagClassName
{
border-color: #AD7B13;
}
</style>