Shades of Dark Goldenrod #AD7B0C
Tints of Dark Goldenrod #AD7B0C
RGB
CMYK
RGB Variations
Color information
#AD7B0C (or 0xAD7B0C) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 0C. RGB value is (173,123,12). Sum of RGB (Red+Green+Blue) = 173+123+12=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B0C is #5284F3. Grayscale: #7D7D7D. Windows color (decimal): -5407988 or 818093. OLE color: 818093.
HSL color Cylindrical-coordinate representation of color #AD7B0C: hue angle of 41.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD7B0C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 12 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.32 |
| HSL | 41.37º | 0.87% | 0.36% | - |
| HSV(B) | 41.37º | 0.93% | 0.68% | - |
| XYZ | 24.38 | 23.08 | 3.52 | - |
| YUV | 125.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 12 | 0 | 0.29 | 0.93 | 0.32 | 41.37 | 0.87 | 0.36 |
| Hex | AD | 7B | C | 0 | 1D | 5D | 20 | 29 | 57 | 24 |
| Octal | 255 | 173 | 14 | 0 | 35 | 135 | 40 | 51 | 127 | 44 |
| Binary | 10101101 | 1111011 | 1100 | 0 | 11101 | 1011101 | 100000 | 101001 | 1010111 | 100100 |
Color Harmonies of #AD7B0C
Complementary color
Monochromatic Colors of #AD7B0C
Black with #AD7B0C
Text Example
Text Example
White with #AD7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B0C; }
p { color: rgb(173,123,12); }
H1.HeaderClassName
{
color: #AD7B0C;
}
.AnyTagClassName
{
color: #AD7B0C;
}
</style>
background-color css
<style>
a { background-color: #AD7B0C; }
a { background-color: rgb(173,123,12); }
div.DivClassName
{
background-color: #AD7B0C;
}
.BgClassName
{
background-color: #AD7B0C;
}
</style>
border-color css
<style>
span { border-color: #AD7B0C; }
span { border-color: rgb(173,123,12); }
td.TdClassName
{
border-color: #AD7B0C;
}
.TagClassName
{
border-color: #AD7B0C;
}
</style>