Shades of Dark Goldenrod #AB7B0D
Tints of Dark Goldenrod #AB7B0D
RGB
CMYK
RGB Variations
Color information
#AB7B0D (or 0xAB7B0D) is known color: Dark Goldenrod. HEX triplet: AB, 7B and 0D. RGB value is (171,123,13). Sum of RGB (Red+Green+Blue) = 171+123+13=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7B0D is #5484F2. Grayscale: #7D7D7D. Windows color (decimal): -5539059 or 883627. OLE color: 883627.
HSL color Cylindrical-coordinate representation of color #AB7B0D: hue angle of 41.77º 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 #AB7B0D is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 13 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.33 |
| HSL | 41.77º | 0.86% | 0.36% | - |
| HSV(B) | 41.77º | 0.92% | 0.67% | - |
| XYZ | 23.95 | 22.85 | 3.53 | - |
| YUV | 124.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 13 | 0 | 0.28 | 0.92 | 0.33 | 41.77 | 0.86 | 0.36 |
| Hex | AB | 7B | D | 0 | 1C | 5C | 21 | 2A | 56 | 24 |
| Octal | 253 | 173 | 15 | 0 | 34 | 134 | 41 | 52 | 126 | 44 |
| Binary | 10101011 | 1111011 | 1101 | 0 | 11100 | 1011100 | 100001 | 101010 | 1010110 | 100100 |
Color Harmonies of #AB7B0D
Complementary color
Monochromatic Colors of #AB7B0D
Black with #AB7B0D
Text Example
Text Example
White with #AB7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B0D; }
p { color: rgb(171,123,13); }
H1.HeaderClassName
{
color: #AB7B0D;
}
.AnyTagClassName
{
color: #AB7B0D;
}
</style>
background-color css
<style>
a { background-color: #AB7B0D; }
a { background-color: rgb(171,123,13); }
div.DivClassName
{
background-color: #AB7B0D;
}
.BgClassName
{
background-color: #AB7B0D;
}
</style>
border-color css
<style>
span { border-color: #AB7B0D; }
span { border-color: rgb(171,123,13); }
td.TdClassName
{
border-color: #AB7B0D;
}
.TagClassName
{
border-color: #AB7B0D;
}
</style>