Shades of Dark Goldenrod #A68A0D
Tints of Dark Goldenrod #A68A0D
RGB
CMYK
RGB Variations
Color information
#A68A0D (or 0xA68A0D) is known color: Dark Goldenrod. HEX triplet: A6, 8A and 0D. RGB value is (166,138,13). Sum of RGB (Red+Green+Blue) = 166+138+13=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A0D is #5975F2. Grayscale: #848484. Windows color (decimal): -5862899 or 887462. OLE color: 887462.
HSL color Cylindrical-coordinate representation of color #A68A0D: hue angle of 49.02º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A68A0D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 13 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.35 |
| HSL | 49.02º | 0.85% | 0.35% | - |
| HSV(B) | 49.02º | 0.92% | 0.65% | - |
| XYZ | 24.89 | 26.31 | 4.15 | - |
| YUV | 132.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 13 | 0 | 0.17 | 0.92 | 0.35 | 49.02 | 0.85 | 0.35 |
| Hex | A6 | 8A | D | 0 | 11 | 5C | 23 | 31 | 55 | 23 |
| Octal | 246 | 212 | 15 | 0 | 21 | 134 | 43 | 61 | 125 | 43 |
| Binary | 10100110 | 10001010 | 1101 | 0 | 10001 | 1011100 | 100011 | 110001 | 1010101 | 100011 |
Color Harmonies of #A68A0D
Complementary color
Monochromatic Colors of #A68A0D
Black with #A68A0D
Text Example
Text Example
White with #A68A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A0D; }
p { color: rgb(166,138,13); }
H1.HeaderClassName
{
color: #A68A0D;
}
.AnyTagClassName
{
color: #A68A0D;
}
</style>
background-color css
<style>
a { background-color: #A68A0D; }
a { background-color: rgb(166,138,13); }
div.DivClassName
{
background-color: #A68A0D;
}
.BgClassName
{
background-color: #A68A0D;
}
</style>
border-color css
<style>
span { border-color: #A68A0D; }
span { border-color: rgb(166,138,13); }
td.TdClassName
{
border-color: #A68A0D;
}
.TagClassName
{
border-color: #A68A0D;
}
</style>