Shades of Dark Goldenrod #A89400
Tints of Dark Goldenrod #A89400
RGB
CMYK
RGB Variations
Color information
#A89400 (or 0xA89400) is known color: Dark Goldenrod. HEX triplet: A8, 94 and 00. RGB value is (168,148,0). Sum of RGB (Red+Green+Blue) = 168+148+0=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A89400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89400 is #576BFF. Grayscale: #898989. Windows color (decimal): -5729280 or 38056. OLE color: 38056.
HSL color Cylindrical-coordinate representation of color #A89400: hue angle of 52.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A89400 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.34 |
| HSL | 52.86º | 1% | 0.33% | - |
| HSV(B) | 52.86º | 1% | 0.66% | - |
| XYZ | 26.74 | 29.5 | 4.29 | - |
| YUV | 137.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 0 | 0 | 0.12 | 1 | 0.34 | 52.86 | 1 | 0.33 |
| Hex | A8 | 94 | 0 | 0 | C | 64 | 22 | 35 | 64 | 21 |
| Octal | 250 | 224 | 0 | 0 | 14 | 144 | 42 | 65 | 144 | 41 |
| Binary | 10101000 | 10010100 | 0 | 0 | 1100 | 1100100 | 100010 | 110101 | 1100100 | 100001 |
Color Harmonies of #A89400
Complementary color
Monochromatic Colors of #A89400
Black with #A89400
Text Example
Text Example
White with #A89400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89400; }
p { color: rgb(168,148,0); }
H1.HeaderClassName
{
color: #A89400;
}
.AnyTagClassName
{
color: #A89400;
}
</style>
background-color css
<style>
a { background-color: #A89400; }
a { background-color: rgb(168,148,0); }
div.DivClassName
{
background-color: #A89400;
}
.BgClassName
{
background-color: #A89400;
}
</style>
border-color css
<style>
span { border-color: #A89400; }
span { border-color: rgb(168,148,0); }
td.TdClassName
{
border-color: #A89400;
}
.TagClassName
{
border-color: #A89400;
}
</style>