Shades of Dark Goldenrod #A68200
Tints of Dark Goldenrod #A68200
RGB
CMYK
RGB Variations
Color information
#A68200 (or 0xA68200) is known color: Dark Goldenrod. HEX triplet: A6, 82 and 00. RGB value is (166,130,0). Sum of RGB (Red+Green+Blue) = 166+130+0=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A68200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68200 is #597DFF. Grayscale: #7E7E7E. Windows color (decimal): -5864960 or 33446. OLE color: 33446.
HSL color Cylindrical-coordinate representation of color #A68200: hue angle of 46.99º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A68200 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.35 |
| HSL | 46.99º | 1% | 0.33% | - |
| HSV(B) | 46.99º | 1% | 0.65% | - |
| XYZ | 23.71 | 24.07 | 3.4 | - |
| YUV | 125.94 | 56.93 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 0 | 0 | 0.22 | 1 | 0.35 | 46.99 | 1 | 0.33 |
| Hex | A6 | 82 | 0 | 0 | 16 | 64 | 23 | 2F | 64 | 21 |
| Octal | 246 | 202 | 0 | 0 | 26 | 144 | 43 | 57 | 144 | 41 |
| Binary | 10100110 | 10000010 | 0 | 0 | 10110 | 1100100 | 100011 | 101111 | 1100100 | 100001 |
Color Harmonies of #A68200
Complementary color
Monochromatic Colors of #A68200
Black with #A68200
Text Example
Text Example
White with #A68200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68200; }
p { color: rgb(166,130,0); }
H1.HeaderClassName
{
color: #A68200;
}
.AnyTagClassName
{
color: #A68200;
}
</style>
background-color css
<style>
a { background-color: #A68200; }
a { background-color: rgb(166,130,0); }
div.DivClassName
{
background-color: #A68200;
}
.BgClassName
{
background-color: #A68200;
}
</style>
border-color css
<style>
span { border-color: #A68200; }
span { border-color: rgb(166,130,0); }
td.TdClassName
{
border-color: #A68200;
}
.TagClassName
{
border-color: #A68200;
}
</style>