Shades of Dark Goldenrod #A69005
Tints of Dark Goldenrod #A69005
RGB
CMYK
RGB Variations
Color information
#A69005 (or 0xA69005) is known color: Dark Goldenrod. HEX triplet: A6, 90 and 05. RGB value is (166,144,5). Sum of RGB (Red+Green+Blue) = 166+144+5=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A69005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69005 is #596FFA. Grayscale: #878787. Windows color (decimal): -5861371 or 364710. OLE color: 364710.
HSL color Cylindrical-coordinate representation of color #A69005: hue angle of 51.8º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A69005 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 5 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.35 |
| HSL | 51.8º | 0.94% | 0.34% | - |
| HSV(B) | 51.8º | 0.97% | 0.65% | - |
| XYZ | 25.73 | 28.06 | 4.2 | - |
| YUV | 134.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 5 | 0 | 0.13 | 0.97 | 0.35 | 51.8 | 0.94 | 0.34 |
| Hex | A6 | 90 | 5 | 0 | D | 61 | 23 | 34 | 5E | 22 |
| Octal | 246 | 220 | 5 | 0 | 15 | 141 | 43 | 64 | 136 | 42 |
| Binary | 10100110 | 10010000 | 101 | 0 | 1101 | 1100001 | 100011 | 110100 | 1011110 | 100010 |
Color Harmonies of #A69005
Complementary color
Monochromatic Colors of #A69005
Black with #A69005
Text Example
Text Example
White with #A69005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69005; }
p { color: rgb(166,144,5); }
H1.HeaderClassName
{
color: #A69005;
}
.AnyTagClassName
{
color: #A69005;
}
</style>
background-color css
<style>
a { background-color: #A69005; }
a { background-color: rgb(166,144,5); }
div.DivClassName
{
background-color: #A69005;
}
.BgClassName
{
background-color: #A69005;
}
</style>
border-color css
<style>
span { border-color: #A69005; }
span { border-color: rgb(166,144,5); }
td.TdClassName
{
border-color: #A69005;
}
.TagClassName
{
border-color: #A69005;
}
</style>