Shades of Dark Goldenrod #AD7F12
Tints of Dark Goldenrod #AD7F12
RGB
CMYK
RGB Variations
Color information
#AD7F12 (or 0xAD7F12) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 12. RGB value is (173,127,18). Sum of RGB (Red+Green+Blue) = 173+127+18=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F12 is #5280ED. Grayscale: #808080. Windows color (decimal): -5406958 or 1212333. OLE color: 1212333.
HSL color Cylindrical-coordinate representation of color #AD7F12: hue angle of 42.19º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7F12 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 18 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.32 |
| HSL | 42.19º | 0.81% | 0.37% | - |
| HSV(B) | 42.19º | 0.9% | 0.68% | - |
| XYZ | 24.93 | 24.11 | 3.91 | - |
| YUV | 128.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 18 | 0 | 0.27 | 0.90 | 0.32 | 42.19 | 0.81 | 0.37 |
| Hex | AD | 7F | 12 | 0 | 1B | 5A | 20 | 2A | 51 | 25 |
| Octal | 255 | 177 | 22 | 0 | 33 | 132 | 40 | 52 | 121 | 45 |
| Binary | 10101101 | 1111111 | 10010 | 0 | 11011 | 1011010 | 100000 | 101010 | 1010001 | 100101 |
Color Harmonies of #AD7F12
Complementary color
Monochromatic Colors of #AD7F12
Black with #AD7F12
Text Example
Text Example
White with #AD7F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F12; }
p { color: rgb(173,127,18); }
H1.HeaderClassName
{
color: #AD7F12;
}
.AnyTagClassName
{
color: #AD7F12;
}
</style>
background-color css
<style>
a { background-color: #AD7F12; }
a { background-color: rgb(173,127,18); }
div.DivClassName
{
background-color: #AD7F12;
}
.BgClassName
{
background-color: #AD7F12;
}
</style>
border-color css
<style>
span { border-color: #AD7F12; }
span { border-color: rgb(173,127,18); }
td.TdClassName
{
border-color: #AD7F12;
}
.TagClassName
{
border-color: #AD7F12;
}
</style>