Shades of Dark Goldenrod #A89200
Tints of Dark Goldenrod #A89200
RGB
CMYK
RGB Variations
Color information
#A89200 (or 0xA89200) is known color: Dark Goldenrod. HEX triplet: A8, 92 and 00. RGB value is (168,146,0). Sum of RGB (Red+Green+Blue) = 168+146+0=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A89200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89200 is #576DFF. Grayscale: #888888. Windows color (decimal): -5729792 or 37544. OLE color: 37544.
HSL color Cylindrical-coordinate representation of color #A89200: hue angle of 52.14º 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 #A89200 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.34 |
| HSL | 52.14º | 1% | 0.33% | - |
| HSV(B) | 52.14º | 1% | 0.66% | - |
| XYZ | 26.43 | 28.88 | 4.18 | - |
| YUV | 135.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 0 | 0 | 0.13 | 1 | 0.34 | 52.14 | 1 | 0.33 |
| Hex | A8 | 92 | 0 | 0 | D | 64 | 22 | 34 | 64 | 21 |
| Octal | 250 | 222 | 0 | 0 | 15 | 144 | 42 | 64 | 144 | 41 |
| Binary | 10101000 | 10010010 | 0 | 0 | 1101 | 1100100 | 100010 | 110100 | 1100100 | 100001 |
Color Harmonies of #A89200
Complementary color
Monochromatic Colors of #A89200
Black with #A89200
Text Example
Text Example
White with #A89200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89200; }
p { color: rgb(168,146,0); }
H1.HeaderClassName
{
color: #A89200;
}
.AnyTagClassName
{
color: #A89200;
}
</style>
background-color css
<style>
a { background-color: #A89200; }
a { background-color: rgb(168,146,0); }
div.DivClassName
{
background-color: #A89200;
}
.BgClassName
{
background-color: #A89200;
}
</style>
border-color css
<style>
span { border-color: #A89200; }
span { border-color: rgb(168,146,0); }
td.TdClassName
{
border-color: #A89200;
}
.TagClassName
{
border-color: #A89200;
}
</style>