Shades of Dark Goldenrod #A68F06
Tints of Dark Goldenrod #A68F06
RGB
CMYK
RGB Variations
Color information
#A68F06 (or 0xA68F06) is known color: Dark Goldenrod. HEX triplet: A6, 8F and 06. RGB value is (166,143,6). Sum of RGB (Red+Green+Blue) = 166+143+6=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F06 is #5970F9. Grayscale: #868686. Windows color (decimal): -5861626 or 429990. OLE color: 429990.
HSL color Cylindrical-coordinate representation of color #A68F06: hue angle of 51.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A68F06 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 6 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.35 |
| HSL | 51.38º | 0.93% | 0.34% | - |
| HSV(B) | 51.38º | 0.96% | 0.65% | - |
| XYZ | 25.58 | 27.77 | 4.18 | - |
| YUV | 134.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 6 | 0 | 0.14 | 0.96 | 0.35 | 51.38 | 0.93 | 0.34 |
| Hex | A6 | 8F | 6 | 0 | E | 60 | 23 | 33 | 5D | 22 |
| Octal | 246 | 217 | 6 | 0 | 16 | 140 | 43 | 63 | 135 | 42 |
| Binary | 10100110 | 10001111 | 110 | 0 | 1110 | 1100000 | 100011 | 110011 | 1011101 | 100010 |
Color Harmonies of #A68F06
Complementary color
Monochromatic Colors of #A68F06
Black with #A68F06
Text Example
Text Example
White with #A68F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F06; }
p { color: rgb(166,143,6); }
H1.HeaderClassName
{
color: #A68F06;
}
.AnyTagClassName
{
color: #A68F06;
}
</style>
background-color css
<style>
a { background-color: #A68F06; }
a { background-color: rgb(166,143,6); }
div.DivClassName
{
background-color: #A68F06;
}
.BgClassName
{
background-color: #A68F06;
}
</style>
border-color css
<style>
span { border-color: #A68F06; }
span { border-color: rgb(166,143,6); }
td.TdClassName
{
border-color: #A68F06;
}
.TagClassName
{
border-color: #A68F06;
}
</style>