Shades of Dark Goldenrod #AB740D
Tints of Dark Goldenrod #AB740D
RGB
CMYK
RGB Variations
Color information
#AB740D (or 0xAB740D) is known color: Dark Goldenrod. HEX triplet: AB, 74 and 0D. RGB value is (171,116,13). Sum of RGB (Red+Green+Blue) = 171+116+13=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB740D is #548BF2. Grayscale: #797979. Windows color (decimal): -5540851 or 881835. OLE color: 881835.
HSL color Cylindrical-coordinate representation of color #AB740D: hue angle of 39.11º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB740D is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 13 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.33 |
| HSL | 39.11º | 0.86% | 0.36% | - |
| HSV(B) | 39.11º | 0.92% | 0.67% | - |
| XYZ | 23.11 | 21.18 | 3.25 | - |
| YUV | 120.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 13 | 0 | 0.32 | 0.92 | 0.33 | 39.11 | 0.86 | 0.36 |
| Hex | AB | 74 | D | 0 | 20 | 5C | 21 | 27 | 56 | 24 |
| Octal | 253 | 164 | 15 | 0 | 40 | 134 | 41 | 47 | 126 | 44 |
| Binary | 10101011 | 1110100 | 1101 | 0 | 100000 | 1011100 | 100001 | 100111 | 1010110 | 100100 |
Color Harmonies of #AB740D
Complementary color
Monochromatic Colors of #AB740D
Black with #AB740D
Text Example
Text Example
White with #AB740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB740D; }
p { color: rgb(171,116,13); }
H1.HeaderClassName
{
color: #AB740D;
}
.AnyTagClassName
{
color: #AB740D;
}
</style>
background-color css
<style>
a { background-color: #AB740D; }
a { background-color: rgb(171,116,13); }
div.DivClassName
{
background-color: #AB740D;
}
.BgClassName
{
background-color: #AB740D;
}
</style>
border-color css
<style>
span { border-color: #AB740D; }
span { border-color: rgb(171,116,13); }
td.TdClassName
{
border-color: #AB740D;
}
.TagClassName
{
border-color: #AB740D;
}
</style>