Shades of Dark Goldenrod #A6820C
Tints of Dark Goldenrod #A6820C
RGB
CMYK
RGB Variations
Color information
#A6820C (or 0xA6820C) is known color: Dark Goldenrod. HEX triplet: A6, 82 and 0C. RGB value is (166,130,12). Sum of RGB (Red+Green+Blue) = 166+130+12=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6820C is #597DF3. Grayscale: #7F7F7F. Windows color (decimal): -5864948 or 819878. OLE color: 819878.
HSL color Cylindrical-coordinate representation of color #A6820C: hue angle of 45.97º degrees, saturation: 0.87, 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 #A6820C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 12 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.35 |
| HSL | 45.97º | 0.87% | 0.35% | - |
| HSV(B) | 45.97º | 0.93% | 0.65% | - |
| XYZ | 23.77 | 24.1 | 3.75 | - |
| YUV | 127.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 12 | 0 | 0.22 | 0.93 | 0.35 | 45.97 | 0.87 | 0.35 |
| Hex | A6 | 82 | C | 0 | 16 | 5D | 23 | 2E | 57 | 23 |
| Octal | 246 | 202 | 14 | 0 | 26 | 135 | 43 | 56 | 127 | 43 |
| Binary | 10100110 | 10000010 | 1100 | 0 | 10110 | 1011101 | 100011 | 101110 | 1010111 | 100011 |
Color Harmonies of #A6820C
Complementary color
Monochromatic Colors of #A6820C
Black with #A6820C
Text Example
Text Example
White with #A6820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6820C; }
p { color: rgb(166,130,12); }
H1.HeaderClassName
{
color: #A6820C;
}
.AnyTagClassName
{
color: #A6820C;
}
</style>
background-color css
<style>
a { background-color: #A6820C; }
a { background-color: rgb(166,130,12); }
div.DivClassName
{
background-color: #A6820C;
}
.BgClassName
{
background-color: #A6820C;
}
</style>
border-color css
<style>
span { border-color: #A6820C; }
span { border-color: rgb(166,130,12); }
td.TdClassName
{
border-color: #A6820C;
}
.TagClassName
{
border-color: #A6820C;
}
</style>