Shades of Dark Goldenrod #AB850A
Tints of Dark Goldenrod #AB850A
RGB
CMYK
RGB Variations
Color information
#AB850A (or 0xAB850A) is known color: Dark Goldenrod. HEX triplet: AB, 85 and 0A. RGB value is (171,133,10). Sum of RGB (Red+Green+Blue) = 171+133+10=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB850A is #547AF5. Grayscale: #828282. Windows color (decimal): -5536502 or 689579. OLE color: 689579.
HSL color Cylindrical-coordinate representation of color #AB850A: hue angle of 45.84º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB850A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.33 |
| HSL | 45.84º | 0.89% | 0.35% | - |
| HSV(B) | 45.84º | 0.94% | 0.67% | - |
| XYZ | 25.24 | 25.45 | 3.87 | - |
| YUV | 130.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 10 | 0 | 0.22 | 0.94 | 0.33 | 45.84 | 0.89 | 0.35 |
| Hex | AB | 85 | A | 0 | 16 | 5E | 21 | 2E | 59 | 23 |
| Octal | 253 | 205 | 12 | 0 | 26 | 136 | 41 | 56 | 131 | 43 |
| Binary | 10101011 | 10000101 | 1010 | 0 | 10110 | 1011110 | 100001 | 101110 | 1011001 | 100011 |
Color Harmonies of #AB850A
Complementary color
Monochromatic Colors of #AB850A
Black with #AB850A
Text Example
Text Example
White with #AB850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB850A; }
p { color: rgb(171,133,10); }
H1.HeaderClassName
{
color: #AB850A;
}
.AnyTagClassName
{
color: #AB850A;
}
</style>
background-color css
<style>
a { background-color: #AB850A; }
a { background-color: rgb(171,133,10); }
div.DivClassName
{
background-color: #AB850A;
}
.BgClassName
{
background-color: #AB850A;
}
</style>
border-color css
<style>
span { border-color: #AB850A; }
span { border-color: rgb(171,133,10); }
td.TdClassName
{
border-color: #AB850A;
}
.TagClassName
{
border-color: #AB850A;
}
</style>