Shades of Dark Goldenrod #A9850B
Tints of Dark Goldenrod #A9850B
RGB
CMYK
RGB Variations
Color information
#A9850B (or 0xA9850B) is known color: Dark Goldenrod. HEX triplet: A9, 85 and 0B. RGB value is (169,133,11). Sum of RGB (Red+Green+Blue) = 169+133+11=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9850B is #567AF4. Grayscale: #828282. Windows color (decimal): -5667573 or 755113. OLE color: 755113.
HSL color Cylindrical-coordinate representation of color #A9850B: hue angle of 46.33º 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 #A9850B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 11 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.34 |
| HSL | 46.33º | 0.88% | 0.35% | - |
| HSV(B) | 46.33º | 0.93% | 0.66% | - |
| XYZ | 24.81 | 25.23 | 3.88 | - |
| YUV | 129.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 11 | 0 | 0.21 | 0.93 | 0.34 | 46.33 | 0.88 | 0.35 |
| Hex | A9 | 85 | B | 0 | 15 | 5D | 22 | 2E | 58 | 23 |
| Octal | 251 | 205 | 13 | 0 | 25 | 135 | 42 | 56 | 130 | 43 |
| Binary | 10101001 | 10000101 | 1011 | 0 | 10101 | 1011101 | 100010 | 101110 | 1011000 | 100011 |
Color Harmonies of #A9850B
Complementary color
Monochromatic Colors of #A9850B
Black with #A9850B
Text Example
Text Example
White with #A9850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9850B; }
p { color: rgb(169,133,11); }
H1.HeaderClassName
{
color: #A9850B;
}
.AnyTagClassName
{
color: #A9850B;
}
</style>
background-color css
<style>
a { background-color: #A9850B; }
a { background-color: rgb(169,133,11); }
div.DivClassName
{
background-color: #A9850B;
}
.BgClassName
{
background-color: #A9850B;
}
</style>
border-color css
<style>
span { border-color: #A9850B; }
span { border-color: rgb(169,133,11); }
td.TdClassName
{
border-color: #A9850B;
}
.TagClassName
{
border-color: #A9850B;
}
</style>