Shades of Dark Goldenrod #A9830B
Tints of Dark Goldenrod #A9830B
RGB
CMYK
RGB Variations
Color information
#A9830B (or 0xA9830B) is known color: Dark Goldenrod. HEX triplet: A9, 83 and 0B. RGB value is (169,131,11). Sum of RGB (Red+Green+Blue) = 169+131+11=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9830B is #567CF4. Grayscale: #818181. Windows color (decimal): -5668085 or 754601. OLE color: 754601.
HSL color Cylindrical-coordinate representation of color #A9830B: hue angle of 45.57º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9830B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 11 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.34 |
| HSL | 45.57º | 0.88% | 0.35% | - |
| HSV(B) | 45.57º | 0.93% | 0.66% | - |
| XYZ | 24.54 | 24.69 | 3.79 | - |
| YUV | 128.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 11 | 0 | 0.22 | 0.93 | 0.34 | 45.57 | 0.88 | 0.35 |
| Hex | A9 | 83 | B | 0 | 16 | 5D | 22 | 2E | 58 | 23 |
| Octal | 251 | 203 | 13 | 0 | 26 | 135 | 42 | 56 | 130 | 43 |
| Binary | 10101001 | 10000011 | 1011 | 0 | 10110 | 1011101 | 100010 | 101110 | 1011000 | 100011 |
Color Harmonies of #A9830B
Complementary color
Monochromatic Colors of #A9830B
Black with #A9830B
Text Example
Text Example
White with #A9830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9830B; }
p { color: rgb(169,131,11); }
H1.HeaderClassName
{
color: #A9830B;
}
.AnyTagClassName
{
color: #A9830B;
}
</style>
background-color css
<style>
a { background-color: #A9830B; }
a { background-color: rgb(169,131,11); }
div.DivClassName
{
background-color: #A9830B;
}
.BgClassName
{
background-color: #A9830B;
}
</style>
border-color css
<style>
span { border-color: #A9830B; }
span { border-color: rgb(169,131,11); }
td.TdClassName
{
border-color: #A9830B;
}
.TagClassName
{
border-color: #A9830B;
}
</style>