Shades of Dark Goldenrod #AB7A0D
Tints of Dark Goldenrod #AB7A0D
RGB
CMYK
RGB Variations
Color information
#AB7A0D (or 0xAB7A0D) is known color: Dark Goldenrod. HEX triplet: AB, 7A and 0D. RGB value is (171,122,13). Sum of RGB (Red+Green+Blue) = 171+122+13=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A0D is #5485F2. Grayscale: #7C7C7C. Windows color (decimal): -5539315 or 883371. OLE color: 883371.
HSL color Cylindrical-coordinate representation of color #AB7A0D: hue angle of 41.39º 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 #AB7A0D is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 13 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.33 |
| HSL | 41.39º | 0.86% | 0.36% | - |
| HSV(B) | 41.39º | 0.92% | 0.67% | - |
| XYZ | 23.83 | 22.61 | 3.49 | - |
| YUV | 124.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 13 | 0 | 0.29 | 0.92 | 0.33 | 41.39 | 0.86 | 0.36 |
| Hex | AB | 7A | D | 0 | 1D | 5C | 21 | 29 | 56 | 24 |
| Octal | 253 | 172 | 15 | 0 | 35 | 134 | 41 | 51 | 126 | 44 |
| Binary | 10101011 | 1111010 | 1101 | 0 | 11101 | 1011100 | 100001 | 101001 | 1010110 | 100100 |
Color Harmonies of #AB7A0D
Complementary color
Monochromatic Colors of #AB7A0D
Black with #AB7A0D
Text Example
Text Example
White with #AB7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A0D; }
p { color: rgb(171,122,13); }
H1.HeaderClassName
{
color: #AB7A0D;
}
.AnyTagClassName
{
color: #AB7A0D;
}
</style>
background-color css
<style>
a { background-color: #AB7A0D; }
a { background-color: rgb(171,122,13); }
div.DivClassName
{
background-color: #AB7A0D;
}
.BgClassName
{
background-color: #AB7A0D;
}
</style>
border-color css
<style>
span { border-color: #AB7A0D; }
span { border-color: rgb(171,122,13); }
td.TdClassName
{
border-color: #AB7A0D;
}
.TagClassName
{
border-color: #AB7A0D;
}
</style>