Shades of Dark Goldenrod #AB8113
Tints of Dark Goldenrod #AB8113
RGB
CMYK
RGB Variations
Color information
#AB8113 (or 0xAB8113) is known color: Dark Goldenrod. HEX triplet: AB, 81 and 13. RGB value is (171,129,19). Sum of RGB (Red+Green+Blue) = 171+129+19=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8113 is #547EEC. Grayscale: #818181. Windows color (decimal): -5537517 or 1278379. OLE color: 1278379.
HSL color Cylindrical-coordinate representation of color #AB8113: hue angle of 43.42º degrees, saturation: 0.8, 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 #AB8113 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 19 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.33 |
| HSL | 43.42º | 0.8% | 0.37% | - |
| HSV(B) | 43.42º | 0.89% | 0.67% | - |
| XYZ | 24.76 | 24.41 | 4.02 | - |
| YUV | 129.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 19 | 0 | 0.25 | 0.89 | 0.33 | 43.42 | 0.8 | 0.37 |
| Hex | AB | 81 | 13 | 0 | 19 | 59 | 21 | 2B | 50 | 25 |
| Octal | 253 | 201 | 23 | 0 | 31 | 131 | 41 | 53 | 120 | 45 |
| Binary | 10101011 | 10000001 | 10011 | 0 | 11001 | 1011001 | 100001 | 101011 | 1010000 | 100101 |
Color Harmonies of #AB8113
Complementary color
Monochromatic Colors of #AB8113
Black with #AB8113
Text Example
Text Example
White with #AB8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8113; }
p { color: rgb(171,129,19); }
H1.HeaderClassName
{
color: #AB8113;
}
.AnyTagClassName
{
color: #AB8113;
}
</style>
background-color css
<style>
a { background-color: #AB8113; }
a { background-color: rgb(171,129,19); }
div.DivClassName
{
background-color: #AB8113;
}
.BgClassName
{
background-color: #AB8113;
}
</style>
border-color css
<style>
span { border-color: #AB8113; }
span { border-color: rgb(171,129,19); }
td.TdClassName
{
border-color: #AB8113;
}
.TagClassName
{
border-color: #AB8113;
}
</style>