Shades of Dark Goldenrod #A9880B
Tints of Dark Goldenrod #A9880B
RGB
CMYK
RGB Variations
Color information
#A9880B (or 0xA9880B) is known color: Dark Goldenrod. HEX triplet: A9, 88 and 0B. RGB value is (169,136,11). Sum of RGB (Red+Green+Blue) = 169+136+11=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9880B is #5677F4. Grayscale: #848484. Windows color (decimal): -5666805 or 755881. OLE color: 755881.
HSL color Cylindrical-coordinate representation of color #A9880B: hue angle of 47.47º 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 #A9880B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 11 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.34 |
| HSL | 47.47º | 0.88% | 0.35% | - |
| HSV(B) | 47.47º | 0.93% | 0.66% | - |
| XYZ | 25.23 | 26.07 | 4.02 | - |
| YUV | 131.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 11 | 0 | 0.20 | 0.93 | 0.34 | 47.47 | 0.88 | 0.35 |
| Hex | A9 | 88 | B | 0 | 14 | 5D | 22 | 2F | 58 | 23 |
| Octal | 251 | 210 | 13 | 0 | 24 | 135 | 42 | 57 | 130 | 43 |
| Binary | 10101001 | 10001000 | 1011 | 0 | 10100 | 1011101 | 100010 | 101111 | 1011000 | 100011 |
Color Harmonies of #A9880B
Complementary color
Monochromatic Colors of #A9880B
Black with #A9880B
Text Example
Text Example
White with #A9880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9880B; }
p { color: rgb(169,136,11); }
H1.HeaderClassName
{
color: #A9880B;
}
.AnyTagClassName
{
color: #A9880B;
}
</style>
background-color css
<style>
a { background-color: #A9880B; }
a { background-color: rgb(169,136,11); }
div.DivClassName
{
background-color: #A9880B;
}
.BgClassName
{
background-color: #A9880B;
}
</style>
border-color css
<style>
span { border-color: #A9880B; }
span { border-color: rgb(169,136,11); }
td.TdClassName
{
border-color: #A9880B;
}
.TagClassName
{
border-color: #A9880B;
}
</style>