Shades of Dark Goldenrod #A89006
Tints of Dark Goldenrod #A89006
RGB
CMYK
RGB Variations
Color information
#A89006 (or 0xA89006) is known color: Dark Goldenrod. HEX triplet: A8, 90 and 06. RGB value is (168,144,6). Sum of RGB (Red+Green+Blue) = 168+144+6=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A89006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89006 is #576FF9. Grayscale: #888888. Windows color (decimal): -5730298 or 430248. OLE color: 430248.
HSL color Cylindrical-coordinate representation of color #A89006: hue angle of 51.11º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A89006 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 6 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.34 |
| HSL | 51.11º | 0.93% | 0.34% | - |
| HSV(B) | 51.11º | 0.96% | 0.66% | - |
| XYZ | 26.15 | 28.28 | 4.25 | - |
| YUV | 135.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 6 | 0 | 0.14 | 0.96 | 0.34 | 51.11 | 0.93 | 0.34 |
| Hex | A8 | 90 | 6 | 0 | E | 60 | 22 | 33 | 5D | 22 |
| Octal | 250 | 220 | 6 | 0 | 16 | 140 | 42 | 63 | 135 | 42 |
| Binary | 10101000 | 10010000 | 110 | 0 | 1110 | 1100000 | 100010 | 110011 | 1011101 | 100010 |
Color Harmonies of #A89006
Complementary color
Monochromatic Colors of #A89006
Black with #A89006
Text Example
Text Example
White with #A89006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89006; }
p { color: rgb(168,144,6); }
H1.HeaderClassName
{
color: #A89006;
}
.AnyTagClassName
{
color: #A89006;
}
</style>
background-color css
<style>
a { background-color: #A89006; }
a { background-color: rgb(168,144,6); }
div.DivClassName
{
background-color: #A89006;
}
.BgClassName
{
background-color: #A89006;
}
</style>
border-color css
<style>
span { border-color: #A89006; }
span { border-color: rgb(168,144,6); }
td.TdClassName
{
border-color: #A89006;
}
.TagClassName
{
border-color: #A89006;
}
</style>