Shades of Dark Goldenrod #AB840A
Tints of Dark Goldenrod #AB840A
RGB
CMYK
RGB Variations
Color information
#AB840A (or 0xAB840A) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 0A. RGB value is (171,132,10). Sum of RGB (Red+Green+Blue) = 171+132+10=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB840A is #547BF5. Grayscale: #828282. Windows color (decimal): -5536758 or 689323. OLE color: 689323.
HSL color Cylindrical-coordinate representation of color #AB840A: hue angle of 45.47º 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 #AB840A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.33 |
| HSL | 45.47º | 0.89% | 0.35% | - |
| HSV(B) | 45.47º | 0.94% | 0.67% | - |
| XYZ | 25.1 | 25.18 | 3.82 | - |
| YUV | 129.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 10 | 0 | 0.23 | 0.94 | 0.33 | 45.47 | 0.89 | 0.35 |
| Hex | AB | 84 | A | 0 | 17 | 5E | 21 | 2D | 59 | 23 |
| Octal | 253 | 204 | 12 | 0 | 27 | 136 | 41 | 55 | 131 | 43 |
| Binary | 10101011 | 10000100 | 1010 | 0 | 10111 | 1011110 | 100001 | 101101 | 1011001 | 100011 |
Color Harmonies of #AB840A
Complementary color
Monochromatic Colors of #AB840A
Black with #AB840A
Text Example
Text Example
White with #AB840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB840A; }
p { color: rgb(171,132,10); }
H1.HeaderClassName
{
color: #AB840A;
}
.AnyTagClassName
{
color: #AB840A;
}
</style>
background-color css
<style>
a { background-color: #AB840A; }
a { background-color: rgb(171,132,10); }
div.DivClassName
{
background-color: #AB840A;
}
.BgClassName
{
background-color: #AB840A;
}
</style>
border-color css
<style>
span { border-color: #AB840A; }
span { border-color: rgb(171,132,10); }
td.TdClassName
{
border-color: #AB840A;
}
.TagClassName
{
border-color: #AB840A;
}
</style>