Shades of Dark Goldenrod #A6830B
Tints of Dark Goldenrod #A6830B
RGB
CMYK
RGB Variations
Color information
#A6830B (or 0xA6830B) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 0B. RGB value is (166,131,11). Sum of RGB (Red+Green+Blue) = 166+131+11=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6830B is #597CF4. Grayscale: #808080. Windows color (decimal): -5864693 or 754598. OLE color: 754598.
HSL color Cylindrical-coordinate representation of color #A6830B: hue angle of 46.45º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6830B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 11 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.35 |
| HSL | 46.45º | 0.88% | 0.35% | - |
| HSV(B) | 46.45º | 0.93% | 0.65% | - |
| XYZ | 23.9 | 24.36 | 3.76 | - |
| YUV | 127.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 11 | 0 | 0.21 | 0.93 | 0.35 | 46.45 | 0.88 | 0.35 |
| Hex | A6 | 83 | B | 0 | 15 | 5D | 23 | 2E | 58 | 23 |
| Octal | 246 | 203 | 13 | 0 | 25 | 135 | 43 | 56 | 130 | 43 |
| Binary | 10100110 | 10000011 | 1011 | 0 | 10101 | 1011101 | 100011 | 101110 | 1011000 | 100011 |
Color Harmonies of #A6830B
Complementary color
Monochromatic Colors of #A6830B
Black with #A6830B
Text Example
Text Example
White with #A6830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6830B; }
p { color: rgb(166,131,11); }
H1.HeaderClassName
{
color: #A6830B;
}
.AnyTagClassName
{
color: #A6830B;
}
</style>
background-color css
<style>
a { background-color: #A6830B; }
a { background-color: rgb(166,131,11); }
div.DivClassName
{
background-color: #A6830B;
}
.BgClassName
{
background-color: #A6830B;
}
</style>
border-color css
<style>
span { border-color: #A6830B; }
span { border-color: rgb(166,131,11); }
td.TdClassName
{
border-color: #A6830B;
}
.TagClassName
{
border-color: #A6830B;
}
</style>