Shades of Dark Goldenrod #AB820B
Tints of Dark Goldenrod #AB820B
RGB
CMYK
RGB Variations
Color information
#AB820B (or 0xAB820B) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 0B. RGB value is (171,130,11). Sum of RGB (Red+Green+Blue) = 171+130+11=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB820B is #547DF4. Grayscale: #818181. Windows color (decimal): -5537269 or 754347. OLE color: 754347.
HSL color Cylindrical-coordinate representation of color #AB820B: hue angle of 44.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB820B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.33 |
| HSL | 44.63º | 0.88% | 0.36% | - |
| HSV(B) | 44.63º | 0.94% | 0.67% | - |
| XYZ | 24.84 | 24.65 | 3.76 | - |
| YUV | 128.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 11 | 0 | 0.24 | 0.94 | 0.33 | 44.63 | 0.88 | 0.36 |
| Hex | AB | 82 | B | 0 | 18 | 5E | 21 | 2D | 58 | 24 |
| Octal | 253 | 202 | 13 | 0 | 30 | 136 | 41 | 55 | 130 | 44 |
| Binary | 10101011 | 10000010 | 1011 | 0 | 11000 | 1011110 | 100001 | 101101 | 1011000 | 100100 |
Color Harmonies of #AB820B
Complementary color
Monochromatic Colors of #AB820B
Black with #AB820B
Text Example
Text Example
White with #AB820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB820B; }
p { color: rgb(171,130,11); }
H1.HeaderClassName
{
color: #AB820B;
}
.AnyTagClassName
{
color: #AB820B;
}
</style>
background-color css
<style>
a { background-color: #AB820B; }
a { background-color: rgb(171,130,11); }
div.DivClassName
{
background-color: #AB820B;
}
.BgClassName
{
background-color: #AB820B;
}
</style>
border-color css
<style>
span { border-color: #AB820B; }
span { border-color: rgb(171,130,11); }
td.TdClassName
{
border-color: #AB820B;
}
.TagClassName
{
border-color: #AB820B;
}
</style>