Shades of Dark Goldenrod #AB7912
Tints of Dark Goldenrod #AB7912
RGB
CMYK
RGB Variations
Color information
#AB7912 (or 0xAB7912) is known color: Dark Goldenrod. HEX triplet: AB, 79 and 12. RGB value is (171,121,18). Sum of RGB (Red+Green+Blue) = 171+121+18=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7912 is #5486ED. Grayscale: #7C7C7C. Windows color (decimal): -5539566 or 1210795. OLE color: 1210795.
HSL color Cylindrical-coordinate representation of color #AB7912: hue angle of 40.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB7912 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 18 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.33 |
| HSL | 40.39º | 0.81% | 0.37% | - |
| HSV(B) | 40.39º | 0.89% | 0.67% | - |
| XYZ | 23.74 | 22.38 | 3.64 | - |
| YUV | 124.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 18 | 0 | 0.29 | 0.89 | 0.33 | 40.39 | 0.81 | 0.37 |
| Hex | AB | 79 | 12 | 0 | 1D | 59 | 21 | 28 | 51 | 25 |
| Octal | 253 | 171 | 22 | 0 | 35 | 131 | 41 | 50 | 121 | 45 |
| Binary | 10101011 | 1111001 | 10010 | 0 | 11101 | 1011001 | 100001 | 101000 | 1010001 | 100101 |
Color Harmonies of #AB7912
Complementary color
Monochromatic Colors of #AB7912
Black with #AB7912
Text Example
Text Example
White with #AB7912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7912; }
p { color: rgb(171,121,18); }
H1.HeaderClassName
{
color: #AB7912;
}
.AnyTagClassName
{
color: #AB7912;
}
</style>
background-color css
<style>
a { background-color: #AB7912; }
a { background-color: rgb(171,121,18); }
div.DivClassName
{
background-color: #AB7912;
}
.BgClassName
{
background-color: #AB7912;
}
</style>
border-color css
<style>
span { border-color: #AB7912; }
span { border-color: rgb(171,121,18); }
td.TdClassName
{
border-color: #AB7912;
}
.TagClassName
{
border-color: #AB7912;
}
</style>